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
Age
Commit message (
Expand
)
Author
2025-03-13
Add the rpc_message module, remove the notice RPC event.
Sadie Powell
2025-03-13
Fix sending global messages with the default sender.
Sadie Powell
2025-03-13
Fix setting keepbackups to 0 in db_flatfile.
Sadie Powell
2025-03-13
Fix a crash in the ns_sasl module.
Sadie Powell
2025-03-13
Fix deleting old db_flatfile database backups.
Sadie Powell
2025-03-13
Refactor the TIME handler.
Sadie Powell
2025-03-13
Fix a warning on Clang.
Sadie Powell
2025-03-13
Add an ALLTIME handler on InspIRCd.
Sadie Powell
2025-03-12
Refactor and redocument Serialize::Type.
Sadie Powell
2025-03-12
Add defines for the core serialisation type names.
Sadie Powell
2025-03-12
Move serialization from Serializable to a Serialize::Type child.
Sadie Powell
2025-03-12
Const correct Serialize::Type::GetName().
Sadie Powell
2025-03-12
Fix the id data type in db_flatfile.
Sadie Powell
2025-03-12
Move serialization data type logic from sql.h to the core.
Sadie Powell
2025-03-12
Save the databases on SIGUSR1.
Sadie Powell
2025-03-10
Fix an outdated comment.
Sadie Powell
2025-03-10
Add an XML-RPC method to rpc_system for debugging RPC responses.
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-09
Update the changelogs.
Sadie Powell
2025-03-09
Add a missing override keyword.
Sadie Powell
2025-03-09
Simplify some weird logic in bs_bot.
Sadie Powell
2025-03-09
Fix a forward declaration on Clang.
Sadie Powell
2025-03-09
Don't tell users that services is shutting down when its restarting.
Sadie Powell
2025-03-09
Add support for oper-only quit messages.
Sadie Powell
2025-03-09
Fix a compiler warning on Clang.
Sadie Powell
2025-03-09
Sync the chanserv defaults between the code and config.
Sadie Powell
2025-03-09
Make config variables a lot more useful.
Sadie Powell
2025-03-08
Fix various webcpanel bugs relating to nickname protection.
Sadie Powell
2025-03-08
Turn on channel persistence by default.
Sadie Powell
2025-03-08
Rework how nickname protection works.
Sadie Powell
2025-03-08
Use a C++11 lambda instead of a channel sorting method.
Sadie Powell
2025-03-08
Move some headers around.
Sadie Powell
2025-03-07
Fix some minor issues with db_atheme error messages.
Sadie Powell
2025-03-07
Import misc channel and user metadata in db_atheme.
Sadie Powell
2025-03-06
Don't warn when importing an external auth account from Atheme.
Sadie Powell
2025-03-06
Import logon and oper news from Atheme.
Sadie Powell
2025-03-06
Force the MySQL module to use UTC for connections.
Sadie Powell
2025-03-06
Fix a REPRODUCIBLE_BUILD check after the previous commit.
Sadie Powell
2025-03-06
Move REPRODUCIBLE_BUILD to sysconf.
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-04
Blacklist an old UnrealIRCd contrib module that breaks Anope.
Sadie Powell
2025-03-04
Document {ns_sasl}:agent.
Sadie Powell
2025-03-04
Remove GetAgent and SendMechs from the SASL interface.
Sadie Powell
2025-03-03
Misc cleanup of ns_sasl and sasl.h.
Sadie Powell
2025-03-03
Check if users really want to use 2.1 in Config.
Sadie Powell
2025-03-03
SASL::ProtocolInterface should not be exported.
Sadie Powell
2025-03-03
Merge branch '2.0' into 2.1.
Sadie Powell
[next]