mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
[PR #45] [MERGED] feat: enhance presence tracking and server registration with user cou… #45
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/RedWizardsLab/EchoHub/pull/45
Author: @HueByte
Created: 4/22/2026
Status: ✅ Merged
Merged: 4/23/2026
Merged by: @HueByte
Base:
dev← Head:dev_browser_update📝 Commits (5)
ce721b0feat: enhance presence tracking and server registration with user count updates and multi-host supportfb9123efeat: implement DirectoryClaimStore for managing directory claims and enhance ServerDirectoryService with registration error handling9fbef0ffeat: enhance server registration handling with response envelope and error management719d662feat: update installation script and documentation for version 0.2.11 releasee3728a7Merge branch 'dev' into dev_browser_update📊 Changes
12 files changed (+616 additions, -37 deletions)
View changed files
📝
docs/articles/getting-started.md(+1 -1)📝
docs/changelog/index.md(+1 -0)📝
docs/changelog/toc.yml(+2 -0)➕
docs/changelog/v0.2.11.md(+23 -0)📝
scripts/install.sh(+1 -1)📝
src/Directory.Build.props(+1 -1)📝
src/EchoHub.Server/Controllers/ServerController.cs(+48 -1)📝
src/EchoHub.Server/Program.cs(+1 -0)➕
src/EchoHub.Server/Services/DirectoryClaimStore.cs(+204 -0)📝
src/EchoHub.Server/Services/PresenceTracker.cs(+39 -5)📝
src/EchoHub.Server/Services/ServerDirectoryService.cs(+293 -27)📝
src/EchoHub.Server/appsettings.example.json(+2 -1)📄 Description
…nt updates and multi-host support
Summary
Improved browser state system
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.