]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
Change config option for ident_timeout to default_ident_timeout as jilles
[solanum.git] / doc / reference.conf
index ce2831092a636d533afcf486009f4446d3b97f1f..4c0e604bae529cd5084d4148ddc13c42d746194d 100755 (executable)
@@ -1030,10 +1030,10 @@ general {
         */
        warn_no_nline = yes;
 
-       /* use propagated bans: KLINE sets fully propagated bans. That means
-        * the klines are part of the netburst and restarted/split servers
-        * will get them, but they will not apply to 3.2 and older servers
-        * at all.
+       /* use propagated bans: KLINE, XLINE and RESV set fully propagated bans.
+        * That means the bans are part of the netburst and restarted/split
+        * servers will get them, but they will not apply to 3.2 and older
+        * servers at all.
         */
        use_propagated_bans = yes;
 
@@ -1116,6 +1116,11 @@ general {
         */
        connect_timeout = 30 seconds;
 
+       /* ident timeout: Amount of time (in seconds) that the IRCd will
+        * wait for a user to respond to an ident request.
+        */
+       default_ident_timeout = 5;
+
        /* disable auth: disables identd checking */
        disable_auth = no;