repo: ngircd
action: commit
revision: 
path_from: 
revision_from: fa7fac88d27861beec9533fb4b141aca1dcb3f2d:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit fa7fac88d27861beec9533fb4b141aca1dcb3f2d
Author: Alexander Barton 
Date:   Mon Sep 22 02:37:37 2014 +0200

    Update NEWS and ChangeLog for ngIRCd 22 once more ...

diff --git a/ChangeLog b/ChangeLog
index 52fc6e874067e51682fad83b232413458776370a..
index ..c5da9d0945e88dd1afd67bcc08896b52fb67f725 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,13 @@
 ngIRCd 22

   ngIRCd 22~rc1
+  - Sync "except lists" between servers: Up to now, ban, invite, and G-Line
+    lists have been synced between servers while linking -- but obviously
+    nobody noticed that except list have been missing ever since. Until now.
+    Thanks to "j4jackj", who reported this issue in #ngircd.
+  - Allow longer user names (up to 63 characters) for authentication.
+  - Correctly check that a server has a valid hostname and port, thanks to
+    David Binderman  who reported this bug.
   - Fix the function which generates complete "IRC masks" from user input,
     don't destroy the source buffer and use all provided parts (nick, user,
     host name). This fixes GLINEs/KLINEs from not working in some situations.
diff --git a/NEWS b/NEWS
index 4f44b8f053d0ed2c1cef5851e7ae4b1595d48be1..
index ..dbb6b292eb486a5b288910ce35fd257cd8a7441d 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,11 @@


   ngIRCd 22~rc1
+  - Sync "except lists" between servers: Up to now, ban, invite, and G-Line
+    lists have been synced between servers while linking -- but obviously
+    nobody noticed that except list have been missing ever since. Until now.
+    Thanks to "j4jackj", who reported this issue in #ngircd.
+  - Allow longer user names (up to 63 characters) for authentication.
   - Increase MAX_SERVERS from 16 to 64: There are installations out there
     that would like to configure more than 16 links per server, so increase
     this limit. Best would be to get rid of MAX_SERVERS altogether and make

-----END OF PAGE-----