Skip to content

Commit

Permalink
Add the news post for the 2.1.10 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Nov 1, 2024
1 parent 2239534 commit da0371b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
33 changes: 33 additions & 0 deletions _posts/2020s/2024-11-01-anope-2110-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: post
title: Anope 2.1.10 Release
author: Sadie
category: 2024
---

Anope 2.1.10 has been released. This is a development release.

The most notable changes are:

- Added options:servicealias.
- Added support for NEXTBANS on UnrealIRCd.
- Changed hostmask access entries added by nick to use that nick as the default description.
- Changed modes to be handled internally in their split form.
- Changed ns_cert to notify a user that their certificate is being automatically added to their account.
- Fixed matching users against extended bans.
- Fixed parsing name-only extended bans on InspIRCd.
- Fixed respecting the preferred extended ban format on InspIRCd.
- Fixed the name of the cron script in the docs.
- Moved nickserv/set/message and nickserv/saset/message to the ns_set_message module.
- Removed options:useprivmsg..
- Removed options:usestrictprivmsg.
- Updated the list of supported IRCds.
- Updated the location of the Anope IRC channels.

The full change log can be found in the `docs` directory or on [GitHub](https://github.com/anope/anope/compare/2.1.9...2.1.10).

Users who want to test out new features are encouraged to upgrade. Before upgrading you may wish to take a backup of your databases and read the [upgrading guide](/upgrading.html). If you encounter any incompatibilities that aren't mentioned on this page then [please open an issue](https://github.com/anope/website/issues/new).

SHA256 Sum: `9a8a233af35743c19dd6525c1277c1df75e819e8d638db94b9085de2e1d85b31` [anope-2.1.10.tar.gz](https://github.com/anope/anope/archive/refs/tags/2.1.10.tar.gz)
\
SHA256 Sum: `3cb3c297b7a209e0c550f5f009b35eaf0aa4a0366bc9db0fe4f4d9c533ff401c` [anope-2.1.10.exe](https://github.com/anope/anope/releases/download/2.1.10/anope-2.1.10.exe)
6 changes: 5 additions & 1 deletion upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ Upgrading from 2.0 to 2.1 can be done by:

0. If you are using email then add the `i` flag to the sendmail command ([example](https://github.com/anope/anope/blob/2.1.4/data/anope.example.conf#L953)).

0. Update `options:language` to no longer include `ca_ES.UTF-8`, `hu_HU.UTF-8`, and `ru_RU.UTF-8`
0. Replace `options:usestrictprivmsg` with `options:servicealias` ([example](https://github.com/anope/anope/blob/2.1.10/data/anope.example.conf#L432-L437)).

0. Update `options:languages` to no longer include `ca_ES.UTF-8`, `hu_HU.UTF-8`, and `ru_RU.UTF-8`.

#### botserv.conf

Expand Down Expand Up @@ -85,6 +87,8 @@ Upgrading from 2.0 to 2.1 can be done by:

0. Load the `ns_set_language` module ([example](https://github.com/anope/anope/blob/2.1/data/nickserv.example.conf#L555-L564)).

0. If `options:useprivmsg` was enabled load the `ns_set_message` module ([example](https://github.com/anope/anope/blob/2.1.10/data/nickserv.example.conf#L578-L591)).

#### modules.conf

0. If enabled add `module:tlsv10`, `module:tlsv11`, and `module:tlsv12` to the `ssl_openssl` module ([example](https://github.com/anope/anope/blob/2.1.2/data/modules.example.conf#L632-L639)).
Expand Down

0 comments on commit da0371b

Please sign in to comment.