]> arthur.barton.de Git - ngircd-alex.git/blobdiff - NEWS
ngIRCd release 15
[ngircd-alex.git] / NEWS
diff --git a/NEWS b/NEWS
index 27276cf927e83367c61ce8f68d4c77fcc7bf0083..5a0a9dd5a7001f6defbdb6359bc2ef5cfb0da834 100644 (file)
--- a/NEWS
+++ b/NEWS
                                   -- NEWS --
 
 
-ngIRCd Release 14
+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.
+
+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.
@@ -20,8 +40,6 @@ ngIRCd Release 14
     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)