diff --git a/docs/Changes b/docs/Changes index 4d7e1bdd2..2761cb972 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,21 @@ Anope Version 2.1.16 -------------------- -No significant changes. +Added support for on-IRC code confirmation. +Added the ability for fantasy commands to be executable without the FANTASY privilege. +Added the ability to prepend to topics as well as appending to them. +Changed various fields to serialize to the database as a string not an integer. +Disabled db_flatfile by default in preparation for becoming import-only. +Fixed a memory leak in the db_json module. +Fixed building on OpenSSL 1.1.1 (for now). +Fixed removed and later re-added temporary bans being removed automatically. +Fixed sometimes sending malformed LMODE messages on InspIRCd. +Fixed the "did you mean" message suggesting unloaded commands. +Fixed various issues with the example config files. +Marked db_json as the recommended database module. +Moved the BAN, UNBAN, and KICK commands to the chanserv/management group. +Removed support for the 1.8-style seen command. +Reworked confirmation to allow confirmation of multiple account actions. +When dropping a display nickname the new display will now be the oldest in the group. Anope Version 2.1.15 -------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index 6643fcda4..1a63ab58c 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,15 @@ Anope Version 2.1.16 -------------------- -No significant changes. +Added fantasy:require_privilege (defaults to yes). +Added the nickserv/confirm/email command. +Added the nickserv/confirm/email oper privilege. +Added the nickserv/confirm/register command. +Added the ns_confirm module. +Added {ns_email}:changeexpire (defaults to 1 day). +Added {ns_resetpass}:resetexpire (defaults to 1 day). +Removed the irc2sql module (migrate to JSON-RPC instead). +Removed {ns_seen}:simple (1.8-style seen has been removed). +Renamed the nickserv/confirm oper privilege to nickserv/confirm/register. Anope Version 2.1.15 --------------------