mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
deploy: 87e8df4ec5
This commit is contained in:
@@ -90,6 +90,7 @@
|
|||||||
<p>Release history for EchoHub.</p>
|
<p>Release history for EchoHub.</p>
|
||||||
<h2 id="releases">Releases</h2>
|
<h2 id="releases">Releases</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="v0.2.1.html">v0.2.1</a> - Shutdown & CI Fixes</li>
|
||||||
<li><a href="v0.2.0.html">v0.2.0</a> - IRC Gateway</li>
|
<li><a href="v0.2.0.html">v0.2.0</a> - IRC Gateway</li>
|
||||||
<li><a href="v0.1.1.html">v0.1.1</a> - Directory Connection Self-Healing</li>
|
<li><a href="v0.1.1.html">v0.1.1</a> - Directory Connection Self-Healing</li>
|
||||||
<li><a href="v0.1.0.html">v0.1.0</a> - Initial Release</li>
|
<li><a href="v0.1.0.html">v0.1.0</a> - Initial Release</li>
|
||||||
|
|||||||
@@ -15,6 +15,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="index.html" name="" title="Overview">Overview</a>
|
<a href="index.html" name="" title="Overview">Overview</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="v0.2.1.html" name="" title="v0.2.1">v0.2.1</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="v0.2.0.html" name="" title="v0.2.0">v0.2.0</a>
|
<a href="v0.2.0.html" name="" title="v0.2.0">v0.2.0</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
|
|
||||||
{"items":[{"name":"Overview","href":"index.html","topicHref":"index.html"},{"name":"v0.2.0","href":"v0.2.0.html","topicHref":"v0.2.0.html"},{"name":"v0.1.1","href":"v0.1.1.html","topicHref":"v0.1.1.html"},{"name":"v0.1.0","href":"v0.1.0.html","topicHref":"v0.1.0.html"}]}
|
{"items":[{"name":"Overview","href":"index.html","topicHref":"index.html"},{"name":"v0.2.1","href":"v0.2.1.html","topicHref":"v0.2.1.html"},{"name":"v0.2.0","href":"v0.2.0.html","topicHref":"v0.2.0.html"},{"name":"v0.1.1","href":"v0.1.1.html","topicHref":"v0.1.1.html"},{"name":"v0.1.0","href":"v0.1.0.html","topicHref":"v0.1.0.html"}]}
|
||||||
|
|||||||
@@ -0,0 +1,128 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>v0.2.1 - Shutdown & CI Fixes | EchoHub Documentation </title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="title" content="v0.2.1 - Shutdown & CI Fixes | EchoHub Documentation ">
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="icon" href="../images/hue_icon.svg">
|
||||||
|
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||||
|
<link rel="stylesheet" href="../public/main.css">
|
||||||
|
<meta name="docfx:navrel" content="../toc.html">
|
||||||
|
<meta name="docfx:tocrel" content="toc.html">
|
||||||
|
|
||||||
|
<meta name="docfx:rel" content="../">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="docfx:docurl" content="https://github.com/HueByte/EchoHub/blob/master/docs/#L1">
|
||||||
|
<meta name="loc:inThisArticle" content="In this article">
|
||||||
|
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||||
|
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||||
|
<meta name="loc:tocFilter" content="Filter by title">
|
||||||
|
<meta name="loc:nextArticle" content="Next">
|
||||||
|
<meta name="loc:prevArticle" content="Previous">
|
||||||
|
<meta name="loc:themeLight" content="Light">
|
||||||
|
<meta name="loc:themeDark" content="Dark">
|
||||||
|
<meta name="loc:themeAuto" content="Auto">
|
||||||
|
<meta name="loc:changeTheme" content="Change theme">
|
||||||
|
<meta name="loc:copy" content="Copy">
|
||||||
|
<meta name="loc:downloadPdf" content="Download PDF">
|
||||||
|
|
||||||
|
<script type="module" src="./../public/docfx.min.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const theme = localStorage.getItem('theme') || 'auto'
|
||||||
|
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||||
|
<header class="bg-body border-bottom">
|
||||||
|
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||||
|
<div class="container-xxl flex-nowrap">
|
||||||
|
<a class="navbar-brand" href="../index.html">
|
||||||
|
<img id="logo" class="svg" src="../images/hue_icon.svg" alt="EchoHub">
|
||||||
|
EchoHub
|
||||||
|
</a>
|
||||||
|
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<i class="bi bi-three-dots"></i>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navpanel">
|
||||||
|
<div id="navbar">
|
||||||
|
<form class="search" role="search" id="search">
|
||||||
|
<i class="bi bi-search"></i>
|
||||||
|
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main class="container-xxl">
|
||||||
|
<div class="toc-offcanvas">
|
||||||
|
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||||
|
<div class="offcanvas-header">
|
||||||
|
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||||
|
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||||
|
</div>
|
||||||
|
<div class="offcanvas-body">
|
||||||
|
<nav class="toc" id="toc"></nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<div class="actionbar">
|
||||||
|
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||||
|
<i class="bi bi-list"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<nav id="breadcrumb"></nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article data-uid="">
|
||||||
|
<h1 id="v021---shutdown--ci-fixes">v0.2.1 - Shutdown & CI Fixes</h1>
|
||||||
|
|
||||||
|
<h2 id="fixes">Fixes</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed server hanging on Ctrl+C when the directory server is unreachable — <code>StopAsync</code> now cancels background services before disposing connections</li>
|
||||||
|
<li>Fixed IRC gateway shutdown blocking indefinitely on unresponsive clients — send operations are now bounded to 2 seconds</li>
|
||||||
|
<li>Fixed CI release workflow not having full git history for building release notes (<code>fetch-depth: 0</code>)</li>
|
||||||
|
<li>Fixed <code>workflow_dispatch</code> trigger breaking change detection when <code>github.event.before</code> is empty</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="improvements">Improvements</h2>
|
||||||
|
<ul>
|
||||||
|
<li>GitHub releases now include a commit list and version diff link instead of generic auto-generated notes</li>
|
||||||
|
<li>GitHub releases link to the full changelog on the docs site</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<div class="contribution d-print-none">
|
||||||
|
<a href="https://github.com/HueByte/EchoHub/blob/master/docs/#L1" class="edit-link">Edit this page</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="affix">
|
||||||
|
<nav id="affix"></nav>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<div class="container-xxl search-results" id="search-results"></div>
|
||||||
|
|
||||||
|
<footer class="border-top text-secondary">
|
||||||
|
<div class="container-xxl">
|
||||||
|
<div class="flex-fill">
|
||||||
|
<div class='footer-custom'><div class='footer-inner'><span class='footer-brand'>EchoHub</span><span class='footer-sep'>·</span><a href='https://github.com/HueByte/EchoHub'>GitHub</a><span class='footer-sep'>·</span><a href='https://echohub.voidcube.cloud'>Website</a><span class='footer-sep'>·</span><span class='footer-credit'>Built with <a href='https://dotnet.github.io/docfx'>DocFX</a></span></div></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
+6
-1
@@ -557,7 +557,7 @@
|
|||||||
"changelog/index.html": {
|
"changelog/index.html": {
|
||||||
"href": "changelog/index.html",
|
"href": "changelog/index.html",
|
||||||
"title": "Changelog | EchoHub Documentation",
|
"title": "Changelog | EchoHub Documentation",
|
||||||
"summary": "Changelog Release history for EchoHub. Releases v0.2.0 - IRC Gateway v0.1.1 - Directory Connection Self-Healing v0.1.0 - Initial Release"
|
"summary": "Changelog Release history for EchoHub. Releases v0.2.1 - Shutdown & CI Fixes v0.2.0 - IRC Gateway v0.1.1 - Directory Connection Self-Healing v0.1.0 - Initial Release"
|
||||||
},
|
},
|
||||||
"changelog/v0.1.0.html": {
|
"changelog/v0.1.0.html": {
|
||||||
"href": "changelog/v0.1.0.html",
|
"href": "changelog/v0.1.0.html",
|
||||||
@@ -574,6 +574,11 @@
|
|||||||
"title": "v0.2.0 - IRC Gateway | EchoHub Documentation",
|
"title": "v0.2.0 - IRC Gateway | EchoHub Documentation",
|
||||||
"summary": "v0.2.0 - IRC Gateway Features IRC protocol gateway -- native IRC clients (irssi, WeeChat, HexChat, etc.) can connect to EchoHub servers Cross-protocol messaging -- messages flow bidirectionally between IRC and TUI clients in real time SASL PLAIN authentication -- IRC clients can authenticate via SASL or traditional PASS/NICK/USER Full IRC command support -- JOIN, PART, PRIVMSG, QUIT, NAMES, TOPIC, WHO, WHOIS, AWAY, LIST, MODE, MOTD TLS support -- optional encrypted IRC connections on port 6697 Image-to-IRC formatting -- images appear as ASCII art line-by-line with download URLs Message splitting -- long messages automatically split at word boundaries (~400 byte chunks) Configurable MOTD -- server message of the day for IRC clients Architecture Changes Extracted shared business logic from ChatHub into protocol-agnostic IChatService Introduced IChatBroadcaster pattern for multi-protocol event fan-out ChatHub refactored to thin adapter delegating to IChatService ChannelsController updated to use IChatService for broadcasts New EchoHub.Server.Irc project for clean separation of concerns IChatService and IChatBroadcaster interfaces live in EchoHub.Core/Contracts"
|
"summary": "v0.2.0 - IRC Gateway Features IRC protocol gateway -- native IRC clients (irssi, WeeChat, HexChat, etc.) can connect to EchoHub servers Cross-protocol messaging -- messages flow bidirectionally between IRC and TUI clients in real time SASL PLAIN authentication -- IRC clients can authenticate via SASL or traditional PASS/NICK/USER Full IRC command support -- JOIN, PART, PRIVMSG, QUIT, NAMES, TOPIC, WHO, WHOIS, AWAY, LIST, MODE, MOTD TLS support -- optional encrypted IRC connections on port 6697 Image-to-IRC formatting -- images appear as ASCII art line-by-line with download URLs Message splitting -- long messages automatically split at word boundaries (~400 byte chunks) Configurable MOTD -- server message of the day for IRC clients Architecture Changes Extracted shared business logic from ChatHub into protocol-agnostic IChatService Introduced IChatBroadcaster pattern for multi-protocol event fan-out ChatHub refactored to thin adapter delegating to IChatService ChannelsController updated to use IChatService for broadcasts New EchoHub.Server.Irc project for clean separation of concerns IChatService and IChatBroadcaster interfaces live in EchoHub.Core/Contracts"
|
||||||
},
|
},
|
||||||
|
"changelog/v0.2.1.html": {
|
||||||
|
"href": "changelog/v0.2.1.html",
|
||||||
|
"title": "v0.2.1 - Shutdown & CI Fixes | EchoHub Documentation",
|
||||||
|
"summary": "v0.2.1 - Shutdown & CI Fixes Fixes Fixed server hanging on Ctrl+C when the directory server is unreachable — StopAsync now cancels background services before disposing connections Fixed IRC gateway shutdown blocking indefinitely on unresponsive clients — send operations are now bounded to 2 seconds Fixed CI release workflow not having full git history for building release notes (fetch-depth: 0) Fixed workflow_dispatch trigger breaking change detection when github.event.before is empty Improvements GitHub releases now include a commit list and version diff link instead of generic auto-generated notes GitHub releases link to the full changelog on the docs site"
|
||||||
|
},
|
||||||
"index.html": {
|
"index.html": {
|
||||||
"href": "index.html",
|
"href": "index.html",
|
||||||
"title": "EchoHub Documentation | EchoHub Documentation",
|
"title": "EchoHub Documentation | EchoHub Documentation",
|
||||||
|
|||||||
@@ -1658,6 +1658,16 @@
|
|||||||
},
|
},
|
||||||
"version": ""
|
"version": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "Conceptual",
|
||||||
|
"source_relative_path": "changelog/v0.2.1.md",
|
||||||
|
"output": {
|
||||||
|
".html": {
|
||||||
|
"relative_path": "changelog/v0.2.1.html"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "Resource",
|
"type": "Resource",
|
||||||
"source_relative_path": "images/hue_icon.svg",
|
"source_relative_path": "images/hue_icon.svg",
|
||||||
|
|||||||
Reference in New Issue
Block a user