Fixed KE Start Payload parsing to check for mandatory fields.
[crypto.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 194a201bad557f07c11289d2a1d5336af0003859..3f0ef4ee64d31633e8e742aead1564c7458f725c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,29 @@
+Sat Nov 16 13:14:45 EET 20022  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed the KE Start Payload parsing to check that mandatory
+         fields are present.  Affected file lib/silcske/payload.c.
+
+       * Fixed compilation warnigs in Irssi SILC Client.  Affected
+         files are irssi/src/silc/core/silc-query.c. client_ops.c.
+
+Thu Nov 14 19:33:28 CET 2002  Jochen Eisinger <c0ffee@penguin-breeder.org>
+
+       * Print "nick now appears as newnick" and update Irssi's nicklist
+         when you change your nick to "nick". Closes #62
+
+       * Never format your own nick. Closes #63
+
+Thu Nov 14 09:44:54 CET 2002  Jochen Eisinger <c0ffee@penguin-breeder.org>
+
+       * SILC_UMODE_GONE changes are now propagated correctly to the
+         Irssi client. Closes #54
+       
+Tue Nov 12 19:42:18 CET 2002  Jochen Eisinger <c0ffee@penguin-breeder.org>
+
+       * Fixed example in /HELP KEY
+
+       * Added expando $j which expands to current SILC Client version
+
 Tue Nov 12 19:46:39 EET 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed public key decoding in crypto library.