securitygroups: UnrealIRCd-style groups + g: extban + SECURITYGROUPS + WHOIS
This commit is contained in:
parent
97a35338fa
commit
64dcbd8bf4
9 changed files with 249 additions and 6 deletions
|
|
@ -83,3 +83,10 @@ amu_target = both
|
|||
|
||||
# --- connflood: refuse >max connections per <secs> from a single IP ---
|
||||
# connflood = 5 10
|
||||
|
||||
# --- security groups (UnrealIRCd-style): securitygroup = <name> [criteria...]
|
||||
# criteria: public tls insecure account unregistered oper exclude-oper
|
||||
# bot exclude-bot webirc exclude-webirc mask=<glob> exclude=<glob>
|
||||
# scoremin=<n> scoremax=<n> — use as an extban: MODE #c +b g:<name>
|
||||
# securitygroup = trusted account tls public
|
||||
# securitygroup = newbies scoremax=10 public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue