Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2005-11-17 02:53:09 UTC

Modified files:
  Tag: u2_10_12_branch
     ChangeLog doc/example.conf doc/readme.features

Log message:

Document ZANNELS feature (and more fully document OPLEVELS).

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.36 ircu2.10/ChangeLog:1.710.2.37
--- ircu2.10/ChangeLog:1.710.2.36       Wed Nov 16 18:23:26 2005
+++ ircu2.10/ChangeLog  Wed Nov 16 18:52:59 2005
@@ -1,3 +1,9 @@
+2005-11-16  Michael Poole <[EMAIL PROTECTED]>
+
+       * doc/example.conf (Features): Mention ZANNELS default.
+
+       * doc/readme.features: Document OPLEVELS and ZANNELS.
+
 2005-11-17  Carlo Wood <[EMAIL PROTECTED]>
 
        * include/ircd_features.h (Feature): Add ZANNELS.
Index: ircu2.10/doc/example.conf
diff -u ircu2.10/doc/example.conf:1.61.2.1 ircu2.10/doc/example.conf:1.61.2.2
--- ircu2.10/doc/example.conf:1.61.2.1  Wed Oct 12 16:50:03 2005
+++ ircu2.10/doc/example.conf   Wed Nov 16 18:52:59 2005
@@ -809,6 +809,7 @@
 # "CHANNELLEN" = "200";
 # "CONFIG_OPERCMDS" = "FALSE";
 # "OPLEVELS" = "TRUE";
+# "ZANNELS" = "TRUE";
 # "LOCAL_CHANNELS" = "TRUE";
 # "ANNOUNCE_INVITES" = "FALSE";
 #  These were introduced by Undernet CFV-165 to add "Head-In-Sand" (HIS)
Index: ircu2.10/doc/readme.features
diff -u ircu2.10/doc/readme.features:1.19 ircu2.10/doc/readme.features:1.19.2.1
--- ircu2.10/doc/readme.features:1.19   Sat Jul 16 17:03:43 2005
+++ ircu2.10/doc/readme.features        Wed Nov 16 18:52:59 2005
@@ -853,3 +853,22 @@
 This is the allowed length of locally created channels.  It may not be
 larger than the CHANNELLEN #define.  Like the NICKLEN feature, this is
 intended to ease changes in channel name length across a network.
+
+OPLEVELS
+ * Type: boolean
+ * Default: TRUE
+
+This allows local users to set the +A and +U modes (admin and user
+passwords, respectively) on channels where they are marked as channel
+managers.  This feature must be disabled until all servers on the
+network are able to interpret and handle these modes correctly.
+
+ZANNELS
+ * Type: boolean
+ * Default: TRUE
+
+This preserves empty channels with no admin password so that it is
+impractical to become the channel manager by clearing out the channel.
+It must be set to FALSE if there are both 2.10.11.x servers and
+2.10.12.y servers on the network where y < 4.  It should be set to
+TRUE whenever the OPLEVELS features is TRUE.
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to