diff options
author | Sadie Powell <sadie@witchery.services> | 2025-02-13 01:28:28 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-02-13 01:45:20 +0000 |
commit | f8c1b8f4f9bcb06242aa7d7360ea610764565c75 (patch) | |
tree | 84eed97fb3781ff3b8c0ecbbd8f304cc3e7997ff /docs | |
parent | eaa00c7c9e38f7f5633544a767876f2f6d57185d (diff) |
Rework the RPC modules in preparation for the new JSON-RPC module.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/RPC/XMLRPC (renamed from docs/XMLRPC/XMLRPC) | 2 | ||||
-rw-r--r-- | docs/RPC/xmlrpc.php (renamed from docs/XMLRPC/xmlrpc.php) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/XMLRPC/XMLRPC b/docs/RPC/XMLRPC index 72f81e4b8..ac3f1059b 100644 --- a/docs/XMLRPC/XMLRPC +++ b/docs/RPC/XMLRPC @@ -1,7 +1,7 @@ XMLRPC using PHP's xmlrpc_encode_request and xmlrpc_decode functions is supported. This allows external applications, such as websites, to execute remote procedure calls to Anope in real time. -Currently there are 5 supported XMLRPC calls, provided by xmlrpc_main: +Currently there are 5 supported XMLRPC calls, provided by rpc_main: checkAuthentication - Takes two parameters, an account name and a password. Checks if the account name is valid and the password is correct for the account name, useful for making login pages on websites. diff --git a/docs/XMLRPC/xmlrpc.php b/docs/RPC/xmlrpc.php index 90f07a944..90f07a944 100644 --- a/docs/XMLRPC/xmlrpc.php +++ b/docs/RPC/xmlrpc.php |