rpc: JSON-RPC-over-HTTP control interface — native httpd + json + dispatch, core provider

This commit is contained in:
Jean Chevronnet 2026-08-09 15:54:05 +00:00
parent 9dce3bde92
commit 4b1f096ed8
7 changed files with 617 additions and 0 deletions

View file

@ -32,6 +32,7 @@ pub mod recaptcha;
pub mod reputation;
pub mod restrictcommands;
pub mod restrictmsg;
pub mod rpc;
pub mod securelist;
pub mod securitygroups;
pub mod serverban;