Do not wait for EOF after socket error but close connection.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 44b63d48a1558094974686e891b8351cbfb1cf9c..739dd96f095067cf5a912339f1d7042b9eb52559 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Tue Nov 19 22:30:56 EET 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * Don't wait for EOF after socket error has occurred, but
+         close the connection.  Affected file is silcd/server.c.
+
 Mon Nov 18 18:58:26 EET 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * Added support for setting FOUNDER mode on channel with
@@ -8,6 +13,13 @@ Mon Nov 18 18:58:26 EET 2002  Pekka Riikonen <priikone@silcnet.org>
          library to avoid memory leaks.  Affected files are
          irssi/src/silc/core/silc-core.c and silc-servers.c.
 
+       * Deprecated the No Reply flag in SKE protocol and introduced
+         "IV Included" flag which can be used to indicate that the IV
+         is included in the ciphertext.  This makes it possible to use
+         SILC on unreliable transport, such as UDP which may cause
+         packet reordering and losses.  Updated protocol specs, did
+         not implement yet.
+
 Sun Nov 17 15:50:57 EET 2002  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed the MPI implementation of silc_mp_sizeinbase to return