Add InfoServ, unifying network bulletins onto the news store

InfoServ becomes the dedicated home for network information bulletins,
backed by the same event-sourced news store OperServ NEWS used — one place
to post, not two. POST/LIST/DEL manage public bulletins (shown to every
user on connect); OPOST/OLIST/ODEL the oper ones (shown to operators on
login). Anyone may LIST the public bulletins; posting/removing is admin-
only. The engine's existing connect/login display hooks render them
unchanged. The OperServ NEWS command is retired accordingly (the news
events and the display path stay). Default service.
This commit is contained in:
Jean Chevronnet 2026-07-14 03:56:09 +00:00
parent 1e8a5eab36
commit 8d495a948e
No known key found for this signature in database
9 changed files with 152 additions and 101 deletions

8
Cargo.lock generated
View file

@ -331,6 +331,7 @@ dependencies = [
"fedserv-diceserv",
"fedserv-example",
"fedserv-hostserv",
"fedserv-infoserv",
"fedserv-inspircd",
"fedserv-memoserv",
"fedserv-nickserv",
@ -395,6 +396,13 @@ dependencies = [
"fedserv-api",
]
[[package]]
name = "fedserv-infoserv"
version = "0.0.1"
dependencies = [
"fedserv-api",
]
[[package]]
name = "fedserv-inspircd"
version = "0.0.1"