Fixed socket connection counting. Added checks for not adding
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 201c1f2bb08c236197840445399892542d68c4c5..39385ebec058f2816b7dfa053795bb66330cc940 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,28 @@
+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
+         conversion.  Reported by Ville Räsänen.  Affected file
+         lib/silcutil/silcutil.c.
+
 Thu Jun 27 16:54:33 EEST 2002 Pekka Riikonen <priikone@silcnet.org>
 
        * Allow heartbeat packets to go disabled connections anyway.