]> 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 10971d4d5ce7a185226264271dc7d5473926ed44..4c0e604bae529cd5084d4148ddc13c42d746194d 100755 (executable)
@@ -1030,6 +1030,13 @@ general {
         */
        warn_no_nline = yes;
 
+       /* 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;
+
        /* stats e disabled: disable stats e.  useful if server ips are
         * exempted and you dont want them listing on irc.
         */
@@ -1109,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;