]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Make remote numerics to channels work.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 768ce0bbac899373ed7b7966af233c7dd0c86721..76458a3c6499c45e81557026a4cb1deb04595a92 100755 (executable)
@@ -392,11 +392,13 @@ operator "god" {
         *               will not have the admin lines in
         *               stats p and whois.
         * xline:        allows use of /quote xline/unxline
+        * resv:         allows /quote resv/unresv and cmode +LP [DEFAULT]
         * operwall:     allows the oper to send/receive operwalls [DEFAULT]
         * oper_spy:     allows 'operspy' features to see through +s
         *               channels etc. see /quote help operspy
         * hidden_oper:  hides the oper from /stats p    (OLD UMODE +p) 
         * remoteban:    allows remote kline etc [DEFAULT]
+        * mass_notice:  allows sending wallops and mass notices [DEFAULT]
          */
        flags = global_kill, remote, kline, unkline, gline,
                die, rehash, admin, xline, operwall;
@@ -658,18 +660,19 @@ channel {
 
 /* The serverhide block contains the options regarding serverhiding */
 serverhide {
-       /* flatten links: this option will show all servers in /links appear
-        * that they are linked to this current server
+       /* flatten links: this option will hide various routing information
+        * and make all servers in /links appear that they are linked to
+        * this server.
         */
        flatten_links = no;
 
-       /* links delay: how often to update the links file when it is
-        * flattened.
+       /* links delay: how long to wait before showing splits or new
+        * servers in a flattened /links output.
         */
        links_delay = 5 minutes;
 
-       /* hidden: hide this server from a /links output on servers that
-        * support it.  this allows hub servers to be hidden etc.
+       /* hidden: hide this server from a /links output on servers with
+        * flatten_links enabled.  this allows hub servers to be hidden etc.
         */
         hidden = no;
 
@@ -831,12 +834,6 @@ general {
         */
        dots_in_ident=2;
 
-       /* dot in ipv6: ircd-hybrid-6.0 and earlier will disallow hosts 
-        * without a '.' in them.  this will add one to the end.  only needed
-        * for older servers.
-        */
-        dot_in_ip6_addr = no;
-        
         /* min nonwildcard: the minimum non wildcard characters in k/d/g lines
         * placed via the server.  klines hand placed are exempt from limits.
         * wildcard chars: '.' '*' '?' '@'