echo/modules/nickserv
Jean a2957ffe02
email: outbound mail subsystem and RESETPASS
Adds a config-driven mailer: a SendEmail action the link layer pipes to
a configured command (sendmail -t, msmtp, ...) off-thread. NickServ
RESETPASS <account> emails a short-lived code to the address on file;
RESETPASS <account> <code> <newpassword> completes the reset. Codes are
node-local; the password change itself federates.
2026-07-12 15:28:15 +00:00
..
alist.rs nickserv: add INFO and ALIST 2026-07-12 14:19:29 +00:00
cert.rs nickserv: split into one file per command 2026-07-12 14:05:59 +00:00
drop.rs nickserv: add SET (password/email) and DROP 2026-07-12 14:32:53 +00:00
ghost.rs nickserv: grouped nicks (GROUP/GLIST/UNGROUP) and GHOST 2026-07-12 14:59:23 +00:00
glist.rs nickserv: grouped nicks (GROUP/GLIST/UNGROUP) and GHOST 2026-07-12 14:59:23 +00:00
group.rs nickserv: grouped nicks (GROUP/GLIST/UNGROUP) and GHOST 2026-07-12 14:59:23 +00:00
identify.rs nickserv: split into one file per command 2026-07-12 14:05:59 +00:00
info.rs nickserv: add INFO and ALIST 2026-07-12 14:19:29 +00:00
logout.rs nickserv: split into one file per command 2026-07-12 14:05:59 +00:00
nickserv.rs email: outbound mail subsystem and RESETPASS 2026-07-12 15:28:15 +00:00
register.rs nickserv: split into one file per command 2026-07-12 14:05:59 +00:00
resetpass.rs email: outbound mail subsystem and RESETPASS 2026-07-12 15:28:15 +00:00
set.rs nickserv: add SET (password/email) and DROP 2026-07-12 14:32:53 +00:00
ungroup.rs nickserv: grouped nicks (GROUP/GLIST/UNGROUP) and GHOST 2026-07-12 14:59:23 +00:00