X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=NEWS;h=8fd24a30dce61483644d5f710cd46f35cbb0d583;hp=86958770e08e7789345fc28d417216f77bc60f8f;hb=1e84b2640e3ca3fef0bdc0a63198cb98c8c6f7e3;hpb=64c265cf33d09cfb9ab5e7d0bbc8033dc85f7c64 diff --git a/NEWS b/NEWS index 86958770..8fd24a30 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,17 @@ ngIRCd 23 + ngIRCd 23~rc1 (2015-09-06) + - Use "NOTICE *" before registration instead of "NOTICE AUTH". "AUTH" is + a valid nickname so sending notices to it is probably not a good idea. + Use "*" as the target instead as done with numerics when the nick is not + available. This mimics the behaviour in Charybdis, IRCD-Hybrid, InspIRCd + 2.2, Plexus 4, etc. Closes #217. + The "NoticeAuth" configuration variable (ngircd.conf) has been renamed + to "NoticeBeforeRegistration" accordingly, but the old name is still + supported for compatibility reasons. + - Implement new channel mode "N" (regular users can't change their nick + name while on this channel). Closes #214. - Keep track of who placed bans, invites, and excepts. Idee and implementation by LucentW, Thanks! Closes #203. - Implement numeric RPL_LISTSTART(321). lightIRC and other clients