echo/nickserv/src
Jean 1227e26b95
Add HostServ: virtual hosts
New HostServ pseudo-service assigns and applies vhosts. A vhost is a typed
Option<Vhost>{host,setter,ts} on the account (VhostSet/VhostDeleted events),
applied to the displayed host on identify and re-applied by ON; OFF restores
the normal host for the session. Operators SET/DEL (applied at once to
online sessions) and LIST; hosts are validated as dot-separated labels.

New SetHost NetAction -> InspIRCd ENCAP <target-sid> CHGHOST <uid> <host>.
2026-07-13 21:26:38 +00:00
..
ajoin.rs nickserv: AJOIN auto-join list 2026-07-13 02:09:03 +00:00
alist.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00
cert.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00
confirm.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00
drop.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00
ghost.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00
glist.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00
group.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00
identify.rs Add HostServ: virtual hosts 2026-07-13 21:26:38 +00:00
info.rs BotServ GREET + NickServ SET GREET 2026-07-13 14:43:48 +00:00
lib.rs nickserv: account SUSPEND / UNSUSPEND (oper-gated) 2026-07-13 04:01:30 +00:00
logout.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00
password.rs BotServ: DONTKICKVOICES, plus neutral code comments 2026-07-13 18:19:37 +00:00
register.rs nickserv/security: password policy, auth throttle, unguessable codes 2026-07-13 02:28:47 +00:00
resetpass.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00
set.rs BotServ GREET + NickServ SET GREET 2026-07-13 14:43:48 +00:00
suspend.rs chanserv: channel SUSPEND / UNSUSPEND (oper-gated) 2026-07-13 04:17:17 +00:00
ungroup.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00