Document ZANNELS feature (and more fully document OPLEVELS).
authorMichael Poole <mdpoole@troilus.org>
Thu, 17 Nov 2005 02:52:59 +0000 (02:52 +0000)
committerMichael Poole <mdpoole@troilus.org>
Thu, 17 Nov 2005 02:52:59 +0000 (02:52 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1562 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
doc/example.conf
doc/readme.features

index 2b2d7b3d10e6a2fca69f7fe834f2992a3e8e426a..fe8c7da986fea279ac35fee4a6826c5d8310cf4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-16  Michael Poole <mdpoole@troilus.org>
+
+       * doc/example.conf (Features): Mention ZANNELS default.
+
+       * doc/readme.features: Document OPLEVELS and ZANNELS.
+
 2005-11-17  Carlo Wood <run@alinoe.com>
 
        * include/ircd_features.h (Feature): Add ZANNELS.
index eb002e662b6fa9b7177d6a8af2f098422ee4cdba..0acbc8af7ee62fb83a645f26493d92db05bf3d20 100644 (file)
@@ -809,6 +809,7 @@ features
 # "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 cf0274e05c4a24aa0a06b26b2238ab4f21b5d699..13c2281e631aa0b8cd4ee15c52d802788d197629 100644 (file)
@@ -853,3 +853,22 @@ CHANNELLEN
 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.