]> arthur.barton.de Git - ngircd-web.git/commitdiff
Documentation update for 0.10.1.
authorAlexander Barton <alex@barton.de>
Sun, 17 Dec 2006 14:28:05 +0000 (14:28 +0000)
committerAlexander Barton <alex@barton.de>
Sun, 17 Dec 2006 14:28:05 +0000 (14:28 +0000)
doc/ChangeLog
doc/NEWS
doc/sample-ngircd.conf

index cffe467e067d912228dd34e230e26c210c89fcd3..1b61fee3e6ee1ed7df68397b3f7e42e415936d68 100644 (file)
                                -- ChangeLog --
 
 
+ngIRCd 0.10.1 (2006-12-17)
+
+  - Fixed validation of server names containing digits.
+  - Update the "info text" of the local server after re-reading configuration.
+  - Changed Numerics 265 and 266 to follow ircd 2.11.x "standards".
+  - Allow PASS syntax defined in RFC 1459 for server links, too.
+  - Enhanced ISUPPORT message (005 numeric).
+  - New configuration option "PredefChannelsOnly": if set, clients can only
+    join predefined channels.
+  - Code cleanups: use "LogDebug(...)" instead of "Log(LOG_DEBUG, ...)", use
+    "strcspn()", unsigned vs. signed, use "const", fix whitespaces, ...
+
 ngIRCd 0.10.0 (2006-10-01)
 
   - Fixed file handle leak when daemon is not able to send MOTD to a client.
index 25ac950a49687db52725385d018640d8cf9157d2..3026adcc52e91219c5e8069f9183db9002e36082 100644 (file)
--- a/doc/NEWS
+++ b/doc/NEWS
                                   -- NEWS --
 
 
+ngIRCd 0.10.1 (2006-12-17)
+
+  - Allow PASS syntax defined in RFC 1459 for server links, too.
+  - New configuration option "PredefChannelsOnly": if set, clients can only
+    join predefined channels.
+
 ngIRCd 0.10.0 (2006-10-01)
 
   ngIRCd 0.10.0-pre1 (2006-08-02)
index 6ae0fc63747067f7bfb8e9a0340e55934972f745..5df4f5e7848b1b96d42f867da9768cfea8c268ec 100644 (file)
@@ -93,6 +93,9 @@
        # server? (This is a compatibility hack for ircd-irc2 servers)
        ;OperServerMode = no
 
+       # Allow Pre-Defined Channels only (see Section [Channels])
+       ;PredefChannelsOnly = no
+
        # Maximum number of simultaneous connection the server is allowed
        # to accept (<=0: unlimited):
        ;MaxConnections = -1