]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/example.conf
Much clear maxconnections stuff - ported from ratbox3.
[irc/rqf/shadowircd.git] / doc / example.conf
index 5282b17f4ab321f7a1cd23fb090d6a33c688808c..3346ce7ba2d80f8a2558e6ce711a4043d83d9d6d 100755 (executable)
@@ -43,12 +43,12 @@ serverinfo {
        /* for IPv6 */
        #vhost6 = "3ffe:80e8:546::2";
 
-       /* max_clients: This should be set to the maximum amount of clients
-        * that the server should support. Note that you should leave some
-        * file descriptors free for log files, server connections, ident
-        * lookups (if enabled), exceed_limit clients, etc.
+       /* default max clients: the default maximum number of clients\r
+        * allowed to connect.  This can be changed once ircd has started by\r
+        * issuing:\r
+        *   /quote set maxclients <limit>\r
         */
-       max_clients = 1024;
+       default_max_clients = 1024;
 };
 
 admin {
@@ -232,6 +232,7 @@ operator "god" {
         *               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;
@@ -381,7 +382,6 @@ general {
         default_floodcount = 10;
        failed_oper_notice = yes;
        dots_in_ident=2;
-        dot_in_ip6_addr = no;
        min_nonwildcard = 4;
        min_nonwildcard_simple = 3;
         max_accept = 100;
@@ -425,7 +425,6 @@ general {
        glines = no;
        gline_time = 1 day;
        gline_min_cidr = 16;
-        idletime = 0;
        max_targets = 4;
        client_flood = 20;
         use_whois_actually = no;