summaryrefslogtreecommitdiff
path: root/docs/Changes
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-02-29 17:13:47 +0000
committerSadie Powell <sadie@witchery.services>2024-02-29 17:15:15 +0000
commita67bef2deeeb010d5d7b8f6e898c76c36c33701a (patch)
treefb9939ec69a8c9048f9ff0fe4d1adecdaaf25a4f /docs/Changes
parent893bbf92516e577de932fe04f0503ecf4c9257f0 (diff)
Update the changelogs.
Diffstat (limited to 'docs/Changes')
-rw-r--r--docs/Changes14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/Changes b/docs/Changes
index c16e76ece..c0abe8e22 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,6 +1,18 @@
Anope Version 2.1.3-git
-----------------------
-No significant changes.
+Added support for the IRCv3 +draft/channel-context tag.
+Added support for the IRCv3 +draft/reply tag.
+Allow using more than one fingerprint in an oper block.
+Changed chanserv/drop to use confirmation codes to confirm a channel drop.
+Cleaned up more of the codebase to use Modern C++17.
+Enabled using more field limits sent by the IRC server instead of requiring the user to configure them.
+Fixed NickServ lying about the minimum password length.
+Fixed a crash when sending emails.
+Fixed bs_kick not using the correct kick message for automatic kicks.
+Increased the security of randomly generated confirmation codes.
+Removed the ns_access module and associated cs_secure and ns_secure options.
+Removed the ns_status module.
+Reworked how messages are sent in protocol modules to allow sending message tags.
Anope Version 2.1.2
-------------------