-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the news post for the v3.17.1 release.
- Loading branch information
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: InspIRCd v3.17.1 released! | ||
author: Sadie | ||
layout: post | ||
featured: true | ||
contributors: | ||
- Sadie Powell | ||
--- | ||
|
||
InspIRCd v3.17.1 is now available, [download it from the releases page](https://github.com/inspircd/inspircd/releases/tag/v3.17.1). | ||
|
||
The most notable changes in this release are: | ||
|
||
- Fixed erroneously showing `RPL_CHANNELSMSG` when the hidden channel list has been blocked. | ||
|
||
- Fixed not comparing server fingerprints case insensitively. | ||
|
||
- Fixed not sending `ERR_USERNOTINCHANNEL` when a user tries to give a prefix mode to a user not in the channel. | ||
|
||
- Fixed the mysql module not closing the TCP connection properly on connection failure. | ||
|
||
<!--more--> | ||
|
||
No breaking configuration changes have been made since the v3.0.0 release but if you are upgrading from v2 please consult our [list of config changes in v3](https://docs.inspircd.org/3/breaking-changes). | ||
|
||
The full change log can be found [on the docs site](https://docs.inspircd.org/3/change-log/#inspircd-3171) or [on GitHub](https://github.com/inspircd/inspircd/compare/v3.17.0...v3.17.1). | ||
|
||
Please [consider supporting my development via GitHub Sponsors](https://github.com/sponsors/SadieCat/). |