nickserv/chanserv: catch styled/fullwidth look-alike names too, and add a [register] confusable_check toggle (REHASH-reloadable)
All checks were successful
CI / check (push) Successful in 3m48s
All checks were successful
CI / check (push) Successful in 3m48s
This commit is contained in:
parent
c2b70f5004
commit
89ac01d0b0
11 changed files with 72 additions and 12 deletions
|
|
@ -103,3 +103,12 @@ protocol = 1206 # InspIRCd link protocol version (1206 = insp4, 1205
|
|||
# channel is unaffected; keep this off if you don't want echo talking to dict.org.
|
||||
# [dictserv]
|
||||
# server = "dict.org:2628"
|
||||
|
||||
# Registration policy. The look-alike guard refuses REGISTER of a nick or channel
|
||||
# that mixes alphabets (Cyrillic "аdmin"), is built from homoglyphs or styled
|
||||
# (fullwidth/math) letters imitating Latin, or hides invisible/bidi characters —
|
||||
# while genuine monolingual text (including accented French) passes. It's on by
|
||||
# default; turn it off for a community that legitimately uses mixed/non-Latin
|
||||
# names. Reloadable with OperServ REHASH.
|
||||
# [register]
|
||||
# confusable_check = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue