[PR #73] [MERGED] Dev #74

Closed
opened 2026-09-04 00:50:02 +02:00 by Stone_Red · 0 comments
Owner

📋 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: masterHead: dev


📝 Commits (7)

  • b1aeb8c fix: add 'docs/auriondocs/**' to ignore list in markdownlint configuration
  • 329dfe4 fix: irc messages not getting split by line
  • 07996a7 chore: bump version and add changelog
  • 7eced63 feat: warn when server and client versions differ during connection setup
  • cda890d chore: add changelog
  • 675a39c fix: formatting
  • 65766ea test: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RedWizardsLab/EchoHub/pull/73 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 7/23/2026 **Status:** ✅ Merged **Merged:** 7/23/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (7) - [`b1aeb8c`](https://github.com/RedWizardsLab/EchoHub/commit/b1aeb8cbb2ba6d53a06b7e93d32f6315b077dd05) fix: add 'docs/auriondocs/**' to ignore list in markdownlint configuration - [`329dfe4`](https://github.com/RedWizardsLab/EchoHub/commit/329dfe422b1d5152f65a09e86bb0dcfa48929fdf) fix: irc messages not getting split by line - [`07996a7`](https://github.com/RedWizardsLab/EchoHub/commit/07996a78ed403105343f39eaf979bbd3d4e0b33b) chore: bump version and add changelog - [`7eced63`](https://github.com/RedWizardsLab/EchoHub/commit/7eced63608a5cb730d83cd2261414bee01e882c1) feat: warn when server and client versions differ during connection setup - [`cda890d`](https://github.com/RedWizardsLab/EchoHub/commit/cda890de60f83646d258d76778d58865ea68c838) chore: add changelog - [`675a39c`](https://github.com/RedWizardsLab/EchoHub/commit/675a39cb1556e0057bc11029ac912bc8c8a9fbc7) fix: formatting - [`65766ea`](https://github.com/RedWizardsLab/EchoHub/commit/65766eab1fc6f9554acea6d77e21d638e2e4f931) test: add regression tests for IRC multi-line message formatting ### 📊 Changes **11 files changed** (+105 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description # Summary See changelog --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:50:02 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#74