updates.
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index f1a9c28af612312d7058a2bb60b348dbddd8af55..e90f9225eabdd8bdfea72a741e9014ba31f18c56 100644 (file)
--- a/CHANGES
+++ b/CHANGES
+Sun Nov 25 18:01:45 EET 2001  Pekka Riikonen <priikone@silcnet.org>
+
+       * Don't use __restrict in older GCC's.  Affected file is
+         lib/silcmath/mpi/mpi-priv.h.  A patch by salo.
+
+       * silc_net_localhost now attempts to reverse lookup the
+         IP/hostname.  Affected file lib/silcutil/silcnet.c.
+
+       * Defined <founder auth> argument to the SILC_COMMAND_JOIN
+         command.  It can be used to gain founder privileges at 
+         the same time when joining the channel.
+
+         Defined that the SILC_NOTIFY_TYPE_KICKED send the 
+         kicker's client ID as well.  Updated protocol specs.
+
+         Defined that the server must send SILC_COMMAND_IDENTIFY
+         command reply with error status to client who sent
+         private message with invalid client ID.
+
+         Updated the protocol specification.
+
+       * Added silc_server_send_command_reply to send any
+         command reply.  Affected file silcd/packet_send.[ch].
+
+       * Added silc_id_payload_encode_data to encode ID payload
+         from raw ID data.  Affected file lib/silccore/silcpayload.[ch].
+
+       * The server now send IDENTIFY command reply with error
+         status if client ID in private message is invalid.  Affected
+         file silcd/packet_receive.c.
+
+       * Save the server key file with server's IP address in
+         the filename instead of hostname.  The affected file is
+         irssi/src/silc/core/client_ops.c.
+
+Sat Nov 24 20:08:22 EET 2001  Pekka Riikonen <priikone@silcnet.org>
+
+       * Typo fixes in irssi/src/fe-common/silc/module-formats.c.
+         A patch by Sunfall.
+
+       * Added libtool support for compiling shared objects in
+         lib/silcsim.  Affected file configure.in.pre and
+         lib/silcsim/Makefile.am.  Original patch by cras.
+
+Fri Nov 23 23:30:59 EET 2001  Pekka Riikonen <priikone@silcnet.org>
+
+       * Pid file configuration, and server's config file fixes
+         patch by toma.  Updated CREDITS file. 
+
+Sun Nov 18 01:34:41 EET 2001  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed silc_client_channel_message to not try to decrypt
+         the message twice if it resolved the destination client
+         information.  This could cause of dropping one channel
+         message.  Affected file lib/silcclient/client_channel.c.
+
+Wed Nov 14 23:44:56 EET 2001  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added silc_client_run_one into lib/silcclient/silcapi.h and
+         lib/silcclient/client.c. This function is used when the SILC
+         Client is run under some other scheduler, or event loop or
+         main loop.  On GUI applications, for example this may be
+         desired to used to run the client under the GUI application's
+         main loop.  Typically the GUI application would register an
+         idle task that calls this function multiple times in a second
+         to quickly process the SILC specific data.
+
+Wed Nov 14 19:16:52 CET 2001  Johnny Mnemonic <johnny@themnemonic.org>
+
+        * Fixed silc_server_drop() for dropping the supplementary
+          groups as well, this could cause a security hole on some
+          systems.
+
+Wed Nov 14 16:22:25 EET 2001  Pekka Riikonen <priikone@silcnet.org>
+
+       * __pid_t -> pid_t in lib/silccrypt/silcrng.c.  A patch by
+         johnny.
+
+       * Write PID file after dropping privileges.  Added -F option
+         to run server on foreground.  A patch by debolaz.
+         Affected files silcd/server.c, silcd/silcd.c.
+
+       * Fixed MOTD to return the MOTD file server name.  Affected
+         file silcd/command.c.
+
+       * Added INFO command reply handling to the Irssi SILC Client.
+         Affected file irssi/src/silc/core/client_ops.c.
+
 Wed Nov 14 00:18:08 EET 2001  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed the silc_idcache_list_* routines to really support
          the dynamic list.  Fixes a crash.  Affected file is
          lib/silccore/silcidcache.c.
 
+       * Fixed the LIST command reply to really call LIST command's
+         pending callbacks.  Affected file silcd/command_reply.c.
+
 Tue Nov 13 00:49:17 EET 2001  Pekka Riikonen <priikone@silcnet.org>
 
        * Update conn->local_entry->nickname after giving NICK
          command.  Affected file lib/silcclient/command.c.
 
+Sun Nov 11 23:43:02 PST 2001  Brian Costello <bc@wpfr.org>
+
+       * Added the [pid] option to the silcd configuration file
+
+         Affected files: serverconfig.[ch] and silcd.c
+
 Sun Nov 11 23:56:39 EET 2001  Pekka Riikonen <priikone@silcnet.org>
 
        * Save fingerprint in WHOIS command reply in server.