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
/
extra
Age
Commit message (
Expand
)
Author
2025-05-09
Revert "Force the MySQL module to use UTC for connections".
Sadie Powell
2025-05-09
Move HTTP types to the HTTP namespace.
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-04-19
Get rid of the internal block wrapper.
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-10
Add a config option for disabling the i8 XML-RPC extension.
Sadie Powell
2025-03-10
Add a config option for disabling the nil XML-RPC extension.
Sadie Powell
2025-03-10
Fix a memory leak in the xmlrpc module.
Sadie Powell
2025-03-06
Force the MySQL module to use UTC for connections.
Sadie Powell
2025-03-05
Fix reading the config of some modules.
Sadie Powell
2025-03-05
Fix the on start library version logging to include the module.
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-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
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
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-01-14
Merge branch '2.0' into 2.1.
Sadie Powell
2025-01-14
Update the copyright headers for 2025.
2.0
Sadie Powell
2024-11-25
Update Send and Recv to use ssize_t instead of int.
Sadie Powell
2024-11-22
Skip removed columns when migrating the database schema.
Sadie Powell
2024-11-16
Halt the column migration if any of the queries fail.
Sadie Powell
2024-11-16
Migrate old SQL schemas to the current layout.
Sadie Powell
2024-11-14
Add default values to the MySQL tables and use when a column is null.
Sadie Powell
2024-11-11
Fix using User::Account where User::IsIdentified should be used.
Sadie Powell
2024-11-08
Avoid unnecessary string copies when calling IsFile.
Sadie Powell
2024-11-07
Expand the size of some chanstats columns.
Sadie Powell
2024-09-04
Fix the Argon2 module not having test vectors.
Sadie Powell
2024-08-14
Automatically determine SQL column type from the field.
Sadie Powell
2024-07-04
Add UNIX socket support to mysql module.
ItsOnlyBinary
2024-05-16
Merge branch '2.0' into 2.1.
Sadie Powell
2024-05-16
Explicitly specify ROW_FORMAT=DYNAMIC when creating tables.
Sadie Powell
2024-05-16
Don't specify a width for DT_INT columns.
Sadie Powell
2024-05-11
Merge branch '2.0' into 2.1.
Sadie Powell
2024-05-11
Ensure we are connected to MySQL before trying to escape data.
Sadie Powell
2024-03-19
Use paths relative to data/conf in the config file.
Sadie Powell
2024-03-19
Allow using absolute paths in more places.
Sadie Powell
2024-03-19
Prevent using enc_posix as a primary encryption module.
Sadie Powell
2024-03-18
Add verify-only support for POSIX crypt() hashes from Atheme.
Sadie Powell
[next]