[PR #30] [MERGED] Dev bugs attack #29

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

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/30
Author: @HueByte
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @HueByte

Base: devHead: dev_bugs_attack


📝 Commits (2)

  • 0c16f44 feat: enhance user presence and channel interaction features
  • ad5627a Merge branch 'dev' into dev_bugs_attack

📊 Changes

21 files changed (+450 additions, -48 deletions)

View changed files

📝 docs/changelog/v0.2.8.md (+22 -0)
📝 src/EchoHub.Client/AppOrchestrator.cs (+140 -9)
📝 src/EchoHub.Client/Services/ConnectionManager.cs (+2 -2)
📝 src/EchoHub.Client/Services/EchoHubConnection.cs (+3 -3)
📝 src/EchoHub.Client/UI/Chat/ChatColors.cs (+34 -5)
📝 src/EchoHub.Client/UI/Chat/ChatLine.cs (+3 -1)
📝 src/EchoHub.Client/UI/Chat/ChatMessageManager.cs (+7 -2)
📝 src/EchoHub.Client/UI/ListSources/UserListSource.cs (+7 -4)
📝 src/EchoHub.Client/UI/MainWindow.cs (+78 -10)
📝 src/EchoHub.Core/Contracts/IChatBroadcaster.cs (+1 -1)
📝 src/EchoHub.Core/Contracts/IEchoHubClient.cs (+1 -1)
📝 src/EchoHub.Core/DTOs/ChatDtos.cs (+2 -1)
📝 src/EchoHub.Server.Irc/IrcBroadcaster.cs (+1 -1)
📝 src/EchoHub.Server/Program.cs (+1 -0)
📝 src/EchoHub.Server/Services/ChatService.cs (+26 -2)
📝 src/EchoHub.Server/Services/LinkEmbedService.cs (+49 -1)
src/EchoHub.Server/Services/MuteExpirationService.cs (+63 -0)
📝 src/EchoHub.Server/Services/PresenceTracker.cs (+2 -0)
📝 src/EchoHub.Server/Services/ServerDirectoryService.cs (+3 -0)
📝 src/EchoHub.Server/Services/SignalRBroadcaster.cs (+3 -3)

...and 1 more files

📄 Description

Summary

See changes in the changelog of this PR


🔄 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/30 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `dev` ← **Head:** `dev_bugs_attack` --- ### 📝 Commits (2) - [`0c16f44`](https://github.com/RedWizardsLab/EchoHub/commit/0c16f44db6292592c7b7ff4674d9e953bc47c350) feat: enhance user presence and channel interaction features - [`ad5627a`](https://github.com/RedWizardsLab/EchoHub/commit/ad5627a4bbc0bf108e785211fdeb8fb09c74ca0c) Merge branch 'dev' into dev_bugs_attack ### 📊 Changes **21 files changed** (+450 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `docs/changelog/v0.2.8.md` (+22 -0) 📝 `src/EchoHub.Client/AppOrchestrator.cs` (+140 -9) 📝 `src/EchoHub.Client/Services/ConnectionManager.cs` (+2 -2) 📝 `src/EchoHub.Client/Services/EchoHubConnection.cs` (+3 -3) 📝 `src/EchoHub.Client/UI/Chat/ChatColors.cs` (+34 -5) 📝 `src/EchoHub.Client/UI/Chat/ChatLine.cs` (+3 -1) 📝 `src/EchoHub.Client/UI/Chat/ChatMessageManager.cs` (+7 -2) 📝 `src/EchoHub.Client/UI/ListSources/UserListSource.cs` (+7 -4) 📝 `src/EchoHub.Client/UI/MainWindow.cs` (+78 -10) 📝 `src/EchoHub.Core/Contracts/IChatBroadcaster.cs` (+1 -1) 📝 `src/EchoHub.Core/Contracts/IEchoHubClient.cs` (+1 -1) 📝 `src/EchoHub.Core/DTOs/ChatDtos.cs` (+2 -1) 📝 `src/EchoHub.Server.Irc/IrcBroadcaster.cs` (+1 -1) 📝 `src/EchoHub.Server/Program.cs` (+1 -0) 📝 `src/EchoHub.Server/Services/ChatService.cs` (+26 -2) 📝 `src/EchoHub.Server/Services/LinkEmbedService.cs` (+49 -1) ➕ `src/EchoHub.Server/Services/MuteExpirationService.cs` (+63 -0) 📝 `src/EchoHub.Server/Services/PresenceTracker.cs` (+2 -0) 📝 `src/EchoHub.Server/Services/ServerDirectoryService.cs` (+3 -0) 📝 `src/EchoHub.Server/Services/SignalRBroadcaster.cs` (+3 -3) _...and 1 more files_ </details> ### 📄 Description # Summary See changes in the changelog of this PR --- <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:49:46 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#29