Merge commit 'origin/silc.1.1.branch'
[silc.git] / CHANGES.TOOLKIT
index 572909ff34edbc1ed1d775c4056f5d01cb4bf5ab..660965142137458f340f3d90c184aafacf530dee 100644 (file)
@@ -1,4 +1,15 @@
-Thu Nov 15 16:45:48 EET 2007 Pekka Riikonen <priikone@silcnet.org>
+Tue Jan  8 17:09:25 EET 2008  Pekka Riikonen <priikone@silcnet.org>
+
+       * Moved SILC ID utility functions to utility library to 
+         core library.  Affected files are lib/silccore/silcid.[ch].
+
+Tue Jan  8 16:24:56 EET 2008  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed silc_nickname_parse to always return valid nickname
+         when it returns TRUE.  Affected files are 
+         lib/silcclient/client_entry,c and command.c
+
+Thu Nov 15 16:45:48 EET 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed public key authentication as responder.  Affected file
          is lib/silcske/silcconnauth.c.
@@ -6,6 +17,21 @@ Thu Nov 15 16:45:48 EET 2007 Pekka Riikonen <priikone@silcnet.org>
        * Report packet engine errors to client application.  Affected
          file is lib/silcclient/client.c.
 
+       * If channel user list could not be resolved or was not even
+         closely fully resolved, report it to application.  Affected
+         file is lib/silcclient/command_reply.c.
+
+       * Reprocess JOIN command synchronously after resolving channel
+         user list.  Affected file is lib/silcclient/command_reply.c.
+
+       * In JOIN command reply check if the channel key is already
+         saved.  If it is we have received new key from server while
+         resolving user and must not save the old key.  Affected file
+         is lib/silcclient/command_reply.c.
+
+       * Remove all channel keys and hmacs after giving LEAVE command.
+         Affected file is lib/silcclient/command_reply.c.
+
 Tue Nov 13 18:24:56 EET 2007 Pekka Riikonen <priikone@silcnet.org>
 
        * Added missing channel unreferencing in CMODE, CUMODE,