modules: move all per-module state/config out of server.rs/config.rs into own files

This commit is contained in:
Jean Chevronnet 2026-08-09 11:18:04 +00:00
parent 0d4c9297b5
commit 131471e245
18 changed files with 525 additions and 425 deletions

View file

@ -18,6 +18,7 @@ pub mod command;
pub mod config;
pub mod coremods;
pub mod extensible;
pub mod http;
pub mod ircd;
pub mod link;
pub mod message;