Note blocked look-alike attempts are searchable via LOGSEARCH
parent
4bdab12718
commit
b8e4c99116
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ REGISTER, IDENTIFY, LOGOUT, GROUP / UNGROUP / GLIST (grouped nicks), GHOST / REC
|
|||
|
||||
REGISTER, INFO, LIST, DROP, SET (FOUNDER, DESC, channel toggles), ACCESS with AOP/SOP/VOP shortcuts, FLAGS (granular per-account flags), OP/DEOP/VOICE/DEVOICE, KICK, BAN/UNBAN, AKICK, ENFORCE, TOPIC, ENTRYMSG, INVITE, GETKEY, SEEN, CLONE, MODE and MLOCK, SUSPEND, NOEXPIRE. Registering a channel requires holding ops in it.
|
||||
|
||||
Registration (of nicks and channels) refuses **look-alike names** — a name that mixes two alphabets (the classic `аdmin` with a Cyrillic `а`), is built entirely of homoglyphs imitating Latin, uses styled fullwidth/math letters (`Admin`, `𝐚𝐝𝐦𝐢𝐧`), or hides invisible / text-direction characters. Genuine monolingual text passes, including accented French. This guards the registered-name namespace against impersonation, which a message-content filter on the ircd never sees. A blocked attempt is also announced to the staff log channel (who tried which name), so operators can spot someone probing. It's on by default and can be turned off per network — see [`[register]`](Configuration#register).
|
||||
Registration (of nicks and channels) refuses **look-alike names** — a name that mixes two alphabets (the classic `аdmin` with a Cyrillic `а`), is built entirely of homoglyphs imitating Latin, uses styled fullwidth/math letters (`Admin`, `𝐚𝐝𝐦𝐢𝐧`), or hides invisible / text-direction characters. Genuine monolingual text passes, including accented French. This guards the registered-name namespace against impersonation, which a message-content filter on the ircd never sees. A blocked attempt is also announced to the staff log channel (who tried which name) and recorded for `OperServ LOGSEARCH`, so operators can spot and search for someone probing. It's on by default and can be turned off per network — see [`[register]`](Configuration#register).
|
||||
|
||||
## BotServ, channel bots
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue