From b5f81f7a2b18ed82300e98fe42c2759115e34928 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 8 Jun 2007 15:45:58 +0000 Subject: [PATCH] updates. --- CHANGES | 9 +++++++++ TODO | 5 +++++ apps/Makefile.ad | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c175c0c5..fdba6f4b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +Fri Jun 8 18:39:34 EEST 2007 Pekka Riikonen + + * Fixed connection auth protocol timeout crash. Affected + file is lib/silcske/silconnauth.c. + + * Fixed FSM machine finishing to check for existing threads + at the final free callback to allow time for the threads to + finish. Affected file lib/silcutil/silcfsm.c. + Thu Jun 7 21:25:31 EEST 2007 Pekka Riikonen * Fixed silc_client_get_clients_local to check the nick's diff --git a/TODO b/TODO index ec487d19..7bbef846 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,11 @@ apps/silcd, The SILC Server ****PARTLY DONE**** o Port all code to use SILC Toolkit 1.1 APIs. + o Dynamic connection support for INFO and MOTD commands. + + o Dynamic connection support for JOIN command. Accept channel name + strings of format channel@server. + o Fix/test GETKEY. o Fix/test MOTD. diff --git a/apps/Makefile.ad b/apps/Makefile.ad index 1b089851..2be826d5 100644 --- a/apps/Makefile.ad +++ b/apps/Makefile.ad @@ -28,6 +28,6 @@ SUBDIRS = \ @IRSSI_SUBDIR@ \ #endif SILC_DIST_CLIENT #ifdef SILC_DIST_INPLACE - silcstress +# silcstress #endif SILC_DIST_INPLACE -- 2.24.0