X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=5a0a9dd5a7001f6defbdb6359bc2ef5cfb0da834;hb=a4d7c6f14594e1331885ff83afd584f7573c1a6c;hp=d386de2ef3fa7297338d210cec8d2ba28d11b564;hpb=a7eef6666bf534c6cb3c395db429fb80bb8bee19;p=ngircd-alex.git diff --git a/NEWS b/NEWS index d386de2e..5a0a9dd5 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,16 @@ -- NEWS -- -ngIRCd Release 14.2 - +ngIRCd Release 15 (2009-11-07) + + ngIRCd 15~rc1 (2009-10-15) + - Do not add default listening port (6667) if SSL ports were specified, so + ngIRCd can be configured to only accept SSL-encrypted connections now. + - Enable IRC operators to use the IRC command SQUIT (insted of the already + implemented but non-standard DISCONNECT command). + - New configuration option "AllowRemoteOper" (disabled by default) that + enables remote IRC operators to use the IRC commands SQUIT and CONNECT + on the local server. - Enforce upper limit on maximum number of handled commands. This implements a throttling scheme: an IRC client can send up to 3 commands or 256 bytes per second before a one second pause is enforced.