diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-09 20:14:03 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-09 20:14:03 +0000 |
commit | e221c7642a277c2c171e62ce041e750a2b3b9943 (patch) | |
tree | e3c276cdafeeddb874f2f64bc15a610a38a04bf5 /docs/Changes | |
parent | b8c28419dad7943dd23a0b9f0f5ef28f3cc5ccda (diff) |
Update the changelogs.
Diffstat (limited to 'docs/Changes')
-rw-r--r-- | docs/Changes | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes index 36a3822cc..67ed84dbe 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,19 @@ Anope Version 2.1.13-git ------------------------ -No significant changes. +Added a Config check to ensure users actually want to use the development branch. +Added a flag to the version string when Anope is compiled in reproducible mode. +Added support for importing cs_set_misc and ns_set_misc data from Atheme. +Added support for importing news from Atheme. +Added support for oper-only quit messages. +Added support for using defines from the environment. +Added support for using defines within the value of a variable. +Blacklisted an old version of an UnrealIRCd module that is known to send malformed S2S messages. +Changed the syntax of defines from "foo" to "${foo}". +Fixed a warning when importing an Atheme account that uses external authentication. +Fixed including a port in uplink messages when connecting to a UNIX socket endpoint. +Fixed modules with third-party dependencies writing generic log messages instead of module log messages. +Moved around a bunch of module headers. +Moved the SASL protocol interface to its own service. Anope Version 2.1.12 -------------------- |