X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=e0861f008d37ab6d0a97595080a34d23412b26c9;hb=f88b3f268a6f1e8f4adb1c2bd742a6ee41612241;hp=0c4b060a2023b6807e8a8527657b375702de2329;hpb=4a0081751a282b29d525b5f9a3312628aed24a2f;p=silc.git diff --git a/CHANGES b/CHANGES index 0c4b060a..e0861f00 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,25 @@ +Mon Sep 16 12:02:54 EEST 2002 Pekka Riikonen + + * Added 'app_context' to silc_schedule_init. It is an + application specific context that is delivered to application + in task callback functions. Affected files are + lib/silcutil/silcutil.[ch]. + +Sun Sep 15 22:16:19 EEST 2002 Pekka Riikonen + + * Added support for removing explicitly added client connections + in rehash and closing the client connections if they were + unconfigured in the rehash. Affected file silcd/server.c. + + * Added support for aborting automatically pending commands + that never receives the reply (to avoid memory leaks). + Added also silc_server_command_pending_timed to set the + specific timeout for pending command. Affected files are + silcd/command[_reply].[ch]. + + * Added SILC_STATUS_ERR_TIMEDOUT status. Updated protocol + specs and lib/silccore/silcstatus.h. + Sun Sep 15 12:25:10 EEST 2002 Pekka Riikonen * Changed the silc_get_time to accept time value as argument