X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=d7f82bb5b4872693afdc360aa43da0025adcb69a;hb=ca5e09865e2f6155ee4eb6551364250734b620ed;hp=0972901cf9034b701555ed460b6ee31006d17597;hpb=eeccc193dd9111295211eaf22d6cc4f0d2a91016;p=ngircd-alex.git diff --git a/NEWS b/NEWS index 0972901c..d7f82bb5 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ ngIRCd - Next Generation IRC Server - (c)2001-2005 Alexander Barton, + (c)2001-2006 Alexander Barton, alex@barton.de, http://www.barton.de/ ngIRCd is free software and published under the @@ -10,7 +10,22 @@ -- NEWS -- -ngIRCd 0.9.0 +ngIRCd 0.10.0 (2006-10-01) + + ngIRCd 0.10.0-pre1 (2006-08-02) + - Enhanced DIE to accept a single parameter ("comment text") which is sent + to all locally connected clients before the server goes down. + - JOIN now supports more than one channel key at a time. + - Implemented numeric "333": Time and user name who set a channel topic. + - Channel topics are no longer limited to 127 characters: now the only limit + is the maximum length of an IRC command, i. e. 512 bytes (in practice, this + limits the topic to about 490 characters due to protocol overhead). + - Reverse DNS lookup code now checks the result by doing an additional + lookup to prevent spoofing. + - Added new IO layer which (optionally) supports epoll() and kqueue() in + addition to the select() interface. + +ngIRCd 0.9.0 (2005-07-24) - Never run with root privileges but always switch the user ID. - Make "netsplit" messages RFC compliant. @@ -208,4 +223,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: NEWS,v 1.74 2005/06/26 21:54:02 alex Exp $ +$Id: NEWS,v 1.77 2006/10/01 17:23:36 alex Exp $