Change default NICKLEN per CFV-0243.
authorMichael Poole <mdpoole@troilus.org>
Sun, 16 May 2004 18:16:56 +0000 (18:16 +0000)
committerMichael Poole <mdpoole@troilus.org>
Sun, 16 May 2004 18:16:56 +0000 (18:16 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1070 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
doc/example.conf
ircd/ircd_features.c

index 6e209def4bee96bfe139552f4cb2c17bd6d61bff..0f3286fa0c658d30be4287c72b08d3fdc232474e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-16  Michael Poole <mdpoole@troilus.org>
+
+       * doc/example.conf: Make this show the new NICKLEN default.
+
+2004-05-14  Kevin L Mitchell  <klmitch@mit.edu>
+
+       * ircd/ircd_features.c: per CFV-0243, NICKLEN default is increased
+       to 12
+
 2004-05-14  Kevin L Mitchell  <klmitch@mit.edu>
 
        * ircd/s_user.c: process account creation timestamp if present in
index 39c3f1dce3733c1d7d91c2f6d4ade7c2993168e7..327f270e0ab7efaa6728c093aa65f905a03d4ea9 100644 (file)
@@ -762,7 +762,7 @@ features
 #  "HIDDEN_IP"="127.0.0.1";
 #  "KILLCHASETIMELIMIT"="30";
 #  "MAXCHANNELSPERUSER"="10";
-#  "NICKLEN" = "9";
+#  "NICKLEN" = "12";
 #  "AVBANLEN"="40";
 #  "MAXBANS"="30";
 #  "MAXSILES"="15";
index 1ccef6891d216423ec8f949d8d6f9bd83de75262..eab84ceb7580317030b2bea796c13035c2dec811 100644 (file)
@@ -261,7 +261,7 @@ static struct FeatureDesc {
   /* features that probably should not be touched */
   F_I(KILLCHASETIMELIMIT, 0, 30, 0),
   F_I(MAXCHANNELSPERUSER, 0, 10, 0),
-  F_I(NICKLEN, 0, 9, 0),
+  F_I(NICKLEN, 0, 12, 0),
   F_I(AVBANLEN, 0, 40, 0),
   F_I(MAXBANS, 0, 45, 0),
   F_I(MAXSILES, 0, 15, 0),