diff options
author | Sadie Powell <sadie@witchery.services> | 2023-11-24 13:26:59 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-11-24 13:29:11 +0000 |
commit | 251551c8c39dff9695caa233f50bfbe7b6edd53b (patch) | |
tree | b3f2ad1f895f2c86a2b0c52fffc84e5e68a71d39 /docs | |
parent | e2d546ad46b339e71acf750d867ec8440f7bbd2c (diff) |
Update the change logs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes | 15 | ||||
-rw-r--r-- | docs/Changes.conf | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/Changes b/docs/Changes index 493e2fd68..57b717ef3 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,18 @@ +Anope Version 2.1.0-git +----------------------- +Added support for access list entry descriptions. +Added support for linking over a UNIX socket. +Added support for server-initiated logins and logouts on UnrealIRCd. +Added support for server-initiated logouts on InspIRCd. +Added support for the ANONYMOUS SASL mechanism. +Allowed users to opt-out of being added to channel access lists. +Cleaned up the codebase to use Modern C++17. +Modernized the build system to use a modern version of CMake. +Removed support for using insecure encryption methods as the primary method. +Removed the Windows-only anopesmtp tool. +Removed the two day X-line cap. +Updated all references to IRCServices to refer to Anope instead. + Anope Version 2.0.15-git ------------------------ No significant changes. diff --git a/docs/Changes.conf b/docs/Changes.conf index cae02ea86..fab85d0aa 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -3,8 +3,11 @@ Anope Version 2.1.0-git Added nickserv:minpasslen for configuring the minimum password length. Removed nickserv:strictpasswords as it is obsolete now nickserv:minpasslen exists. Removed the inspircd12 and inspircd20 modules (use inspircd instead). +Removed the ns_getpass module (no supported encryption modules). +Removed the os_oline module (no supported IRCds). Removed the unreal module (use unrealircd instead) Renamed nickserv:passlen to nickserv:maxpasslen. +Renamed the charybdis module to solanum. Renamed the inspircd3 module to inspircd. Renamed the unreal4 module to unrealircd. Replaced uplink:ipv6 with uplink:protocol. |