Skip to content

Commit

Permalink
Add the news post for the 2.0.16 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jul 19, 2024
1 parent 65ec923 commit 3f71fac
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ releases:
source: https://github.com/anope/anope/archive/refs/tags/2.1.7.tar.gz
windows: https://github.com/anope/anope/releases/download/2.1.7/anope-2.1.7.exe
stable:
version: 2.0.15
date: 2024-02-17
news: /news/2024/anope-2015-release.html
source: https://github.com/anope/anope/archive/refs/tags/2.0.15.tar.gz
windows: https://github.com/anope/anope/releases/download/2.0.15/anope-2.0.15r2.exe
version: 2.0.16
date: 2024-07-19
news: /news/2024/anope-2016-release.html
source: https://github.com/anope/anope/archive/refs/tags/2.0.16.tar.gz
windows: https://github.com/anope/anope/releases/download/2.0.16/anope-2.0.16.exe
39 changes: 39 additions & 0 deletions _posts/2020s/2024-07-19-anope-2016-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: post
title: Anope 2.0.16 Release
author: Sadie
category: 2024
---

Anope 2.0.16 has been released. This is a stable release which fixes various bugs that have been found since the previous release.

The notable changes include:

- Added a workaround for users matching expired sqlines.
- Fixed a copy/paste error in webcpanel.
- Fixed a crash in db_flatfile caused by trying to serialize data without a type.
- Fixed duplicate messages when synconset/syncongroup is set.
- Fixed expiring channel suspensions.
- Fixed expiring forbids.
- Fixed expiring nick suspensions.
- Fixed feature detection on InspIRCd.
- Fixed InspIRCd account cloaks causing CHGHOST spam when a user also has a services vhost.
- Fixed joining users to channels with a key set on InspIRCd.
- Fixed logging users out fully when their nick gets suspended.
- Fixed marking boolean columns in SQL as TEXT instead of INT.
- Fixed matching extbans on InspIRCd and implement missing matchers.
- Fixed operserv/sqline expiry on UnrealIRCd
- Fixed respecting --noexpire in cs_suspend and ns_suspend.
- Fixed sending emails to nicks ending with a backslash.
- Fixed sending SVSTOPIC when topiclock is loaded on InspIRCd.
- Fixed some SQL tables taking up too much space on disk.
- Fixed the default config for channel suspensions.
- Fixed the TIME message on InspIRCd.
- Fixed trying to escape SQL data when not connected to MySQL.
- Fixed {ldap,sql}\_authentication creating zombie accounts on expiry.

All users are recommended to upgrade.

SHA256 Sum: `29a0ca188371c2e2324d8b1cb5a528038c19cf2b73bc65aca123785bdb207d3c` [anope-2.0.16.tar.gz](https://github.com/anope/anope/archive/refs/tags/2.0.16.tar.gz)
\
SHA256 Sum: `592da8766b2bd6897b6cdc7e4bdf001b90004a846a1ca9c0dc7b39991490637d` [anope-2.0.16.exe](https://github.com/anope/anope/releases/download/2.0.16/anope-2.0.16.exe)

0 comments on commit 3f71fac

Please sign in to comment.