-
-
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 v4.2.0 release.
- Loading branch information
Showing
3 changed files
with
31 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,30 @@ | ||
--- | ||
title: InspIRCd v4.2.0 released! | ||
author: Sadie | ||
layout: post | ||
featured: true | ||
contributors: | ||
- Sadie Powell | ||
--- | ||
|
||
InspIRCd v4.2.0 is now available, [download it from the releases page](https://github.com/inspircd/inspircd/releases/tag/v4.2.0). | ||
|
||
The most notable changes in this release are: | ||
|
||
- Added support for the IRCv3 WebSocket subprotocols. | ||
|
||
- Fixed allowing text websockets when the server has a non-utf8 charset. | ||
|
||
- Fixed automatic synchronisation of unset extensibles. | ||
|
||
- Fixed exposing the real hostname of users when recloaking. | ||
|
||
- Fixed parsing S2S `UID` messages from 1205 (v3) servers. | ||
|
||
<!--more--> | ||
|
||
No breaking configuration changes have been made since the v4.0.0 release. Please consult [the list of breaking changes](https://docs.inspircd.org/4/breaking-changes) if you are upgrading from v3. | ||
|
||
The full change log can be found [on the docs site](https://docs.inspircd.org/4/change-log/#inspircd-401) or [on GitHub](https://github.com/inspircd/inspircd/compare/v4.1.0...v4.2.0). | ||
|
||
Please [consider supporting my development via GitHub Sponsors](https://github.com/sponsors/SadieCat/). |