X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=4cfc777a6cc7f648b67fb56053293ab5074d9ab0;hb=e5a19fa3a01ab6b75b725827df402ad6176749b9;hp=a6e4562f7c3dcdab8f3ec9067dd9ef94d37a1dfd;hpb=06caecb0c4ed9d4d8f237eab4469531e8c96bbf4;p=ngircd-alex.git diff --git a/ChangeLog b/ChangeLog index a6e4562f..4cfc777a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,20 @@ ngIRCd CVSHEAD + +ngIRCd 0.9.x + + - Fixed maximum length of user names, now allow up to 9 characters. + - Cut off oversized IRC messages that should be sent to the network instead + of shuttding down the (wrong) connection. + - Don't generate error messages for unknown commands received before the + client is registered with the server (like the original ircd). + - Never run with root privileges but always switch the user ID. + - Make "netsplit" messages RFC compliant. + - Fix handling of QUIT Messages: send only one message, even if the client + is member of multiple channels. + - Don't exit server if closing of a socket fails; instead ignore it and + pray that this will be "the right thing" ... - Implemented the IRC function "WHOWAS". - Don't enable assert() calls when not ./configure'd with --enable-debug. - Fixed ./configure test for TCP Wrappers: now it runs on Mac OS X as well. @@ -44,7 +58,7 @@ ngIRCd CVSHEAD most probably other older C compilers on other systems. - When the daemon should switch to another user ID (ServerID is defined in the configuration file) and is not running in a chroot environment, it - changes it's working directory to the home directory of this user. This + changes its working directory to the home directory of this user. This should enable the system to write proper core files when not running with root privileges ... @@ -599,4 +613,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.270 2005/05/16 12:25:15 alex Exp $ +$Id: ChangeLog,v 1.278 2005/07/05 22:44:47 alex Exp $