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
/
rpc_data.cpp
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
Move HTTP types to the HTTP namespace.
Sadie Powell
2025-05-03
Store the setter and ts for all modes and try to restore them.
Sadie Powell
This is mostly for preserving channel list mode info.
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-02-25
Deduplicate RPC parameter count checks.
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