updates.
authorPekka Riikonen <priikone@silcnet.org>
Fri, 8 Jun 2007 15:45:58 +0000 (15:45 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 8 Jun 2007 15:45:58 +0000 (15:45 +0000)
CHANGES
TODO
apps/Makefile.ad

diff --git a/CHANGES b/CHANGES
index c175c0c535f4b0acd9319f96e93a046d05377ca7..fdba6f4bfe7839a38ff6d2fa041d2324721b44f4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+Fri Jun  8 18:39:34 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * 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 <priikone@silcnet.org>
 
        * Fixed silc_client_get_clients_local to check the nick's
diff --git a/TODO b/TODO
index ec487d196b9b277c046f1a4dcb168227d236c582..7bbef846a981d7069c0e7fff3ee1f949691ea216 100644 (file)
--- 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.
index 1b089851deffabc9d888c47669f98b4f7bee9105..2be826d5341c2a1a056e4ed6ce2571cbb50736b3 100644 (file)
@@ -28,6 +28,6 @@ SUBDIRS =     \
        @IRSSI_SUBDIR@ \
 #endif SILC_DIST_CLIENT
 #ifdef SILC_DIST_INPLACE
-       silcstress
+#      silcstress
 #endif SILC_DIST_INPLACE