Skip to content

Commit

Permalink
Update for the changes in v4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Aug 3, 2024
1 parent 89dddba commit 335d393
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/4/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,36 @@ title: v4 Change Log

This page lists changes which have happened between releases.

### InspIRCd 4.2.0

**This version of InspIRCd was released on 2024-08-03.**

- Added support for the IRCv3 WebSocket subprotocols.

- Developer: added a `Module` constructor overload to allow modules to define the version to show in `/MODULES`.

- Developer: added the `ExtensionItem::OnSync` callback for when an extensible is synchronised across the network.

- Developer: merged `ProtocolServer ` and `Server`.

- Fixed allowing text websockets when the server has a non-utf8 charset.

- Fixed automatic synchronisation of unset extensibles.

- Fixed escaping semicolons in message tags.

- Fixed exposing the real hostname of users when recloaking.

- Fixed parsing S2S `UID` messages from 1205 (v3) servers.

- Fixed unescaping message tags that end with a `\`.

- Silenced some harmless log messages when parsing malformed CIDR ranges.

- Updated the vendored libraries.

- Updated the Windows dependencies.

### InspIRCd 4.1.0

**This version of InspIRCd was released on 2024-07-14.**
Expand Down

0 comments on commit 335d393

Please sign in to comment.