summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-11-10 21:49:02 +0100
committerAlexander Barton <alex@barton.de>2012-11-10 21:49:02 +0100
commit4185c4a44aeb69ee6b970809a1f604e600ee88eb (patch)
treeedb3b6f6c9f766d876512611e24acf2b76ced68c /NEWS
parent45b0bb5aff6157409ea88b344c34b7bf84dc8886 (diff)
downloadngircd-4185c4a44aeb69ee6b970809a1f604e600ee88eb.tar.gz
ngircd-4185c4a44aeb69ee6b970809a1f604e600ee88eb.zip
Update NEWS and ChangeLog files
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b6a5efd4..8997a028 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,23 @@
 
 ngIRCd
 
+  - Update doc/Services.txt: describe the upcoming version of Anope 1.9.8,
+    then including a protocol module for ngIRCd. And remove our own patches
+    in ./contrib/Anope because they aren't supported any more ...
+  - Implement new "METADATA" command which can be used by remote servers
+    and IRC services to update client metadata like the client info text
+    ("real name"), user name, and hostname, and use this command to
+    configure an cloaked hostname (user mode "+x") on remote servers:
+    This prevents "double cloaking" of hostnames and even cloaked
+    hostnames are in sync on all servers supporting "METADATA" now.
+  - Implement new IRC "SVSNICK" command to allow remote servers (and IRC
+    services) to change nicknames of already registered users. The SVSNICK
+    command itself doesn't change the nickname, but it becomes forwarded
+    to the server to which the user is connected to. And then this server
+    initiates the real nickname changing using regular NICK commands.
+    This allows to run mixed networks with old servers not supporting the
+    SVSNICK command, because SVSNICK commands for nicknames on such servers
+    are silently ignored and don't cause a desynchronization of the network.
   - New configuration option "MaxListSize" to configure the maximum number
     of channels returned by a LIST command. The default is 100, as before.
   - Implement user mode "b", "block messages": when a user has set mode "b",