Added example files for backup router in doc/examples.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index c0b18f0a43a028016ae85a4f6689334dcb0270f0..2a3f0de2044026a5750207fe6e267e3ddaa04273 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,84 @@
+Sun Aug  4 15:55:40 CEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * More fixed for not having purge timeout for global clients
+         that are on channel.  Affected files silcd/command_reply.c
+         and server_util.c.
+
+       * Fixed the rekey protocol to work with backup router connections.
+         Rekey packets are now allowed on disabled connections as
+         well.  Affected files silcd/packet_send.c and server.c.
+
+       * Do not switch to be as backup router when shutting down and
+         closing the primary connection.  Affected file silcd/server.c.
+
+       * Fixed memory leaks in backup router deleting.  Added
+         silc_server_backup_free to free all data during shutdown of
+         server.  Affected files silcd/server_backup.[ch].
+
+Sun Jul 14 21:33:32 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Do not process commands if the sock->user_data is NULL.
+         Affected file silcd/command.c.
+
+Tue Jul  9 19:03:11 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed buffer overflow and security problems (loosing bits
+         in CFB encryption) in SILC RNG.  Problems reported by
+         Markku-Juhani O. Saarinen <mjos@saturn.tcs.hut.fi>.
+
+Sun Jul  7 13:10:01 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Added yet more checks that client is not expired on global
+         list if it is on channels.  Affected file is
+         silcd/command_reply.c.
+
+Sat Jul  6 11:45:11 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Merged c0ffee's MIME signal patch which adds support for
+         sending also MIME messages in Irssi SILC Client, and handling
+         received MIME messages in a signal (and perhaps doing something
+         to non-textual MIME messages).
+
+Sun Jun 30 01:30:22 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed pending command deletion in server and client library
+         to check the whole list instead of breaking after first found.
+         The affected files are silcd/command.[ch] and 
+         lib/silcclient/command.[ch].
+
+Sat Jun 29 17:40:12 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Return NO_SUCH_CHANNEL error in USERS for channel that is
+         secret or private, otherwise it's possible to find out
+         whether a secret channel exists or not.  Affected file
+         silcd/command.c.
+
+       * If CMODE change fails during the mode setting, assure that
+         the old mode mask is set for the channel back.  Affected
+         file silcd/command.c.
+
+       * Fixed passphrase saving on +a channel on normal server
+         after successful JOIN command.  Affected file silcd/command.c.
+
+Fri Jun 28 11:53:25 CEST 2002 Pekka Riikonen <priikone@silcnet.org>
+
+       * Remove server/router operator privileges in DETACH command,
+         since it's possible to resume to server where these
+         privileges would not be allowed for the client.  Affected
+         file silcd/command.c.
+
+       * Do not set to wait for backup in rehash of the server.
+         Affected file silcd/server.c.
+
+       * Do not check listener sockets when counting how many
+         socket connections we have.  Affected file is
+         silcd/server_util.c.
+
+       * Do not announce disconnected clients that are remaining
+         in history (for WHOWAS).  This is because SIGNOFF notify
+         for these has been sent earlier already.  Affected file
+         silcd/server.c.
+
 Thu Jun 27 20:07:27 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
 
        * Buffer overflow with CUMODE command's mode->mode character