]> jfr.im git - irc/evilnet/x3.git/commitdiff
improved x3.conf.example documentation on server/type setting
authorrubin <redacted>
Tue, 11 Jul 2006 20:07:38 +0000 (20:07 +0000)
committerrubin <redacted>
Tue, 11 Jul 2006 20:07:38 +0000 (20:07 +0000)
ChangeLog
x3.conf.example

index 5bcb104238ecb1fba2dae74446369dec31e2f09a..47ae6cd70109440fd3c2b8a1fcb57500889195b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 /***********************************************************************
  X3 ChangeLog
 
+2006-07-11  Alex Schumann  <rubin@afternet.org>
+
+       * x3.conf.example: Improved server/type setting documentation,
+       and changed default to 5.
+
 2006-07-11  Alex Schumann  <rubin@afternet.org>
 
        * src/opserv.c: fixed silent alerts not getting picked up from db file
index 9aeac09d05bda6b188b8a2d8dfd6e4e2037fec3b..b2dbe85a5fa19f1106097544c58a781d839f8c5f 100644 (file)
      * x3 does not set the host suffix for users, but must know it when making
      * things like bans, where it should not show the user's real hostname. */
     "numeric" "51"; // hint: If you get collisions on link, CHANGE THIS.
-    "type" "4"; // Only change this to 5 if you are using Nefarious 0.5.0 off SVN
+    /* Type handles some changes in nefarious 1.0 (was 0.5.0)
+     * 4 - nefarious 0.4.x and other ircds
+     * 5 - nefarious 1.0.x and higher
+     */
+    "type" "5";
     "max_users" "256"; // You can save a little memory by setting this to a lower value.
     "force_n2k" "1"; // Use extended (5-digit) numnick for self, even if 3 are possible.
     "ping_freq" "60";