summaryrefslogtreecommitdiff
path: root/docs/RPC
AgeCommit message (Collapse)Author
2025-04-19Add the anope.account and anope.listAccounts RPC events.Sadie Powell
2025-04-19Fix various typos in the rpc_data docs.Sadie Powell
2025-04-19Document the rpc_data result better.Sadie Powell
2025-04-19Add expanded data to the rpc_data list events.Sadie Powell
2025-03-13Fix the messageUser function in the JavaScript library.Sadie Powell
2025-03-13Document the required RPC modules in the JavaScript library.Sadie Powell
2025-03-13Add the rpc_message module, remove the notice RPC event.Sadie Powell
2025-02-26Add a JavaScript library for accessing the JSON-RPC API.Sadie Powell
2025-02-25Add the rpc_data module.Sadie Powell
- Add rewritten and namespaced versions of the channel, oper, user events. - Add the following new events: * anope.listChannels * anope.listOpers * anope.listServers * anope.listUsers * anope.server
2025-02-18Fix sending RPC responses after the previous commit.Sadie Powell
2025-02-14Update the XMLRPC example to use JSON-RPC instead.Sadie Powell
2025-02-14Use RPC error responses correctly.Sadie Powell
2025-02-13Add the new JSON-RPC module to compliment the XMLRPC one.Sadie Powell
2025-02-13Rework the RPC modules in preparation for the new JSON-RPC module.Sadie Powell