Allows formatted nicknames as input for silc_client_get_clients
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index ef84db9e8f58b47a81451dfd7e0e7dcee6de79d7..64d51c8e447685d1061d3ec60b8396b8864f6f56 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,79 @@
+Sun May  6 12:43:19 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added current channel key cipher name and HMAC name to
+         SilcChannelEntry.  Fixed channel private key creation.
+         Affected files are lib/silcclient/client_channel.c,
+         client_entry and silcclient_entry.h.
+
+       * Allow formatted nicknames as input to silc_client_get_clients
+         and silc_client_get_clients_whois.  Affected file is
+         lib/silcclient/client_entry.c.
+
+Thu May  3 18:07:50 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Imported libtommath 0.41.  Renamed all mp_* functions to
+         tma_mp_* functions to avoid rare linking problems on systems
+         with mp_* functions.  Affected files are in lib/silcmath/.
+
+Wed May  2 17:46:25 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * SILC Toolkit 1.1 Beta1.
+
+Wed May  2 11:38:17 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Set the server and router operator modes to local entry after
+         successful OPER or SILCOPER commands.  Affected file is
+         lib/silcclient/command_reply.c.
+
+Tue May  1 14:17:06 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Ported SILC Socket Stream API, SILC Net API, SILC Schedule API,
+         and other smaller APIs to WIN32.  Affected files are in
+         lib/silcutil/win32/.
+
+       * Changed the various regex APIs as generic code in util library.
+         Affected files are lib/silcutil/silcstrutil.[ch].
+
+Sat Apr 28 13:47:47 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Ported SILC Server to the new Toolkit API, working towards
+         SILC Server 1.1.  Affected files are in apps/silcd/.
+
+       * Added silc_skr_del_public_key, silc_skr_[ref|unref]_public_key
+         to lib/silcskr/silcskr.[ch].
+
+       * Fixed SILC public key copying to copy the identifier also.
+         Affected file is lib/silccrypt/silcpk.c.
+
+       * Added silc_packet_error_string to lib/silccore/silcpacket.[ch].
+
+       * Fixed OPER and SILCOPER passphrase asking in Client library.
+         Affected file is lib/silcclient/command.c.
+
+Tue Apr 24 17:55:24 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed command queue enabling after connecting to server.
+         The comparisons was from after changing to silc_utf8_strcasecmp.
+         Affected file is apps/irssi/src/silc/core/silc-servers.c.
+
+       * Fixed nickname setting with own client entry with 1.3 protocol
+         version server.  Affected file lib/silcclient/client_register.c.
+
+       * Ignore error notify for local client entry.  Affected file is
+         lib/silcclient/client_notify.c.
+
+       * Implemented responder rekey to SKE library.  Affected files are
+         lib/silcske/silcske.[ch].
+
+       * Fixed connection auth protocol completion sending.  Affected
+         file lib/silcske/silcconnauth.c.
+
+Mon Apr 23 17:20:01 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Do not call TCP network listener callback with any error
+         status, as documented.  Affected file is
+         lib/silcutil/unix/silcunixnet.c.
+
 Sun Apr 22 21:13:28 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Preliminary SILC Server 1.1 changes committed to apps/silcd/.
@@ -20,8 +96,6 @@ Sun Apr 22 21:13:28 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
        * Added silc_net_get_error_string, silc_net_listener_get_ip and
          silc_net_listener_get_hostname to lib/silcutil/silcnet.[ch].
 
-       *
-
 Tue Apr 10 15:55:42 CEST 2007  Jochen Eisinger <coffee@silcnet.org>
 
        * Add option --enable-silc-plugin.  Affected files are