mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
deploy: 2d5f8eeded
This commit is contained in:
+8
-3
@@ -602,7 +602,7 @@
|
||||
"api/core/EchoHub.Core.DTOs.ServerStatusDto.html": {
|
||||
"href": "api/core/EchoHub.Core.DTOs.ServerStatusDto.html",
|
||||
"title": "Class ServerStatusDto | EchoHub Documentation",
|
||||
"summary": "Class ServerStatusDto Namespace EchoHub.Core.DTOs Assembly EchoHub.Core.dll public record ServerStatusDto : IEquatable<ServerStatusDto> Inheritance object ServerStatusDto Implements IEquatable<ServerStatusDto> Inherited Members object.GetType() object.MemberwiseClone() object.Equals(object, object) object.ReferenceEquals(object, object) Constructors ServerStatusDto(ServerStatusDto) protected ServerStatusDto(ServerStatusDto original) Parameters original ServerStatusDto ServerStatusDto(string, string?, int, int, string) public ServerStatusDto(string Name, string? Description, int OnlineUsers, int TotalChannels, string RegistrationMode = \"open\") Parameters Name string Description string OnlineUsers int TotalChannels int RegistrationMode string Properties Description public string? Description { get; init; } Property Value string EqualityContract protected virtual Type EqualityContract { get; } Property Value Type Name public string Name { get; init; } Property Value string OnlineUsers public int OnlineUsers { get; init; } Property Value int RegistrationMode public string RegistrationMode { get; init; } Property Value string TotalChannels public int TotalChannels { get; init; } Property Value int Methods Deconstruct(out string, out string?, out int, out int, out string) public void Deconstruct(out string Name, out string? Description, out int OnlineUsers, out int TotalChannels, out string RegistrationMode) Parameters Name string Description string OnlineUsers int TotalChannels int RegistrationMode string Equals(ServerStatusDto?) public virtual bool Equals(ServerStatusDto? other) Parameters other ServerStatusDto Returns bool Equals(object?) public override bool Equals(object? obj) Parameters obj object Returns bool GetHashCode() public override int GetHashCode() Returns int PrintMembers(StringBuilder) protected virtual bool PrintMembers(StringBuilder builder) Parameters builder StringBuilder Returns bool ToString() public override string ToString() Returns string Operators operator ==(ServerStatusDto?, ServerStatusDto?) public static bool operator ==(ServerStatusDto? left, ServerStatusDto? right) Parameters left ServerStatusDto right ServerStatusDto Returns bool operator !=(ServerStatusDto?, ServerStatusDto?) public static bool operator !=(ServerStatusDto? left, ServerStatusDto? right) Parameters left ServerStatusDto right ServerStatusDto Returns bool"
|
||||
"summary": "Class ServerStatusDto Namespace EchoHub.Core.DTOs Assembly EchoHub.Core.dll public record ServerStatusDto : IEquatable<ServerStatusDto> Inheritance object ServerStatusDto Implements IEquatable<ServerStatusDto> Inherited Members object.GetType() object.MemberwiseClone() object.Equals(object, object) object.ReferenceEquals(object, object) Constructors ServerStatusDto(ServerStatusDto) protected ServerStatusDto(ServerStatusDto original) Parameters original ServerStatusDto ServerStatusDto(string, string?, int, int, string, string) public ServerStatusDto(string Name, string? Description, int OnlineUsers, int TotalChannels, string RegistrationMode = \"open\", string Version = \"0.0.0\") Parameters Name string Description string OnlineUsers int TotalChannels int RegistrationMode string Version string Properties Description public string? Description { get; init; } Property Value string EqualityContract protected virtual Type EqualityContract { get; } Property Value Type Name public string Name { get; init; } Property Value string OnlineUsers public int OnlineUsers { get; init; } Property Value int RegistrationMode public string RegistrationMode { get; init; } Property Value string TotalChannels public int TotalChannels { get; init; } Property Value int Version public string Version { get; init; } Property Value string Methods Deconstruct(out string, out string?, out int, out int, out string, out string) public void Deconstruct(out string Name, out string? Description, out int OnlineUsers, out int TotalChannels, out string RegistrationMode, out string Version) Parameters Name string Description string OnlineUsers int TotalChannels int RegistrationMode string Version string Equals(ServerStatusDto?) public virtual bool Equals(ServerStatusDto? other) Parameters other ServerStatusDto Returns bool Equals(object?) public override bool Equals(object? obj) Parameters obj object Returns bool GetHashCode() public override int GetHashCode() Returns int PrintMembers(StringBuilder) protected virtual bool PrintMembers(StringBuilder builder) Parameters builder StringBuilder Returns bool ToString() public override string ToString() Returns string Operators operator ==(ServerStatusDto?, ServerStatusDto?) public static bool operator ==(ServerStatusDto? left, ServerStatusDto? right) Parameters left ServerStatusDto right ServerStatusDto Returns bool operator !=(ServerStatusDto?, ServerStatusDto?) public static bool operator !=(ServerStatusDto? left, ServerStatusDto? right) Parameters left ServerStatusDto right ServerStatusDto Returns bool"
|
||||
},
|
||||
"api/core/EchoHub.Core.DTOs.UpdateProfileRequest.html": {
|
||||
"href": "api/core/EchoHub.Core.DTOs.UpdateProfileRequest.html",
|
||||
@@ -792,7 +792,7 @@
|
||||
"api/server-irc/EchoHub.Server.Irc.IrcMessageFormatter.html": {
|
||||
"href": "api/server-irc/EchoHub.Server.Irc.IrcMessageFormatter.html",
|
||||
"title": "Class IrcMessageFormatter | EchoHub Documentation",
|
||||
"summary": "Class IrcMessageFormatter Namespace EchoHub.Server.Irc Assembly EchoHub.Server.Irc.dll public static class IrcMessageFormatter Inheritance object IrcMessageFormatter Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Methods FormatMessage(MessageDto, string?) Format a MessageDto as one or more IRC PRIVMSG lines. Attachments are rendered as single link lines \\u2014 the widely-supported IRC convention (clients auto-preview or open plain http(s) URLs) \\u2014 never as terminal color art. publicBaseUrl makes the links absolute so any IRC client can open them. public static List<string> FormatMessage(MessageDto message, string? publicBaseUrl = null) Parameters message MessageDto publicBaseUrl string Returns List<string> SplitMessage(string, int) Split a message into chunks of approximately maxBytes (UTF-8), at word boundaries. public static List<string> SplitMessage(string content, int maxBytes) Parameters content string maxBytes int Returns List<string> ToAbsoluteUrl(string, string?) Joins a relative attachment path onto the configured public base URL. Already-absolute URLs and unset base URLs pass through unchanged. public static string ToAbsoluteUrl(string url, string? publicBaseUrl) Parameters url string publicBaseUrl string Returns string"
|
||||
"summary": "Class IrcMessageFormatter Namespace EchoHub.Server.Irc Assembly EchoHub.Server.Irc.dll public static class IrcMessageFormatter Inheritance object IrcMessageFormatter Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Methods FormatMessage(MessageDto, string?) Format a MessageDto as one or more IRC PRIVMSG lines. Attachments are rendered as single link lines \\u2014 the widely-supported IRC convention (clients auto-preview or open plain http(s) URLs) \\u2014 never as terminal color art. publicBaseUrl makes the links absolute so any IRC client can open them. public static List<string> FormatMessage(MessageDto message, string? publicBaseUrl = null) Parameters message MessageDto publicBaseUrl string Returns List<string> SplitMessage(string, int) Split a message into chunks of approximately maxBytes (UTF-8), at line and word boundaries. public static List<string> SplitMessage(string content, int maxBytes) Parameters content string maxBytes int Returns List<string> ToAbsoluteUrl(string, string?) Joins a relative attachment path onto the configured public base URL. Already-absolute URLs and unset base URLs pass through unchanged. public static string ToAbsoluteUrl(string url, string? publicBaseUrl) Parameters url string publicBaseUrl string Returns string"
|
||||
},
|
||||
"api/server-irc/EchoHub.Server.Irc.IrcNumericReply.html": {
|
||||
"href": "api/server-irc/EchoHub.Server.Irc.IrcNumericReply.html",
|
||||
@@ -1187,7 +1187,7 @@
|
||||
"changelog/index.html": {
|
||||
"href": "changelog/index.html",
|
||||
"title": "Changelog | EchoHub Documentation",
|
||||
"summary": "Changelog Release history for EchoHub. Releases v0.2.16 - Periodic Server-Stats Report, Upload & Moderation Logging & Quieter Connection Logs v0.2.15 - Invite Codes, Data Export & Deletion, /me, /banner, Replies, Open Images In Browser & IRC Image Links v0.2.14 - Clipboard Image & Multi-File Paste, E2E Room Unlock Fixes, Encrypted Key Cache & IRC Gateway Polish v0.2.13 - Chat Visual Overhaul, Auto-Join All Channels & Persistent Read Positions v0.2.12 - End-to-End Encrypted Channels, IRC Channel Keys, Image Save & Ctrl+W Crash Fix v0.2.11 - EchoHubSpace Auth, Live Directory Updates & Server Browser Metadata v0.2.10 - Command Palette, Infinite History Scroll & Auto-Updater Fixes v0.2.9 - Install Script & Chocolatey Fixes v0.2.8 - Docker Support, IRC Account Creation & BOM Fix v0.2.7 - User List Fix & Terminal.Gui NuGet Migration v0.2.6 - Major Refactoring & Code Organization v0.2.5 - Session Persistence, Auto-Updates, Audio & Transparent Theme v0.2.4 - E2E Message Encryption v0.2.3 - Moderation, Embeds & UI Overhaul v0.2.2 - Startup & Shutdown Fixes v0.2.1 - Shutdown & CI Fixes 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.17 - Server Version Reporting & IRC Multi-Line Fix v0.2.16 - Periodic Server-Stats Report, Upload & Moderation Logging & Quieter Connection Logs v0.2.15 - Invite Codes, Data Export & Deletion, /me, /banner, Replies, Open Images In Browser & IRC Image Links v0.2.14 - Clipboard Image & Multi-File Paste, E2E Room Unlock Fixes, Encrypted Key Cache & IRC Gateway Polish v0.2.13 - Chat Visual Overhaul, Auto-Join All Channels & Persistent Read Positions v0.2.12 - End-to-End Encrypted Channels, IRC Channel Keys, Image Save & Ctrl+W Crash Fix v0.2.11 - EchoHubSpace Auth, Live Directory Updates & Server Browser Metadata v0.2.10 - Command Palette, Infinite History Scroll & Auto-Updater Fixes v0.2.9 - Install Script & Chocolatey Fixes v0.2.8 - Docker Support, IRC Account Creation & BOM Fix v0.2.7 - User List Fix & Terminal.Gui NuGet Migration v0.2.6 - Major Refactoring & Code Organization v0.2.5 - Session Persistence, Auto-Updates, Audio & Transparent Theme v0.2.4 - E2E Message Encryption v0.2.3 - Moderation, Embeds & UI Overhaul v0.2.2 - Startup & Shutdown Fixes 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": {
|
||||
"href": "changelog/v0.1.0.html",
|
||||
@@ -1244,6 +1244,11 @@
|
||||
"title": "v0.2.16 | EchoHub Documentation",
|
||||
"summary": "v0.2.16 A logging and observability pass built on the new server-logs room. Busy servers stop drowning in connect/disconnect noise, the events operators actually care about — uploads, moderation actions — now get logged, and a new periodic report summarizes server activity as pretty-printed JSON that streams into the logs room and is saved to the database for history. New Features Periodic server-stats report — every 6 hours (configurable), the server logs an aggregate activity snapshot as pretty-printed JSON and saves it to the database. Each report covers the window since the previous one: messages sent, files uploaded (and total bytes), new members, active members (distinct senders), session connections/disconnections, kicks, bans, total registered members, users online now, and peak concurrent online. Reports also stream into the live server-logs room, and old ones are pruned past a configurable retention. New Stats config section (Stats:Enabled, Stats:IntervalHours = 6, Stats:RetentionDays = 90). Upload logging — every file, image, and audio upload is now logged with its resource URL (/api/files/{id}), kind, size, uploader, and channel. In end-to-end encrypted rooms the filename is client-side ciphertext, so it's logged as [encrypted] — the server still never sees room content. Moderation & user-action logging — role changes, kicks, bans, unbans, mutes, unmutes, moderator message removals, and channel nukes are now logged with the actor, target, and reason. Bans and channel nukes log at Warning level so they stand out. Improvements Quieter connection logs — user connect, disconnect, join-channel, and leave-channel events (over both SignalR and IRC) dropped from Information to Debug. On a busy server these fired constantly and buried everything else; the aggregate counts now live in the periodic stats report instead. They still show in Development, where the default level is Debug. Config examples stay in sync — .env.example gained the ServerLogs and Stats sections (the former had been missing), alongside appsettings.json / appsettings.example.json. Notes for server operators New config section: Stats — Enabled (default true), IntervalHours (default 6), RetentionDays (default 90, 0 keeps reports forever). See appsettings.example.json and .env.example. A non-positive interval falls back to 6h; positive values are honored down to a 1-second floor. One new database migration (AddServerStatsReports) applies automatically on startup. Connect/disconnect/join/leave now log at Debug — if you relied on those Information lines, lower Serilog:MinimumLevel:Default (or ServerLogs:MinLevel for the room) to Debug, or read the periodic stats report for aggregates."
|
||||
},
|
||||
"changelog/v0.2.17.html": {
|
||||
"href": "changelog/v0.2.17.html",
|
||||
"title": "v0.2.17 | EchoHub Documentation",
|
||||
"summary": "v0.2.17 New Features Server version reporting — GET /api/server/info now returns the server version. The client fetches it on connect and shows a warning dialog when the server and client versions don't match, with the option to continue or disconnect. Bug Fixes IRC multi-line messages — sending a message with line breaks from the TUI now correctly delivers each line as a separate PRIVMSG to IRC clients. Previously newlines were embedded raw in the IRC frame, so IRC clients silently dropped everything after the first line — most visibly, a link on its own line disappeared while its embed preview still showed."
|
||||
},
|
||||
"changelog/v0.2.2.html": {
|
||||
"href": "changelog/v0.2.2.html",
|
||||
"title": "v0.2.2 - Startup & Shutdown Fixes | EchoHub Documentation",
|
||||
|
||||
Reference in New Issue
Block a user