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 (
Collapse
)
Author
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-17
Simplify the requirename logic.
Sadie Powell
2025-03-16
Improve the error reporting in os_shutdown.
Sadie Powell
2025-03-16
Update author list.
Sadie Powell
2025-03-16
Import a slightly modified version of mkauthors from InspIRCd.
Sadie Powell
2025-03-16
Update the mailmap.
Sadie Powell
2025-03-15
Move the RPC service interface to the RPC header.
Sadie Powell
2025-03-15
Fix getting the IP of a user in CommandSource.
Sadie Powell
2025-03-15
Add NickCore::FindId for finding an account by its id.
Sadie Powell
2025-03-15
Use custom-cloak when setting the SASL hostname too.
Sadie Powell
2025-03-14
Refactor the InspIRCd METADATA handler to actually be readable.
Sadie Powell
2025-03-14
Implement support for the new way of setting vhosts on InspIRCd.
Sadie Powell
2025-03-14
Fix {nickserv}:defaults still documenting the old nick protection.
Sadie Powell
2025-03-14
Improve JSON-RPC error messages.
Sadie Powell
2025-03-14
Warn if enc_bcrypt is the first module and maxpasslen is >72.
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
Fix the messageUser function in the JavaScript library.
Sadie Powell
2025-03-13
Document the required RPC modules in the JavaScript library.
Sadie Powell
2025-03-13
Update the changelogs.
Sadie Powell
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
Closes #481.
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
This currently only works on InspIRCd but I believe that other servers also support this.
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
- Config variables now no longer conflict with regular values. - Config variables can now be read from the environment. (e.g. ${env.USER}). - Config variables can now be used as partial values (e.g. support@${network.domain})
[next]