Original PR: https://github.com/RedWizardsLab/EchoHub/pull/73 Author: @HueByte Created: 7/23/2026 Status: ✅ Merged Merged: 7/23/2026 Merged by: @HueByte
Base: master ← Head: dev
master
dev
b1aeb8c
329dfe4
07996a7
7eced63
cda890d
675a39c
65766ea
11 files changed (+105 additions, -22 deletions)
📝 .markdownlint-cli2.jsonc (+1 -0) 📝 docs/changelog/index.md (+1 -0) 📝 docs/changelog/toc.yml (+2 -0) ➕ docs/changelog/v0.2.17.md (+9 -0) 📝 src/Directory.Build.props (+1 -1) 📝 src/EchoHub.Client/AppOrchestrator.cs (+16 -0) 📝 src/EchoHub.Client/Services/ConnectionManager.cs (+14 -2) 📝 src/EchoHub.Core/DTOs/ServerDtos.cs (+2 -1) 📝 src/EchoHub.Server.Irc/IrcMessageFormatter.cs (+24 -17) 📝 src/EchoHub.Server/Controllers/ServerController.cs (+5 -1) 📝 src/EchoHub.Tests/Irc/IrcMessageFormatterTests.cs (+30 -0)
.markdownlint-cli2.jsonc
docs/changelog/index.md
docs/changelog/toc.yml
docs/changelog/v0.2.17.md
src/Directory.Build.props
src/EchoHub.Client/AppOrchestrator.cs
src/EchoHub.Client/Services/ConnectionManager.cs
src/EchoHub.Core/DTOs/ServerDtos.cs
src/EchoHub.Server.Irc/IrcMessageFormatter.cs
src/EchoHub.Server/Controllers/ServerController.cs
src/EchoHub.Tests/Irc/IrcMessageFormatterTests.cs
See changelog
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/RedWizardsLab/EchoHub/pull/73
Author: @HueByte
Created: 7/23/2026
Status: ✅ Merged
Merged: 7/23/2026
Merged by: @HueByte
Base:
master← Head:dev📝 Commits (7)
b1aeb8cfix: add 'docs/auriondocs/**' to ignore list in markdownlint configuration329dfe4fix: irc messages not getting split by line07996a7chore: bump version and add changelog7eced63feat: warn when server and client versions differ during connection setupcda890dchore: add changelog675a39cfix: formatting65766eatest: add regression tests for IRC multi-line message formatting📊 Changes
11 files changed (+105 additions, -22 deletions)
View changed files
📝
.markdownlint-cli2.jsonc(+1 -0)📝
docs/changelog/index.md(+1 -0)📝
docs/changelog/toc.yml(+2 -0)➕
docs/changelog/v0.2.17.md(+9 -0)📝
src/Directory.Build.props(+1 -1)📝
src/EchoHub.Client/AppOrchestrator.cs(+16 -0)📝
src/EchoHub.Client/Services/ConnectionManager.cs(+14 -2)📝
src/EchoHub.Core/DTOs/ServerDtos.cs(+2 -1)📝
src/EchoHub.Server.Irc/IrcMessageFormatter.cs(+24 -17)📝
src/EchoHub.Server/Controllers/ServerController.cs(+5 -1)📝
src/EchoHub.Tests/Irc/IrcMessageFormatterTests.cs(+30 -0)📄 Description
Summary
See changelog
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.