summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-19Fix various typos in the rpc_data docs.Sadie Powell
2025-04-19Document the rpc_data result better.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-18Backport the Windows CI runner to 2.0.Sadie Powell
[skip ubuntu ci]
2025-04-18Use windows-2025 for the Windows CI.Sadie Powell
[skip alpine ci] [skip ubuntu ci]
2025-04-16Use a duration string when telling people to wait before emailing.Sadie Powell
2025-04-16Use duration strings when reporting the expiry period.Sadie Powell
2025-04-16Update the change logs.Sadie Powell
2025-04-16Fix some text strings that should be marked as translatable.Sadie Powell
2025-04-16Rename TextSplitter to LineWrapper.Sadie Powell
2025-04-16Automatically wrap the help output.Sadie Powell
2025-04-16Fix a compiler warning on Clang.Sadie Powell
2025-04-16Reduce the maximum line length from 120 to 100.Sadie Powell
This should fit on user screens a bit better.
2025-04-16Update as many messages as possible for automatic line wrapping.Sadie Powell
2025-04-15Automatically line wrap messages sent by services.Sadie Powell
2025-04-15Show the protection time in the INFO output.Sadie Powell
2025-04-15Add / to the default vhost chars.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-15Sync the GitHub templates with the ones InspIRCd uses.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-15Merge branch '2.0' into 2.1.Sadie Powell
2025-04-15Ask people to file PRs on GitHub as well as emailing team@.Sadie Powell
2025-04-14Update the change logs.Sadie Powell
2025-04-14Add Anope::Templace and switch all template strings to use it.Sadie Powell
2025-04-14Purge the seen database after 90 days.Sadie Powell
2025-04-14Switch enc_sha2 default from sha256 to sha512.Sadie Powell
2025-04-14Fix a typo in the example config.Sadie Powell
2025-04-13Resort the Implementation list.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-05Add a log message for when we receive a weirdly targeted message.Sadie Powell
2025-04-05Deduplicate checks in ns_cert.Sadie Powell
2025-04-02Merge branch '2.0' into 2.1.Sadie Powell
2025-04-02Update the change log.Sadie Powell
2025-04-02Fix building in a post-CMP0082 world.Sadie Powell
2025-04-02Replace NormalizeBuffer implementation with the one from InspIRCd.Sadie Powell
This is more robust and will handle more formatting code types.
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-04-02Fix building in a post-CMP0082 world.Sadie Powell