X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=NEWS;h=9ec7547e45dadb92fe466a6faa1ce2bdea15c661;hp=c1547bb288180d9663540ead95e1279a762a24b4;hb=100de3e4ccaab10524821d4262f6a8c3342224f8;hpb=7d7eb735f0c8b541e7809a68cb49174605147904 diff --git a/NEWS b/NEWS index c1547bb2..9ec7547e 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,11 @@ -- NEWS -- -ngIRCd 22 +ngIRCd 22 (2014-10-11) + + - Match all list patterns case-insensitive: this affects the invite-, + ban-, and except lists, as well as G-Lines an K-Lines. + Problem pointed out by "wowaname" on #ngircd, thanks! ngIRCd 22~rc1 (2014-09-29) - Sync "except lists" between servers: Up to now, ban, invite, and G-Line @@ -24,10 +28,10 @@ ngIRCd 22 - Test suite/platformtest.sh: Detect when tests have been skipped. - Allow "DefaultUserModes" to set all possible modes, including modes only settable by IRC Operators. - - Implement user mode "F": "relaxed flood protection". Clients with mode "F" - set are allowed to send data to the daemon. This mode is only settable by - IRC Operators and can cause problems in the network -- so be careful and - only set it on "trusted" clients! + - Implement user mode "F": "relaxed flood protection". Clients with mode + "F" set are allowed to rapidly send data to the daemon. This mode is only + settable by IRC Operators and can cause problems in the network -- so be + careful and only set it on "trusted" clients! User mode "F" is used by Bahamut for this purpose, for example. - Use server password when PAM is compiled in but disabled. - Streamline punctuation of log messages.