Original PR: https://github.com/RedWizardsLab/EchoHub/pull/58 Author: @HueByte Created: 7/16/2026 Status: ✅ Merged Merged: 7/16/2026 Merged by: @HueByte
Base: master ← Head: dev
master
dev
b6c01da
e439c8a
31a0bb8
4f2cffa
2157884
78f18a3
35a4eec
ca3c1ec
53927b1
584ce45
42 files changed (+3107 additions, -151 deletions)
📝 .github/workflows/ci.yml (+9 -0) 📝 docs/articles/configuration.md (+17 -0) 📝 docs/articles/getting-started.md (+3 -3) ➕ docs/articles/irc-gateway.md (+103 -0) ➕ docs/articles/messages-and-attachments.md (+109 -0) ➕ docs/articles/moderation.md (+71 -0) 📝 docs/articles/toc.yml (+8 -0) ➕ docs/articles/tui-guide.md (+116 -0) ➕ docs/auriondocs/index.html (+20 -0) 📝 docs/changelog/index.md (+1 -0) 📝 docs/changelog/toc.yml (+2 -0) ➕ docs/changelog/v0.2.14.md (+22 -0) 📝 docs/docfx.json (+2 -2) 📝 docs/index.md (+4 -0) 📝 docs/toc.yml (+2 -0) ➕ package-lock.json (+1365 -0) ➕ package.json (+12 -0) ➕ scripts/lint-markdown.ps1 (+61 -0) 📝 scripts/lint-markdown.sh (+7 -4) 📝 src/Directory.Build.props (+1 -1)
.github/workflows/ci.yml
docs/articles/configuration.md
docs/articles/getting-started.md
docs/articles/irc-gateway.md
docs/articles/messages-and-attachments.md
docs/articles/moderation.md
docs/articles/toc.yml
docs/articles/tui-guide.md
docs/auriondocs/index.html
docs/changelog/index.md
docs/changelog/toc.yml
docs/changelog/v0.2.14.md
docs/docfx.json
docs/index.md
docs/toc.yml
package-lock.json
package.json
scripts/lint-markdown.ps1
scripts/lint-markdown.sh
src/Directory.Build.props
...and 22 more files
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/58
Author: @HueByte
Created: 7/16/2026
Status: ✅ Merged
Merged: 7/16/2026
Merged by: @HueByte
Base:
master← Head:dev📝 Commits (10+)
b6c01dafeat: enhance IRC support with display name handling, private channel tracking, and connection identificatione439c8afeat: implement end-to-end encryption for room keys with secure storage and migration support31a0bb8Merge pull request #56 from HueByte/dev_fixes_features_and_nightmares4f2cffafeat: add clipboard image handling for pasting and staging attachments2157884refactor: replace Key constants with KeyCode for improved clarity and performance78f18a3docs: update changelog for v0.2.14 to include clipboard image and multi-file paste features35a4eecMerge pull request #57 from HueByte/dev_copy_paste_qolca3c1ecfeat: add documentation for TUI, messages & attachments, and IRC gateway; update index and TOC53927b1Add markdown linting tools and scripts584ce45Merge branch 'master' into dev📊 Changes
42 files changed (+3107 additions, -151 deletions)
View changed files
📝
.github/workflows/ci.yml(+9 -0)📝
docs/articles/configuration.md(+17 -0)📝
docs/articles/getting-started.md(+3 -3)➕
docs/articles/irc-gateway.md(+103 -0)➕
docs/articles/messages-and-attachments.md(+109 -0)➕
docs/articles/moderation.md(+71 -0)📝
docs/articles/toc.yml(+8 -0)➕
docs/articles/tui-guide.md(+116 -0)➕
docs/auriondocs/index.html(+20 -0)📝
docs/changelog/index.md(+1 -0)📝
docs/changelog/toc.yml(+2 -0)➕
docs/changelog/v0.2.14.md(+22 -0)📝
docs/docfx.json(+2 -2)📝
docs/index.md(+4 -0)📝
docs/toc.yml(+2 -0)➕
package-lock.json(+1365 -0)➕
package.json(+12 -0)➕
scripts/lint-markdown.ps1(+61 -0)📝
scripts/lint-markdown.sh(+7 -4)📝
src/Directory.Build.props(+1 -1)...and 22 more files
📄 Description
Summary
See changelog
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.