summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2025-04-27Deduplicate code in cs_access.Sadie Powell
2025-04-25Allow disabling the timestamp in os_news messages.Sadie Powell
2025-04-24Fix a typo in ns_alist.Sadie Powell
2025-04-24Add support for hashing operator passwords in the config.Sadie Powell
Closes #327.
2025-04-23Respect NEVEROP in chanserv/set/{founder,successor}.Sadie Powell
2025-04-23When deleting a single list item show the deleted item not a count.Sadie Powell
Closes #487.
2025-04-23Show all privileges in nickserv/alist.Sadie Powell
Closes #502.
2025-04-22Allow users to unmark themselves as a channel successor.Sadie Powell
Closes #501.
2025-04-22Remove hardcoded command names from most messages.Sadie Powell
2025-04-22Replace hard linebreaks in RPC and webcpanel messages.Sadie Powell
2025-04-22Fix splitting in the middle of some command names.Sadie Powell
2025-04-19Remove time from the name of some variables where its obvious.Sadie Powell
2025-04-19Add the anope.account and anope.listAccounts RPC events.Sadie Powell
2025-04-19Allow syntax messages to take a predicate.Sadie Powell
2025-04-19Add expanded data to the rpc_data list events.Sadie Powell
2025-04-19Get rid of the internal block wrapper.Sadie Powell
This only existed for compatibility with old 2.0 modules and 2.1 has already broken compatibility with them.
2025-04-19Add support for local password comparison in sql_authentication.Sadie Powell
2025-04-16Use duration strings when reporting the expiry period.Sadie Powell
2025-04-16Fix some text strings that should be marked as translatable.Sadie Powell
2025-04-16Automatically wrap the help output.Sadie Powell
2025-04-16Update as many messages as possible for automatic line wrapping.Sadie Powell
2025-04-15Show the protection time in the INFO output.Sadie Powell
2025-04-15Allow unbanning virtual modes, add the !unmute fantasy command.Sadie Powell
2025-04-15Fix a typo in cs_unban.Sadie Powell
2025-04-15Allow clearing other list modes using ClearBans.Sadie Powell
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