]> jfr.im git - solanum.git/blobdiff - doc/example.conf
Add option to immediately apply nick RESVs by FNC'ing.
[solanum.git] / doc / example.conf
index 69c894f61bafe5c9dcea0bfcc6635d3e7d3cc6a8..ba010723a753cf0d77bd30a43393724e4f2f3b9f 100755 (executable)
@@ -135,6 +135,13 @@ class "server" {
 };
 
 listen {
+       /* defer_accept: wait for clients to send IRC handshake data before
+        * accepting them.  if you intend to use software which depends on the
+        * server replying first, such as BOPM, you should disable this feature.
+        * otherwise, you probably want to leave it on.
+        */
+       defer_accept = yes;
+
        /* If you want to listen on a specific IP only, specify host.
         * host definitions apply only to the following port line.
         */
@@ -471,6 +478,7 @@ general {
        ts_max_delta = 5 minutes;
        client_exit = yes;
        collision_fnc = yes;
+       resv_fnc = yes;
        global_snotices = yes;
        dline_with_reason = yes;
        kline_delay = 0 seconds;
@@ -514,6 +522,8 @@ general {
        reject_duration = 5 minutes;
        throttle_duration = 60;
        throttle_count = 4;
+       max_ratelimit_tokens = 30;
+       away_interval = 30;
 };
 
 modules {