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-04-14
Switch enc_sha2 default from sha256 to sha512.
Sadie Powell
2025-04-13
Add a matcher for the InspIRCd oper name extban.
Sadie Powell
2025-04-10
Expand GetQueryCommand to take a command name.
Sadie Powell
2025-04-07
Make the length of confirmation codes configurable.
Sadie Powell
2025-04-05
Ignore the SLOG message on UnrealIRCd.
Sadie Powell
2025-04-05
Deduplicate checks in ns_cert.
Sadie Powell
2025-04-02
Fix an unnecessary substr in irc2sql.
Sadie Powell
2025-04-02
Add a message handler for messages that can be safely ignored.
Sadie Powell
2025-03-31
Move SASL::IdentifyRequest to ns_sasl.
Sadie Powell
This is only useful for plain authentication and doesn't need to be in the header.
2025-03-30
Execute SQL updates atomically.
Sadie Powell
If the Serialize call alters any tables they would have previously been missed here.
2025-03-30
Refuse to import data that already exists in db_atheme.
Sadie Powell
2025-03-30
Reference accounts in the database by their id not their nick.
Sadie Powell
2025-03-26
Add a typedef for the serializable id.
Sadie Powell
2025-03-26
Initialize the db_flatfile LoadData stream reference from the ctor.
Sadie Powell
2025-03-26
Add the db_json module.
Sadie Powell
2025-03-22
Fix a missing format argument in ns_maxemail.
Sadie Powell
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-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-15
Move the RPC service interface to the RPC header.
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
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
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
Fix a warning on Clang.
Sadie Powell
2025-03-13
Add an ALLTIME handler on InspIRCd.
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
Fix the id data type in db_flatfile.
Sadie Powell
2025-03-12
Fix importing some data from 1.8.
Sadie Powell
[next]