about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-10-02 02:10:48 +0200
committerAlexander Barton <alex@barton.de>2013-10-02 02:10:48 +0200
commit9b1fee8995f5e1ee5390ba36635804744a368c94 (patch)
tree368bc1d34aea72c3d0459e3d9cea15ee83a6c7a5 /NEWS
parent2798a12444bce91613388ceb7ab52d1e97787687 (diff)
downloadngircd-9b1fee8995f5e1ee5390ba36635804744a368c94.tar.gz
ngircd-9b1fee8995f5e1ee5390ba36635804744a368c94.zip
Update NEWS and ChangeLog files
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a8dc433e..6b403285 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,25 @@
 
 ngIRCd 21
 
+  - Actually KILL clients on GLINE/KLINE. (Closes bug #156)
+  - Add support to show all user links using the "STATS L" (uppercase)
+    command (restricted to IRC Operators).
+  - Implement configurable SSL cipher list selection for GnuTLS and OpenSSL
+    using the new configuration option "CipherList". In addition, this
+    changes the defaults to more secure values: "HIGH:!aNULL:@STRENGTH" for
+    OpenSSL, and "SECURE128" for GnuTLS.
+  - Show connection flag "s" (SSL) in RPL_TRACE{LINK|SERVER} messages: now
+    you can check if a server-to-server link is SSL-encrypted or not using
+    the IRC "TRACE" command.
+  - Implement the new configuration option "DefaultUserModes" which lists
+    user modes that become automatically set on new local clients right
+    after login. Please note that only modes can be set that the client
+    could set on itself, so you can't set "a" (away) or "o" (IRC Op),
+    for example! User modes "i" (invisible) or "x" (cloaked) etc. are
+    "interesting", though. (Closes bug #160)
+  - Add support for the new METADATA "account" property, which allows
+    services to automatically identify users after netsplits and across
+    service restarts.
   - 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.