From e2ed1ceca260024e336f300651d3d860343fb29f Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Thu, 11 Jun 2026 19:57:53 +0200 Subject: [PATCH] Load multiline by default and update release notes a little. --- doc/RELEASE-NOTES.md | 6 ++++++ doc/conf/modules.default.conf | 1 + 2 files changed, 7 insertions(+) diff --git a/doc/RELEASE-NOTES.md b/doc/RELEASE-NOTES.md index 959e760ce..4ed2b6d30 100644 --- a/doc/RELEASE-NOTES.md +++ b/doc/RELEASE-NOTES.md @@ -4,7 +4,13 @@ UnrealIRCd 6.2.6-git This is the git version (development version) for future UnrealIRCd 6.2.6. This is work in progress and may not always be a stable version. +This version enables multiline by default and adds TKL IDs. + ### Enhancements: +* [IRCv3 draft/multiline](https://ircv3.net/specs/extensions/multiline) + is now enabled by default. See the [UnrealIRCd 6.2.4 release](#unrealircd-624) + for all information on what this feature does, the default limits, etc. + To turn it off completely you can use: `blacklist-module multiline;` * Server bans and Spamfilters now have a unique ID, like `G7K2MP9WQX3`: * The first letter denotes the type: `G` for gline, `K` for kline, `Z` for (g)zline, `H` for shun. Spamfilter IDs start with `SPAM`. diff --git a/doc/conf/modules.default.conf b/doc/conf/modules.default.conf index 117b092b5..e2a4ce86b 100644 --- a/doc/conf/modules.default.conf +++ b/doc/conf/modules.default.conf @@ -248,6 +248,7 @@ loadmodule "extended-monitor"; /* add away status, gecos and userhost changes to loadmodule "standard-replies"; /* Standard Replies */ loadmodule "no-implicit-names"; /* Opt out of receiving implicit NAMES when joining a channel */ loadmodule "extended-isupport"; /* draft/extended-isupport */ +loadmodule "multiline"; /* draft/multiline */ /*** RPC modules ***/ // There's a JSON-RPC interface that can be used to communicate with UnrealIRCd