]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
remove MONITOR for now pending a complete rewrite
[solanum.git] / doc / reference.conf
index b49104ea38d7d181d6651544448e38d47171207c..b98e6b052e9a3fec0dfbc36aa90b2e0297f57c8b 100755 (executable)
@@ -122,7 +122,6 @@ serverinfo {
         * is on.  Shown in the 005 reply and used with serverhiding.
         */
        network_name = "MyNet";
-       network_desc = "This is My Network";
 
        /* hub: allow this server to act as a hub and have multiple servers
         * connected to it.  
@@ -1005,11 +1004,6 @@ general {
        /* max accept: maximum allowed /accept's for +g usermode */
        max_accept = 20;
 
-       /* max monitor: the maximum amount of nicknames a client may have in
-        * their monitor (server-side notify) list.
-        */
-       max_monitor = 100;
-
        /* nick flood: enable the nickflood control code */
        anti_nick_flood = yes;
 
@@ -1225,18 +1219,6 @@ general {
         * provided they have umode +s set */
        oper_snomask = "+s";
 
-       /* use egd: if your system does not have *random devices yet you
-        * want to use OpenSSL and encrypted links, enable this.  Beware -
-        * EGD is *very* CPU intensive when gathering data for its pool
-        */
-       #use_egd = yes;
-
-       /* egdpool path: path to EGD pool. Not necessary for OpenSSL >= 0.9.7
-        * which automatically finds the path.
-        */
-       #egdpool_path = "/var/run/egd-pool";
-
-
        /* compression level: level of compression for compressed links between
         * servers.  
         *