X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=doc%2Freadme.features;h=13c2281e631aa0b8cd4ee15c52d802788d197629;hb=e1d956694f90e3fabff5f85a6f557f0b50383bc4;hp=cf0274e05c4a24aa0a06b26b2238ab4f21b5d699;hpb=bda2e9431bd766765017057c93970a2272597225;p=ircu2.10.12-pk.git 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.