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-22
Use a plural form translation for the ns_maxemail error.
Sadie Powell
2025-03-22
Read the ns_maxemail limit as unsigned instead of int.
Sadie Powell
2025-03-22
Merge branch '2.0' into 2.1.
Sadie Powell
2025-03-22
Fix ns_maxemail miscounting email addresses in some cases.
Sadie Powell
2025-03-22
Update more messages to use gettext plural forms.
Sadie Powell
2025-03-22
Fix a semicolon that was missing from the previous commit.
Sadie Powell
2025-03-22
Fix an unclear message in gl_queue.
Sadie Powell
2025-03-22
Deduplicate requirename code in os_shutdown.
Sadie Powell
2025-03-22
Document the migration path for removed config options.
Sadie Powell
Also resort the config changelog so it is listed alphabetically.
2025-03-22
Document the default value for new config options in the changelog.
Sadie Powell
2025-03-22
Update the changelogs.
Sadie Powell
2025-03-22
Allow customising the length at which lines are wrapped after.
Sadie Powell
Closes #485.
2025-03-19
Improve logging about the protocol module on startup.
Sadie Powell
2025-03-19
Merge branch '2.0' into 2.1.
Sadie Powell
2025-03-19
Use a set instead of a vector for storing memo ignores.
Sadie Powell
2025-03-19
Make it clear that an ignore list is for memos in ms_ignore.
Sadie Powell
Closes #484.
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
[prev]
[next]