]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Some const stuff for m_set.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 2afc5c241bf95fb5d52de58346f7dbcc34c53068..4d54480573c3181c60c06c5070dbac2e34b27212 100755 (executable)
@@ -59,7 +59,7 @@
  * /identify support                                 -- m_identify.so
  * Opers cannot be invisible (umode +i)              -- no_oper_invis.so
  * Far connection notices (snomask +F)               -- sno_farconnect.so
- * Remote k/d/g/x line active notices                -- sno_globalkline.so
+ * Remote k/d/x line active notices                  -- sno_globalkline.so
  * Remote oper up notices                            -- sno_globaloper.so
  * /whois notifications (snomask +W)                 -- sno_whois.so
  */
@@ -164,7 +164,6 @@ log {
         * - operlog:    /oper usage
         * - foperlog:   failed /oper usage
         * - serverlog:  server connects/disconnects
-        * - glinelog:   glines
         * - klinelog:   klines, etc
         * - killlog:    kills
         * - operspylog: operspy usage
@@ -175,7 +174,6 @@ log {
        fname_operlog = "logs/operlog";
        #fname_foperlog = "logs/foperlog";
        fname_serverlog = "logs/serverlog";
-       fname_glinelog = "logs/glinelog";
        #fname_klinelog = "logs/klinelog";
        fname_killlog = "logs/killlog";
        fname_operspylog = "logs/operspylog";
@@ -319,7 +317,6 @@ auth {
         * exceed_limit (old > flag)  | allow user to exceed class user limits
         * kline_exempt (old ^ flag)  | exempt this user from k/g/xlines&dnsbls
         * dnsbl_exempt               | exempt this user from dnsbls
-        * gline_exempt (old _ flag)  | exempt this user from glines
         * spambot_exempt             | exempt this user from spambot checks
         * shide_exempt               | exempt this user from serverhiding
         * jupe_exempt                | exempt this user from generating
@@ -410,7 +407,6 @@ operator "god" {
         * remote:       allows remote SQUIT and CONNECT   (OLD 'R' flag)
         * kline:        allows KLINE and DLINE            (OLD 'K' flag)
         * unkline:      allows UNKLINE and UNDLINE        (OLD 'U' flag)
-        * gline:        allows GLINE                      (OLD 'G' flag)
         * nick_changes: allows oper to see nickchanges    (OLD 'N' flag)
         *               via snomask +n
         * rehash:       allows oper to REHASH config      (OLD 'H' flag)
@@ -430,7 +426,7 @@ operator "god" {
         * remoteban:    allows remote kline etc [DEFAULT]
         * mass_notice:  allows sending wallops and mass notices [DEFAULT]
          */
-       flags = global_kill, remote, kline, unkline, gline,
+       flags = global_kill, remote, kline, unkline,
                die, rehash, admin, xline, operwall;
 };
 
@@ -584,6 +580,9 @@ shared {
         *    all     - allow oper/server to do all of above.
         *    locops  - allow locops - only used for servers who cluster
         *    rehash  - allow rehashing
+        *    dline   - allow setting perm/temp dlines
+        *    tdline  - allow setting temp dlines
+        *    undline - allow removing dlines
         *    none    - disallow everything
         */
 
@@ -947,7 +946,7 @@ general {
         */
        kline_delay = 0 seconds;
 
-       /* kline reason: show the user the reason why they are k/d/glined 
+       /* kline reason: show the user the reason why they are k/dlined 
         * on exit.  may give away who set k/dline when set via tcm.
         */
        kline_with_reason = yes;
@@ -1059,17 +1058,6 @@ general {
        /* no oper flood: increase flood limits for opers. */
        no_oper_flood = yes;
 
-       /* glines: enable glines, network wide temp klines */
-       glines = no;
-
-       /* gline time: the amount of time a gline will remain before expiring */
-       gline_time = 1 day;
-
-       /* gline_min_cidr: If using a CIDR gline, the minimum length the
-        * mask must be
-        */
-       gline_min_cidr = 16;
-
        /* REMOVE ME.  The following line checks you've been reading. */
        havent_read_conf = yes;