From cdd27392ade764a653d6437575e56f4350563b42 Mon Sep 17 00:00:00 2001 From: Perry Lorier Date: Thu, 21 Mar 2002 08:35:31 +0000 Subject: [PATCH] Author: Reed L. Log message: This patch adds OPER_LIST_CHAN and LOCOP_LIST_CHAN to doc/example.conf and doc/readme.features as requested by Isomer. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@683 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 5 +++++ doc/example.conf | 6 ++++-- doc/readme.features | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d8e1af..23286f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-20 Reed Loden + * doc/example.conf: Added OPER_LIST_CHAN and LOCOP_LIST_CHAN. + + * doc/readme.features: Added OPER_LIST_CHAN and LOCOP_LIST_CHAN. + 2002-03-20 LordLuke * ircd/client.c: Add LOCOP_LIST_CHAN feature. diff --git a/doc/example.conf b/doc/example.conf index 3d42f5f..8e2075e 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -1,6 +1,6 @@ -# ircd.conf configuration file for ircd version ircu2.9.mu and ircu2.10 +# ircd.conf - configuration file for ircd version ircu2.10 # -# Last Updated: 26, June 2001. +# Last Updated: 20, March 2002. # # Written by Niels , based on the original example.conf, # server code and some real-life (ahem) experience. @@ -501,6 +501,7 @@ P:192.168.*:::6666 # F:OPER_SET:FALSE # F:OPERS_SEE_IN_SECRET_CHANNELS:TRUE # F:OPER_WIDE_GLINE:TRUE +# F:OPER_LIST_CHAN:TRUE # F:LOCOP_KILL:TRUE # F:LOCOP_REHASH:TRUE # F:LOCOP_RESTART:FALSE @@ -512,6 +513,7 @@ P:192.168.*:::6666 # F:LOCOP_SET:FALSE # F:LOCOP_SEE_IN_SECRET_CHANNELS:FALSE # F:LOCOP_WIDE_GLINE:FALSE +# F:LOCOP_LIST_CHAN:FALSE # Well, you have now reached the end of this sample configuration diff --git a/doc/readme.features b/doc/readme.features index 116e446..4faac70 100644 --- a/doc/readme.features +++ b/doc/readme.features @@ -640,6 +640,13 @@ This selects whether global IRC operators on this server are permitted to use the /GLINE command with the ! flag to force slightly wide G-lines to be set. +OPER_LIST_CHAN + * Type: boolean + * Default: TRUE + +This selects whether global IRC operators are permitted to list secret +(+s) channels. + LOCOP_KILL * Type: boolean * Default: TRUE @@ -721,3 +728,11 @@ LOCOP_WIDE_GLINE This selects whether local IRC operators are permitted to use the /GLINE command with the ! flag to force slightly wide G-lines to be set. + +LOCOP_LIST_CHAN + * Type: boolean + * Default: FALSE + +This selects whether local IRC operators are permitted to list secret +(+s) channels. + -- 2.20.1