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
/
modules
/
rpc
Age
Commit message (
Expand
)
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
Move HTTP types to the HTTP namespace.
Sadie Powell
2025-05-05
Remove rpc_main.
Sadie Powell
2025-05-05
Optimise the maths for the jsonrpc oversize integer workaround.
Sadie Powell
2025-05-05
Add a workaround for JavaScript truncating integers in RPC.
Sadie Powell
2025-05-04
Also allow hashed RPC tokens in the config file.
Sadie Powell
2025-05-04
Add support for bearer tokens for authorising with RPC.
Sadie Powell
2025-05-03
Store the setter and ts for all modes and try to restore them.
Sadie Powell
2025-04-22
Replace hard linebreaks in RPC and webcpanel messages.
Sadie Powell
2025-04-19
Remove time from the name of some variables where its obvious.
Sadie Powell
2025-04-19
Add the anope.account and anope.listAccounts RPC events.
Sadie Powell
2025-04-19
Add expanded data to the rpc_data list events.
Sadie Powell
2025-03-17
RPC::service is not necessary anymore.
Sadie Powell
2025-03-17
Switch RPC event registration to use the service system.
Sadie Powell
2025-03-15
Move the RPC service interface to the RPC header.
Sadie Powell
2025-03-14
Improve JSON-RPC error messages.
Sadie Powell
2025-03-13
Deduplicate response building code in the jsonrpc module.
Sadie Powell
2025-03-13
Fix the jsonrpc not having a root element one is not specified.
Sadie Powell
2025-03-13
Add the rpc_message module, remove the notice RPC event.
Sadie Powell
2025-03-10
Add an XML-RPC method to rpc_system for debugging RPC responses.
Sadie Powell
2025-03-02
Return references instead of pointers from the config system.
Sadie Powell
2025-02-25
Deduplicate RPC parameter count checks.
Sadie Powell
2025-02-25
Add the rpc_data module.
Sadie Powell
2025-02-24
Add the system.listMethods RPC method.
Sadie Powell
2025-02-24
Allow use of a non-map type as the root RPC element.
Sadie Powell
2025-02-24
Add support for RPC arrays, simplify the RPC objects.
Sadie Powell
2025-02-23
Rename RPC::Block to RPC::Map.
Sadie Powell
2025-02-20
Store the source address in the identify request.
Sadie Powell
2025-02-20
Add error constants for the custom error range.
Sadie Powell
2025-02-20
Move RPC types to the RPC namespace.
Sadie Powell
2025-02-20
Use an enum for standard RPC error codes.
Sadie Powell
2025-02-20
Add support for more RPC data types.
Sadie Powell
2025-02-18
Fix sending RPC responses after the previous commit.
Sadie Powell
2025-02-18
Rework how the RPC interface stores its events.
Sadie Powell
2025-02-18
Rewrite the xmlrpc module using libxmlrpc-c.
Sadie Powell
2025-02-14
Reduce indentation in rpc_main.
Sadie Powell
2025-02-14
Use RPC error responses correctly.
Sadie Powell
2025-02-14
Fix the naming convention of the RPC methods.
Sadie Powell
2025-02-13
Remove some debugging code from the JSON-RPC module.
Sadie Powell
2025-02-13
Add the new JSON-RPC module to compliment the XMLRPC one.
Sadie Powell
2025-02-13
Make the RPC API sanitize automatically.
Sadie Powell
2025-02-13
Rework the RPC modules in preparation for the new JSON-RPC module.
Sadie Powell