diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-04-25 13:49:06 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-04-25 13:49:06 +0000 |
commit | a44175dd565f39990ef57719313ef3a88a8d01b6 (patch) | |
tree | 957b9c8c58f21854450780bc2f29b1e0961dafdf /otr | |
parent | 3224f00e30979b51332dac42c8652af0b2c0c748 (diff) |
rebuilds for beta release - added some updater compatibility, and more GUIDs for 0.8
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@144 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr')
-rw-r--r-- | otr/dllmain.cpp | 5 | ||||
-rw-r--r-- | otr/otr.mdsp | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/otr/dllmain.cpp b/otr/dllmain.cpp index 8be1df2..42aa052 100644 --- a/otr/dllmain.cpp +++ b/otr/dllmain.cpp @@ -1006,6 +1006,11 @@ int StopOTR(WPARAM wParam, LPARAM lParam) { }
///////////////////////////////////////////////
+/////// Send OTR termination message to all active contexts when going offline
+////////////////////////////////////////////////
+// TODO
+
+///////////////////////////////////////////////
/////// Plugin init and deinit
////////////////////////////////////////////////
diff --git a/otr/otr.mdsp b/otr/otr.mdsp index 2076694..cd54fdb 100644 --- a/otr/otr.mdsp +++ b/otr/otr.mdsp @@ -102,4 +102,9 @@ extraResourceOptions= utils.cpp,6882
common.h,2043
otr_private.h,149
-dllmain.cpp,1741
+libotr\src\context.h,6545
+libotr\src\context.c,1586
+libotr\src\message.h,6083
+libotr\src\proto.h,5014
+libotr\src\userstate.h,0
+dllmain.cpp,35209
|