diff options
author | Peter Powell <petpow@saberuk.com> | 2019-05-11 14:29:54 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-05-11 14:34:42 +0100 |
commit | 31340d50a4053c681614583ecdd5e8c6ba373d69 (patch) | |
tree | 60e35de0e10c376799b195bfe89be39226e45fb4 /docs/conf/inspircd.conf.example | |
parent | e48d068769b8f5cf9924687646e7dae194931f9b (diff) |
Allow disabling a STS policy for users in specific connect classes.
Fixes #1634.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 8091ec5de..cfccf8ac0 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -291,6 +291,10 @@ # useident: Defines if users in this class MUST respond to a ident query or not. useident="no" + # usests: Whether a STS policy should be advertised to users in this class. + # This setting only has effect when the ircv3_sts module is loaded. + #usests="no" + # webirc: Restricts usage of this class to the specified WebIRC gateway. # This setting only has effect when the cgiirc module is loaded. #webirc="name" @@ -419,6 +423,10 @@ # useident: Defines if users in this class must respond to a ident query or not. useident="no" + # usests: Whether a STS policy should be advertised to users in this class. + # This setting only has effect when the ircv3_sts module is loaded. + #usests="no" + # limit: How many users are allowed in this class limit="5000" |