rline: native regex engine (thompson nfa, no backtracking) + RLINE regex bans (registration/enforce/stats R/matchonnickchange)
This commit is contained in:
parent
b76fbfdb79
commit
56d3774647
8 changed files with 786 additions and 1 deletions
|
|
@ -126,6 +126,10 @@ amu_target = both
|
|||
# requireident = yes # refuse clients whose ident can't be confirmed
|
||||
# ident_timeout = 5 # seconds to wait for the ident reply
|
||||
|
||||
# --- RLINE: the /RLINE <regex> [<duration>] :<reason> oper command bans users whose
|
||||
# "nick!user@host realname" matches a regex (native engine; no config to enable).
|
||||
# rline_matchonnickchange = yes # also re-check the R-lines when a user changes nick
|
||||
|
||||
# --- security groups: securitygroup = <name> [criteria...]
|
||||
# criteria: public tls insecure account unregistered oper exclude-oper
|
||||
# bot exclude-bot webirc exclude-webirc mask=<glob> exclude=<glob>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue