]> arthur.barton.de Git - ngircd-alex.git/blobdiff - ChangeLog
ngIRCd Release 22~rc1
[ngircd-alex.git] / ChangeLog
index 52fc6e874067e51682fad83b232413458776370a..d750e8617dc8afbceb8a305951e68ab76890de06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 ngIRCd 22
 
-  ngIRCd 22~rc1
+  ngIRCd 22~rc1 (2014-09-29)
+  - 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 <dcb314@hotmail.com> 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.