From 3ae91bafe711b26ffae1aa27cfd4f5fe7bfc2347 Mon Sep 17 00:00:00 2001 From: Daniel Vassdal Date: Mon, 1 Jul 2013 12:31:36 -0700 Subject: Allow for skipping clone checking before DNS is complete. --- docs/conf/inspircd.conf.example | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/conf') diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 23a87dc5e..7531117b9 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -663,6 +663,15 @@ # connections. If defined, it sets a soft max connections value. softlimit="12800" + # clonesonconnect: If this is set to false, we won't check for clones + # on initial connection, but only after the DNS check is done. + # This can be useful where your main class is more restrictive + # than some other class a user can be assigned after DNS lookup is complete. + # Turning this option off will make the server spend more time on users we may + # potentially not want. Normally this should be neglible, though. + # Default value is true + clonesonconnect="true" + # quietbursts: When syncing or splitting from a network, a server # can generate a lot of connect and quit messages to opers with # +C and +Q snomasks. Setting this to yes squelches those messages, -- cgit v1.2.3