updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 4073d8976c72e6ff6ef9371c0c5bfb33a09a93c7..12f8820c3130e0e4bb0a48a533c65bd953f53551 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,47 @@
+Mon Jan 21 19:07:53 EET 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * Removed the SilcClientCommandDestructor from the client
+         libary, it is not needed anymore.  Affected files are
+         lib/silcclient/silcapi.h, command[_reply].[ch],
+         client_notify, idlist.c.
+
+       * Fixed GETKEY command to first resolve client, and then
+         resolve the server only if the client was not found, instead
+         of resolving both at the same time.  Affected file is
+         lib/silcclient/command.c.
+
+       * Added silc_client_start_key_exchange_cb and lookup the
+         remote hostname and IP address before starting the key
+         exchange with server.  The affected file is 
+         lib/silcclient/client.c.
+
+       * The server's public key is now saved using the IP address
+         of the server and not the servername for the filename.
+         The hostname public key filename is checked as an fall back
+         method if the IP address based filename is not found.
+
+         Fixed the GETKEY command to save the fetched server key
+         in correct filename.
+
+         Print the remote server's hostname now when new key is
+         received during connection process.  Affected file is
+         irssi/src/silc/core/client_ops.c.
+
+       * Return always our own public key to the client if it asks
+         for it with GETKEY command.  Affected file silcd/command.c.
+
+       * Removed the use_auto_addr variable from default config
+         file since it was in wrong section.  Affected file is
+         irssi/src/config.
+
+       * Fixed TOPIC_CHANGE notification to not route it when it
+         was sent using silc_server_send_notify_to_channel function.
+         Affected file silcd/command.c.
+
+       * Fixed silc_server_send_notify_kicked to send the kicker's
+         Client ID also, it was missing.  Affected files are
+         silcd/command.c, silcd/packet_send.[ch].
+
 Thu Jan 17 18:59:11 EET 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * Do not save client history information in SERVER_SIGNOFF.