1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 12:06:38 +02:00

Add the system.listMethods RPC method.

Still to implement:

- system.getCapabilities
- system.methodHelp
- system.methodSignature
This commit is contained in:
Sadie Powell
2025-02-24 03:39:50 +00:00
parent a111b40560
commit 801a748e25
5 changed files with 90 additions and 2 deletions
+9
View File
@@ -824,3 +824,12 @@ module { name = "sasl" }
* Requires xmlrpc.
*/
#module { name = "rpc_main" }
/*
* rpc_system
*
* Adds support for the system.listMethods RPC method.
*
* Requires either the jsonrpc or xmlrpc module.
*/
#module { name = "rpc_system" }