summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2025-04-15Use Anope::Template in db_json.Sadie Powell
2025-04-15Add support for monthly backups to db_json.Sadie Powell
2025-04-14Add Anope::Templace and switch all template strings to use it.Sadie Powell
2025-04-14Switch enc_sha2 default from sha256 to sha512.Sadie Powell
2025-04-13Add a matcher for the InspIRCd oper name extban.Sadie Powell
2025-04-10Expand GetQueryCommand to take a command name.Sadie Powell
2025-04-07Make the length of confirmation codes configurable.Sadie Powell
2025-04-05Ignore the SLOG message on UnrealIRCd.Sadie Powell
2025-04-05Deduplicate checks in ns_cert.Sadie Powell
2025-04-02Fix an unnecessary substr in irc2sql.Sadie Powell
2025-04-02Add a message handler for messages that can be safely ignored.Sadie Powell
2025-03-31Move 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-30Execute SQL updates atomically.Sadie Powell
If the Serialize call alters any tables they would have previously been missed here.
2025-03-30Refuse to import data that already exists in db_atheme.Sadie Powell
2025-03-30Reference accounts in the database by their id not their nick.Sadie Powell
2025-03-26Add a typedef for the serializable id.Sadie Powell
2025-03-26Initialize the db_flatfile LoadData stream reference from the ctor.Sadie Powell
2025-03-26Add the db_json module.Sadie Powell
2025-03-22Fix a missing format argument in ns_maxemail.Sadie Powell
2025-03-22Use a plural form translation for the ns_maxemail error.Sadie Powell
2025-03-22Read the ns_maxemail limit as unsigned instead of int.Sadie Powell
2025-03-22Merge branch '2.0' into 2.1.Sadie Powell
2025-03-22Fix ns_maxemail miscounting email addresses in some cases.Sadie Powell
2025-03-22Update more messages to use gettext plural forms.Sadie Powell
2025-03-22Fix a semicolon that was missing from the previous commit.Sadie Powell
2025-03-22Fix an unclear message in gl_queue.Sadie Powell
2025-03-22Deduplicate requirename code in os_shutdown.Sadie Powell
2025-03-19Merge branch '2.0' into 2.1.Sadie Powell
2025-03-19Use a set instead of a vector for storing memo ignores.Sadie Powell
2025-03-19Make it clear that an ignore list is for memos in ms_ignore.Sadie Powell
Closes #484.
2025-03-17RPC::service is not necessary anymore.Sadie Powell
2025-03-17Switch RPC event registration to use the service system.Sadie Powell
2025-03-17Simplify the requirename logic.Sadie Powell
2025-03-16Improve the error reporting in os_shutdown.Sadie Powell
2025-03-15Move the RPC service interface to the RPC header.Sadie Powell
2025-03-15Use custom-cloak when setting the SASL hostname too.Sadie Powell
2025-03-14Refactor the InspIRCd METADATA handler to actually be readable.Sadie Powell
2025-03-14Implement support for the new way of setting vhosts on InspIRCd.Sadie Powell
2025-03-14Improve JSON-RPC error messages.Sadie Powell
2025-03-14Warn if enc_bcrypt is the first module and maxpasslen is >72.Sadie Powell
2025-03-13Deduplicate response building code in the jsonrpc module.Sadie Powell
2025-03-13Fix the jsonrpc not having a root element one is not specified.Sadie Powell
2025-03-13Add the rpc_message module, remove the notice RPC event.Sadie Powell
2025-03-13Fix sending global messages with the default sender.Sadie Powell
2025-03-13Fix setting keepbackups to 0 in db_flatfile.Sadie Powell
2025-03-13Fix a crash in the ns_sasl module.Sadie Powell
Closes #481.
2025-03-13Fix deleting old db_flatfile database backups.Sadie Powell
2025-03-13Fix a warning on Clang.Sadie Powell
2025-03-13Add an ALLTIME handler on InspIRCd.Sadie Powell
2025-03-12Add defines for the core serialisation type names.Sadie Powell