]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Change the default ident timeout time to 5s to not be as annoying
authorJD Horelick <redacted>
Sun, 4 Apr 2010 21:13:04 +0000 (17:13 -0400)
committerJD Horelick <redacted>
Sun, 4 Apr 2010 21:13:04 +0000 (17:13 -0400)
to clients that don't send an ident and add a TODO item for 6.2 to
make ident timeout time configurable in the ircd.conf.

Currently it's only configurable in the include/defaults.h (ugly)
or on-the-fly with /set (doesn't persist, have to re-set it on each
restart/server).

TODO-SHADOW
include/defaults.h

index 447dc22905ae8443a1af03d3c5a91b00fe51ac9b..c99443d2928d34a0a79096b265c98659236aeb19 100644 (file)
@@ -12,3 +12,4 @@ Todo list for ShadowIRCd 6.2
 * pure TS6 compat mode for linking with charybdis/ratbox/etc.
 * TBAN equivalent (like a extban?) (?)
 * ELINE - command to make users kline/dline/xline exempt on-the-fly
+* Add a configuration option to set the ident_timeout time.
index 5edd8b83bbc0bec0a691638790a9145aba0b2319..6584065d28dc0658decfa780c668f4d033d22578 100644 (file)
@@ -55,7 +55,7 @@
 #define CLIENT_FLOOD_MIN     10
 #define LINKS_DELAY_DEFAULT  300
 #define MAX_TARGETS_DEFAULT 4  /* default for max_targets */
-#define IDENT_TIMEOUT 10
+#define IDENT_TIMEOUT 5
 #define MIN_JOIN_LEAVE_TIME  60
 #define MAX_JOIN_LEAVE_COUNT  25
 #define OPER_SPAM_COUNTDOWN   5