From e1d956694f90e3fabff5f85a6f557f0b50383bc4 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Thu, 17 Nov 2005 02:52:59 +0000 Subject: [PATCH] Document ZANNELS feature (and more fully document OPLEVELS). git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1562 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 6 ++++++ doc/example.conf | 1 + doc/readme.features | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2b2d7b3..fe8c7da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-11-16 Michael Poole + + * doc/example.conf (Features): Mention ZANNELS default. + + * doc/readme.features: Document OPLEVELS and ZANNELS. + 2005-11-17 Carlo Wood * include/ircd_features.h (Feature): Add ZANNELS. diff --git a/doc/example.conf b/doc/example.conf index eb002e6..0acbc8a 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -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) diff --git a/doc/readme.features b/doc/readme.features index cf0274e..13c2281 100644 --- a/doc/readme.features +++ b/doc/readme.features @@ -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. -- 2.20.1