X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=6213d7a13c5fb5d0ed7e2cd8f880e50e872d1003;hb=aad49bd260494878aed6795c7a897ad1d28c3082;hp=8457e8d44aebca2f207aad8dd289d4a434fd048c;hpb=92a90922080ac2bd3c72502ed60c1ef3367df708;p=ngircd-alex.git diff --git a/ChangeLog b/ChangeLog index 8457e8d4..6213d7a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,8 +10,28 @@ -- ChangeLog -- -ngIRCd 0.12.0-pre1 (2008-04-20) - +ngIRCd-dev + + - Fix Bug: 85: "WHO #SecretChannel" that user is not a member of now returns + proper RPL_ENDOFWHO_MSG instead of nothing. (Ali Shemiran) + - Implemented IRC commands SERVICE, SERVLIST, and SQUERY as dummy functions + to be even more RFC-compliant. Closes bug 74. + - Fixed Bug 75: KICK now handles comma-delimited lists. + (Brandon Beresini, Bryan Caldwell) + - Fixed Bug 83: ngIRCd chokes on 1-character messages. + - Add support for modeless channels ("+channels"). + (Bryan Caldwell, Ali Shemiran) + +ngIRCd 0.12.0-pre2 (2008-04-29) + + - IPv6: Add config options to disabe ipv4/ipv6 support. + - Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now! + - Documentation: get rid of some more references to CVS, switch to GIT. + - Get rid of cvs-version.* and CVSDATE definition. + - Report ERR_NOTONCHANNEL when trying to part a channel one is not member of. + - Testsuite: remove erroneous ConfUID setting in config file. + + ngIRCd 0.12.0-pre1 (2008-04-20) - Include Mac OS X Xcode project in distribution archives. - Do not exit on SIGHUP or /REHASH if the config file cannot opened. - Add IPv6 support. @@ -758,7 +778,3 @@ ngIRCd 0.0.2, 06.01.2002 ngIRCd 0.0.1, 31.12.2001 - erste oeffentliche Version von ngIRCd als "public preview" :-) - - --- -$Id: ChangeLog,v 1.345 2008/03/18 20:12:47 fw Exp $