echo/nickserv/src
Jean f1415bedb2
engine: services-operator privilege foundation
A typed Priv enum (Auspex/Suspend/Admin) and a Copy Privs bitset carried on
Sender, instead of Anope's stringly-typed privilege namespace and its two
separate gating mechanisms. Opers are declared in TOML ([[oper]] account +
privs); the engine loads them and resolves the sender's privileges per command,
so a module just checks from.privs.has(Priv::X). First use: NickServ INFO
reveals hidden fields to an auspex oper. Unblocks SUSPEND, admin LIST, SASET,
GETEMAIL. Priv bitset test + end-to-end auspex engine test.
2026-07-13 03:42:59 +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 nickserv/security: password policy, auth throttle, unguessable codes 2026-07-13 02:28:47 +00:00
info.rs engine: services-operator privilege foundation 2026-07-13 03:42:59 +00:00
lib.rs nickserv/security: password policy, auth throttle, unguessable codes 2026-07-13 02:28:47 +00:00
logout.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00
password.rs nickserv/security: password policy, auth throttle, unguessable codes 2026-07-13 02:28:47 +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 nickserv/security: password policy, auth throttle, unguessable codes 2026-07-13 02:28:47 +00:00
ungroup.rs modules: split services and the ircd link into external crates 2026-07-13 01:33:56 +00:00