echo/modules
Jean ad2a623120
Group the module crates under modules/
The service pseudo-clients and the ircd protocol link sat flat at the
repo root, mixed in with the daemon core and the SDK. Move them all
under modules/ so the tree separates concerns cleanly: the daemon in
src/, the SDK every module links against in api/, and the loadable
modules — the pseudo-clients plus the protocol link — in modules/.

Workspace members, the daemon's per-crate dependency paths, and each
module's api path are updated to match; the docs follow. No code change.
2026-07-14 14:19:43 +00:00
..
botserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
chanfix Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
chanserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
diceserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
example Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
groupserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
helpserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
hostserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
infoserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
inspircd Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
memoserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
nickserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
operserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
reportserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00
statserv Group the module crates under modules/ 2026-07-14 14:19:43 +00:00