X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=NEWS;h=d386de2ef3fa7297338d210cec8d2ba28d11b564;hp=4e1fa0d9300b579f9c4d7fa390f2eedfd841602c;hb=44acf41cc172e8131c3a987d430b9f948afd26ad;hpb=c56ab962706c7b60ab649d77f317cd5086fad368 diff --git a/NEWS b/NEWS index 4e1fa0d9..d386de2e 100644 --- a/NEWS +++ b/NEWS @@ -10,15 +10,28 @@ -- NEWS -- -ngIRCd Release 14~rc1 +ngIRCd Release 14.2 + - 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. + +ngIRCd Release 14.1 (2009-05-05) + + - Security: fix remotely triggerable crash in SSL/TLS code. + - Debian: build ngircd-full-dbg package. + - Allow ping timeout quit messages to show the timeout value. + +ngIRCd Release 14 (2009-04-20) + + ngIRCd 14~rc1 (2009-03-29) + - Allow creation of persistent modeless channels. + - The INFO command reports the compile time now (if available). - Support individual channel keys for pre-defined channels: introduce new configuration variable "KeyFile" in [Channel] sections in ngircd.conf, here a file can be configured for each pre-defined channel which contains individual channel keys for different users. - Remove limit on maximum number of predefined channels in ngircd.conf. - - Implement pre-defined server local channels ("&") and write some - server-specific messages to &SERVER. ngIRCd Release 13 (2008-12-25)