X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=e37638fd1a8c26229eae691f67a9bfcd4ef708a8;hb=refs%2Fheads%2Fsilcer;hp=88ca9bec61e565ca9dadf66e7acd08ded5a0525d;hpb=d2707de39e6f40cbf6a72790fe95a694eba7aee9;p=silc.git diff --git a/CHANGES b/CHANGES index 88ca9bec..e37638fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +Sun Nov 18 01:34:41 EET 2001 Pekka Riikonen + + * Fixed silc_client_channel_message to not try to decrypt + the message twice if it resolved the destination client + information. This could cause of dropping one channel + message. Affected file lib/silcclient/client_channel.c. + +Wed Nov 14 23:44:56 EET 2001 Pekka Riikonen + + * Added silc_client_run_one into lib/silcclient/silcapi.h and + lib/silcclient/client.c. This function is used when the SILC + Client is run under some other scheduler, or event loop or + main loop. On GUI applications, for example this may be + desired to used to run the client under the GUI application's + main loop. Typically the GUI application would register an + idle task that calls this function multiple times in a second + to quickly process the SILC specific data. + Wed Nov 14 16:22:25 EET 2001 Pekka Riikonen * __pid_t -> pid_t in lib/silccrypt/silcrng.c. A patch by