summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-04-02Bump the minimum CMake version to 3.20.Sadie Powell
This should hopefully prevent us from being burned by CMake dropping old version compatibility for a long time.
2025-04-02Merge branch '2.0' into 2.1.Sadie Powell
2025-04-02Fix building on old versions of RHEL.Sadie Powell
2025-04-02Fix building on CMake 4.Sadie Powell
This is a partial backport from 2.1.
2025-04-01Refactor and document the rest of the SASL header.Sadie Powell
2025-04-01Bump the minimum CMake version in the docs.Sadie Powell
2025-04-01Bump for 2.1.14-git.Sadie Powell
2025-04-01Release 2.1.13.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-30Update the changelogs.Sadie Powell
2025-03-30Execute SQL updates atomically.Sadie Powell
If the Serialize call alters any tables they would have previously been missed here.
2025-03-30Use insert_or_assign when creating ChannelInfo instances.Sadie Powell
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-30Add NickAlias::FindId.Sadie Powell
2025-03-26Initialize ChannelInfo in the Modern C++ way.Sadie Powell
2025-03-26Initialize Channel in the Modern C++ way.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-26Update the change logs.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