echo/modules/groupserv/src
Jean 1916e5fce5
Split GroupServ into one file per command
REGISTER/DROP/INFO/LIST/ADD/DEL/FLAGS each move to their own file; the
two shared guards (login check, can-manage) stay in lib.rs beside the
dispatcher. No behaviour change.
2026-07-14 14:43:18 +00:00
..
add.rs Split GroupServ into one file per command 2026-07-14 14:43:18 +00:00
del.rs Split GroupServ into one file per command 2026-07-14 14:43:18 +00:00
drop.rs Split GroupServ into one file per command 2026-07-14 14:43:18 +00:00
flags.rs Split GroupServ into one file per command 2026-07-14 14:43:18 +00:00
info.rs Split GroupServ into one file per command 2026-07-14 14:43:18 +00:00
lib.rs Split GroupServ into one file per command 2026-07-14 14:43:18 +00:00
list.rs Split GroupServ into one file per command 2026-07-14 14:43:18 +00:00
register.rs Split GroupServ into one file per command 2026-07-14 14:43:18 +00:00