summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-08-06 21:14:56 +0200
committerAlexander Barton <alex@barton.de>2013-08-06 21:14:56 +0200
commitbd0de15d314e6eacd0ea77be49473fedc7b2667f (patch)
treefc619567199cb9f7b5e1d7ac7c8d280d0a5f28d2 /NEWS
parentfcdb5cf8dd1579172ad894ddc8c07defa16f0822 (diff)
downloadngircd-bd0de15d314e6eacd0ea77be49473fedc7b2667f.tar.gz
ngircd-bd0de15d314e6eacd0ea77be49473fedc7b2667f.zip
Update NEWS and ChangeLog files
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 420c1d87..0b86a43d 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,19 @@
 
 ngIRCd 21
 
+  - Implement a new configuration option "AllowedChannelTypes" that lists
+    all allowed channel types (channel prefixes) for newly created channels
+    on the local server. By default, all supported channel types are allowed.
+    If set to the empty string, local clients can't create new channels at
+    all, which equals the old "PredefChannelsOnly = yes" setting.
+    This change deprecates the "PredefChannelsOnly" variable, too, but it is
+    still supported and translated to the apropriate "AllowedChannelTypes"
+    setting. When the old "PredefChannelsOnly" variable is processed, a
+    warning message is logged. (Closes bug #152)
+  - Add support for "client certificate fingerprinting". When a client
+    passes an SSL certificate to the server, the "fingerprint" will be
+    forwarded in the network which enables IRC services to identify the
+    user using this certificate and not using passwords.
   - Implement a new configuration option "IncludeDir" in the "[Options]"
     section that can be used to specify a directory which can contain
     further configuration files and configuration file snippets matching