echo/nickserv/src
Jean ad8041bd9d
BotServ GREET + NickServ SET GREET
Members set a personal greet with NickServ SET GREET; a channel founder
enables display with BotServ SET <#channel> GREET ON. On join, if greets
are enabled and the member has channel access and a non-empty greet, the
assigned bot shows [account] greet in the channel.

Per-account greet is a typed field on Account (AccountGreetSet event, rides
the account snapshot); the per-channel toggle is a new ChanSetting::BotGreet
bool. Greet is public in NickServ INFO.
2026-07-13 14:43:48 +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 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 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 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