Reprocess JOIN command synchronously after resolving channel
[crypto.git] / CHANGES.TOOLKIT
index ffbc1f070e253d4d8fe4fca4f918345bec541360..bd514cefe62ae394920dfa862d30e34f4311857b 100644 (file)
@@ -1,3 +1,23 @@
+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.
+
+       * 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.
+
 Tue Nov 13 18:24:56 EET 2007 Pekka Riikonen <priikone@silcnet.org>
 
        * Added missing channel unreferencing in CMODE, CUMODE,