X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=ChangeLog;h=7ad21180b5e5897c06a11dac29321651f0a9c0f8;hp=fb64c78e453132cc380905c46fb280c699b6a21b;hb=a2544e496c3d2887069e646c9451ec49968125f5;hpb=d449496aa4f99b3d22d64e5d61fda9de035e7b59 diff --git a/ChangeLog b/ChangeLog index fb64c78e..7ad21180 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,20 @@ ngIRCd CVS-HEAD - - New signal handler (more secure). + - New signal handler (more secure, actions are executed outside). + - GCC: the compiler is now called with more warning options enabled. + - Replaced a lot of str[n]cpy(), str[n]cat() and sprintf() calls with the + more secure functions strlcpy(), strlcat() and snprintf(). On systems + that don't support strlcpy() and strlcat(), these functions are included + in the libngportab now (with prototypes in portab.h). + - Fixed KILL: you can't crash the server by killing yourself any more, + ngIRCd no longer sends a QUIT to other servers after the KILL, and you + can kill only valid users now. + - If the server can't close a socket, it panics now. This is an error that + can't occure during normal operation so there is something broken. + - The order of log messages during disconnects is more "natural" now ;-) + - Cleaned up handling of server configuration structures: modifying and + removing servers during runtime works more reliable now. Older changes (sorry, only available in german language): @@ -376,4 +389,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.151 2002/12/24 15:10:14 alex Exp $ +$Id: ChangeLog,v 1.157 2002/12/30 00:01:42 alex Exp $