echo/src
Jean a26ee722d1
All checks were successful
CI / check (push) Successful in 3m51s
Add nick-protection enforcement: prompt then rename an unidentified user on a registered nick
On connect or nick-change to a registered nick the user isn't identified
to, NickServ prompts them to IDENTIFY and schedules a rename; a short
enforcement sweep renames them to a guest nick after a grace period if
they still haven't. Gated on the uplink's initial burst so a relink does
not enforce every already-online user, and cancelled the moment they
identify (via IDENTIFY or SASL) or leave the nick.
2026-07-15 17:41:33 +00:00
..
engine Add nick-protection enforcement: prompt then rename an unidentified user on a registered nick 2026-07-15 17:41:33 +00:00
config.rs Validate config on load; document the SDK's core traits 2026-07-14 23:31:44 +00:00
gossip.rs Make the SCRAM verifier the sole password credential; finish the account-registration relay 2026-07-15 15:47:41 +00:00
grpc.rs Make the SCRAM verifier the sole password credential; finish the account-registration relay 2026-07-15 15:47:41 +00:00
jsonrpc.rs Rename the project to Echo (was fedserv) 2026-07-14 15:24:41 +00:00
link.rs Rename the project to Echo (was fedserv) 2026-07-14 15:24:41 +00:00
main.rs Add nick-protection enforcement: prompt then rename an unidentified user on a registered nick 2026-07-15 17:41:33 +00:00
proto.rs Rename the project to Echo (was fedserv) 2026-07-14 15:24:41 +00:00