summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-03-09 20:14:03 +0000
committerSadie Powell <sadie@witchery.services>2025-03-09 20:14:03 +0000
commite221c7642a277c2c171e62ce041e750a2b3b9943 (patch)
treee3c276cdafeeddb874f2f64bc15a610a38a04bf5
parentb8c28419dad7943dd23a0b9f0f5ef28f3cc5ccda (diff)
Update the changelogs.
-rw-r--r--docs/Changes15
-rw-r--r--docs/Changes.conf19
2 files changed, 29 insertions, 5 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
--------------------
diff --git a/docs/Changes.conf b/docs/Changes.conf
index d63f94a2b..0bb9c5a48 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,6 +1,17 @@
Anope Version 2.1.13-git
------------------------
-No significant changes.
+Added {nickserv}:defaultprotect (defaults to 1m).
+Added {nickserv}:maxprotect (defaults to 10m).
+Added {nickserv}:minprotect (defaults to 10s)
+Changed the syntax for using defines (all existing defines will need to be updated).
+Removed {nickserv}:kill.
+Removed {nickserv}:killquick.
+Removed {ns_set_kill}:allowkillimmed.
+Renamed the nickserv/saset/kill command to nickserv/saset/protect.
+Renamed the nickserv/saset/kill oper privilege to nickserv/saset/protect.
+Renamed the nickserv/set/kill command to nickserv/set/protect.
+Renamed the ns_set_kill module to ns_set_protect.
+Renamed the sasl module to ns_sasl and moved it to nickserv.example.conf.
Anope Version 2.1.12
--------------------
@@ -39,7 +50,7 @@ Anope Version 2.1.7
-------------------
Moved nickserv/set/language and nickserv/saset/language to the ns_set_language module.
Renamed {cs_suspend}:expire to {cs_suspend}:suspendexpire.
-Renamed the FANTASIA privilege to FANTASY.
+Renamed the FANTASIA channel privilege to FANTASY.
Anope Version 2.1.6
-------------------
@@ -59,8 +70,8 @@ Added the enc_posix module.
Added the enc_sha2 module.
Added the gl_queue module.
Added the gl_server module.
-Added the global/queue operator privilege.
-Added the global/server operator privilege.
+Added the global/queue oper privilege.
+Added the global/server oper privilege.
Changed serverinfo:motd to be relative to the config directory.
Changed serverinfo:pid to be relative to the data directory.
Changed the default value of mail:sendmailpath to "/usr/sbin/sendmail -it".