From d836413a39c5dbdcd2b3548ad350ad0dbbf4e359 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 4 Jan 2025 12:24:03 +0000 Subject: [PATCH] Update for the changes in v4.5.0. --- docs/4/change-log.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/4/change-log.md b/docs/4/change-log.md index ae938d16..6a0ea400 100644 --- a/docs/4/change-log.md +++ b/docs/4/change-log.md @@ -6,6 +6,30 @@ title: v4 Change Log This page lists changes which have happened between releases. +### InspIRCd 4.5.0 + +**This version of InspIRCd was released on 2025-01-04.** + +- Added a "sslrehash" command to the helper script (requires the sslrehashsignal module). + +- Added support for explicitly disabling the ojoin and operprefix characters. + +- Fixed a compiler warning on BSD. + +- Fixed a crash from {fmt} when writing the pid file fails. + +- Fixed clearing the output buffer in the pgsql module. + +- Fixed matching extended bans when multiple bans of a specific type are set. + +- Fixed stripping multiple formatting codes in a row. + +- Fixed various compiler warnings on Haiku. + +- Improved the format of the RPL_CREATED numeric message. + +- Updated the vendored libraries. + ### InspIRCd 4.4.0 **This version of InspIRCd was released on 2024-11-02.**