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
Age
Commit message (
Collapse
)
Author
2025-03-03
Misc cleanup of ns_sasl and sasl.h.
Sadie Powell
2025-03-03
Merge branch '2.0' into 2.1.
Sadie Powell
2025-03-03
Fix a compiler warning on newer versions of MSVC.
Sadie Powell
2025-03-03
Rename sasl to ns_sasl, move to nickserv.example.conf.
Sadie Powell
2025-03-03
Move SASL protocol messages to the SASL header.
Sadie Powell
2025-03-02
Return references instead of pointers from the config system.
Sadie Powell
We used to return NULL from these methods but now we return an empty block so this can never actually be null now.
2025-02-25
Deduplicate RPC parameter count checks.
Sadie Powell
2025-02-25
Deduplicate some SASL logic.
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-24
Add the system.listMethods RPC method.
Sadie Powell
Still to implement: - system.getCapabilities - system.methodHelp - system.methodSignature
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-23
If a user is already connected on SASL fail just call BadPassword.
Sadie Powell
2025-02-23
Fix detecting whether translations are disabled in ns_set_language.
Sadie Powell
2025-02-23
Fix resetting the SASL password limit.
Sadie Powell
2025-02-20
Improve SASL log messages for post-connection authentication.
Sadie Powell
2025-02-20
Apply bad password logic to SASL too.
Sadie Powell
2025-02-20
Clean up some session code in the SASL module.
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
Log the version of xmlrpc-c on module load.
Sadie Powell
2025-02-20
Merge branch '2.0' into 2.1.
Sadie Powell
2025-02-20
Fix sql_live on recent MariaDB.
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-18
Fix building the LDAP module on Windows.
Sadie Powell
2025-02-18
Log the version of third-party libraries on load.
Sadie Powell
2025-02-16
Make the password optional in operserv/login.
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-14
Merge branch '2.0' into 2.1.
Sadie Powell
2025-02-14
Reset the stats properly.
Sadie Powell
Closes #465.
2025-02-14
Keep going in cs_mode if a target doesn't exist.
Sadie Powell
2025-02-14
Allow changing the status modes of multiple people at once.
Sadie Powell
Closes #473.
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
2025-02-12
Add extra protections to avoid rebooting the wrong network.
Sadie Powell
2025-02-11
Merge branch '2.0' into 2.1.
Sadie Powell
2025-02-11
Prioritise operserv/ignore above other modules.
Sadie Powell
Closes #471.
2025-02-11
Make email confirmation a bit smarter.
Sadie Powell
2025-02-07
Add some options to botserv/botlist to make admining easier.
Sadie Powell
2025-02-06
Fix SASL on UnrealIRCd.
Sadie Powell
[prev]
[next]