Author: Reed L. <reed@redmagnet.com>
authorPerry Lorier <isomer@undernet.org>
Thu, 21 Mar 2002 08:35:31 +0000 (08:35 +0000)
committerPerry Lorier <isomer@undernet.org>
Thu, 21 Mar 2002 08:35:31 +0000 (08:35 +0000)
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
doc/example.conf
doc/readme.features

index 4d8e1afd0550597fa051b756826d2b41e72703e1..23286f6f4a1ffcdc3048c3a199ab7d8acdea33a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-20 Reed Loden <reed@redmagnet.com>
+       * 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 <lordluke@undernet.org>
        * ircd/client.c: Add LOCOP_LIST_CHAN feature.
 
index 3d42f5f6920bf409c753c82919e6bdfc7c0b73ef..8e2075e99690460347931204a80151f8381daa2a 100644 (file)
@@ -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 <niels@undernet.org>, 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
index 116e4465576f8dd4e7d188f68703eb26ae11d16e..4faac706c65f9517d5393d3c3c43bf501a0fdd99 100644 (file)
@@ -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.
+