echo/nickserv/src
Jean 577c05ad2e
memoserv: complete + improve the memo service
Finish MemoServ on the typed, event-logged memo model: Db memo_send/list/read/
del/unread_memos + Store facade, and a new fedserv-memoserv crate (a default
service). Beyond the basics: SEND caps a mailbox (30) so nobody's flooded, READ
takes <num>|NEW|ALL, DEL takes <num>|ALL, LIST previews and flags unread, and
NickServ notifies you of waiting memos on login. Memos persist and federate
(Global scope) like other account data. Also lands NetAction::QuitUser (BotServ
plumbing). Data + delivery/login-notify tests.
2026-07-13 04:50:27 +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 memoserv: complete + improve the memo service 2026-07-13 04:50:27 +00:00
info.rs nickserv: account SUSPEND / UNSUSPEND (oper-gated) 2026-07-13 04:01:30 +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 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
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