index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
RPC
Age
Commit message (
Collapse
)
Author
2025-05-09
Allow using an account identifier in the anope.account RPC method.
Sadie Powell
2025-05-09
Store user away state and add it to the anope.user RPC event.
Sadie Powell
2025-05-09
Add TLS usage to the anope.user RPC event.
Sadie Powell
2025-05-09
Stringify all parameters in the example RPC clients.
Sadie Powell
2025-05-05
Remove rpc_main.
Sadie Powell
2025-05-05
Add an example Ruby JSON-RPC client.
Sadie Powell
2025-05-05
Fix various documentation errors in the JavaScript JSON-RPC client.
Sadie Powell
2025-05-04
Document the existence of the example JSON-RPC client.
Sadie Powell
2025-05-04
Add support for bearer tokens for authorising with RPC.
Sadie Powell
2025-04-19
Add the anope.account and anope.listAccounts RPC events.
Sadie Powell
2025-04-19
Fix various typos in the rpc_data docs.
Sadie Powell
2025-04-19
Document the rpc_data result better.
Sadie Powell
2025-04-19
Add expanded data to the rpc_data list events.
Sadie Powell
2025-03-13
Fix the messageUser function in the JavaScript library.
Sadie Powell
2025-03-13
Document the required RPC modules in the JavaScript library.
Sadie Powell
2025-03-13
Add the rpc_message module, remove the notice RPC event.
Sadie Powell
2025-02-26
Add a JavaScript library for accessing the JSON-RPC API.
Sadie Powell
2025-02-25
Add 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-18
Fix sending RPC responses after the previous commit.
Sadie Powell
2025-02-14
Update the XMLRPC example to use JSON-RPC instead.
Sadie Powell
2025-02-14
Use RPC error responses correctly.
Sadie Powell
2025-02-13
Add the new JSON-RPC module to compliment the XMLRPC one.
Sadie Powell
2025-02-13
Rework the RPC modules in preparation for the new JSON-RPC module.
Sadie Powell