summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS8
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 34ea5697..15a50a9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,13 @@
                                -- ChangeLog --
 
 
-ngIRCd
+ngIRCd 20
+
+  - Allow user names ("INDENT") up to 20 characters when ngIRCd has not
+    been configured for "strict RFC mode". This is useful if you are using
+    external (PAM) authenticaion mechanisms that require longer user names.
+    Patch suggested by Brett Smith <brett@w3.org>, see
+    <http://arthur.barton.de/pipermail/ngircd-ml/2012-October/000579.html>.
 
   ngIRCd 20~rc2 (2012-12-02)
   - Rework cloaked hostname handling and implement the "METADATA cloakhost"
diff --git a/NEWS b/NEWS
index ac50527b..45df4a16 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,13 @@
                                   -- NEWS --
 
 
-ngIRCd
+ngIRCd 20
+
+  - Allow user names ("INDENT") up to 20 characters when ngIRCd has not
+    been configured for "strict RFC mode". This is useful if you are using
+    external (PAM) authenticaion mechanisms that require longer user names.
+    Patch suggested by Brett Smith <brett@w3.org>, see
+    <http://arthur.barton.de/pipermail/ngircd-ml/2012-October/000579.html>.
 
   ngIRCd 20~rc2 (2012-12-02)
   - Rework cloaked hostname handling and implement the "METADATA cloakhost"