X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=9b437dcf48958bb73b7c8f4d567e25670e44586f;hb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;hp=baa76976ec81ad6840411b329770317b81371ab5;hpb=34bb35a2496ec0402bb4d6c2546147cd37b27007;p=crypto.git diff --git a/CHANGES b/CHANGES index baa76976..9b437dcf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,83 @@ +Tue May 10 15:11:53 EEST 2005 Pekka Riikonen + + * Rewritten SILC Log API. Affected files lib/silcutil/silclog.[ch]. + +Mon May 9 12:00:08 EEST 2005 Pekka Riikonen + + * Fixed channel public key list saving on JOIN command reply + on backup router. Affected file apps/silcd/command_reply.c. + +Mon May 2 10:42:49 EEST 2005 Pekka Riikonen + + * Added default limit how many channels client can join, + default is 50. Added 'channel_join_limit' configuration + option to server too. Affected files are apps/silcd/command.c + and serverconfig.[ch]. + +Sun May 1 17:42:55 EEST 2005 Pekka Riikonen + + * --without-silc -> --with-silc, --without-irssi -> --with-irssi. + On Toolkit the server and client are not compiled by default. + Affected file configure.ad. + +Thu Apr 28 15:57:37 EEST 2005 Pekka Riikonen + + * Added lib/contrib/getopt.[ch] for platforms that don't + have it (it is not GPL implementation). + + * Fixed compilation when pkg-config is used. + +Wed Apr 27 11:49:41 EEST 2005 Pekka Riikonen + + * A comma in invite/ban string is invalid, check for it. + Affected file apps/silcd/server_util.c. + + * Added SERVICE command to the server. It parses the command + request but SILC Server does not support services for the + time being. Affected file apps/silcd/command.[ch]. + + * Added SERVICE command and command reply to client library. + It is however incomplete. Updated Toolkit documentation. + Affected files are lib/silcclient/command[_reply].[ch]. + + * Fixed IDENTIFY/WHOWAS command reply to send the username + correctly (uninitialized buffer). Affected file is + apps/silcd/server_query.c. + +Mon Apr 25 14:25:24 EEST 2005 Pekka Riikonen + + * Moved silcer/, silc/, silcd/ and irssi/ to apps/. This + finalizes the major restructuring of the CVS tree. + +Mon Apr 25 00:39:30 EEST 2005 Pekka Riikonen + + * Send empty MOTD reply if MOTD file cannot be read. + Affected file silcd/command.c. + +Sun Apr 24 12:01:37 EEST 2005 Pekka Riikonen + + * Optimized primer number generator to use simpler conversion + routines. Also assure that the prime number will have the + highest bit set after modifying it. Affected file is + lib/silcmath/silcprimegen.c. + + * Added LibTomMath to SILC Math library (SILC_DIST_TMA). + + * Added FastTomMath to SILC Math Library (SILC_DIST_TFM), + for now only for testing purposes, it will not be delivered + in any distribution for now. + + * Removed NSS MPI from the source tree. Due to upcoming + license change for the SILC Toolkit, we cannot deliver the + NSS MPI anymore. I decided to replace it in all distributions + with public domain library. + + * Removed GNU regex from lib/contrib and introduced free + GNU compatible regex, lib/contrib/regexpr.[ch]. Added + GNU regex compatible API to it (only partial). + + * Removed getopt routines from lib/contrib. + Fri Apr 22 12:21:44 EEST 2005 Pekka Riikonen * Use silc_server_send_command_reply to send replies instead