diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-07-02 11:10:36 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-07-02 11:10:36 -0700 |
commit | 4c12eafe612932f4b3f6806fc1bea79942998941 (patch) | |
tree | ed742758f5468a63f434ac5fe1994d35c455a561 /docs | |
parent | c286b42418c3d7614225b1226632a25ac513994b (diff) | |
parent | 3ae91bafe711b26ffae1aa27cfd4f5fe7bfc2347 (diff) |
Merge pull request #571 from ShutterQuick/inspircd+checkclone
Allow for skipping clone checking before DNS is complete.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
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, |