From 28cdc265fdd5c137659db84bd6badd419668f68e Mon Sep 17 00:00:00 2001 From: HueByte Date: Thu, 23 Jul 2026 21:09:13 +0000 Subject: [PATCH] deploy: 2d5f8eeded5d44489d31b4a08750fe0e453af5e8 --- .../EchoHub.Core.DTOs.ServerStatusDto.html | 57 ++++++-- ...choHub.Server.Irc.IrcMessageFormatter.html | 2 +- changelog/index.html | 1 + changelog/toc.html | 3 + changelog/toc.json | 2 +- changelog/v0.2.17.html | 124 ++++++++++++++++++ index.json | 11 +- manifest.json | 10 ++ xrefmap.yml | 48 ++++--- 9 files changed, 224 insertions(+), 34 deletions(-) create mode 100644 changelog/v0.2.17.html diff --git a/api/core/EchoHub.Core.DTOs.ServerStatusDto.html b/api/core/EchoHub.Core.DTOs.ServerStatusDto.html index cc7c636..cdd7023 100644 --- a/api/core/EchoHub.Core.DTOs.ServerStatusDto.html +++ b/api/core/EchoHub.Core.DTOs.ServerStatusDto.html @@ -182,8 +182,8 @@ Class ServerStatusDto -

- ServerStatusDto(string, string?, int, int, string) +

+ ServerStatusDto(string, string?, int, int, string, string)

@@ -191,7 +191,7 @@ Class ServerStatusDto
-
public ServerStatusDto(string Name, string? Description, int OnlineUsers, int TotalChannels, string RegistrationMode = "open")
+
public ServerStatusDto(string Name, string? Description, int OnlineUsers, int TotalChannels, string RegistrationMode = "open", string Version = "0.0.0")

Parameters

@@ -206,6 +206,8 @@ Class ServerStatusDto
string
+
Version string
+
@@ -409,14 +411,10 @@ Class ServerStatusDto Methods - + - - - -

- Deconstruct(out string, out string?, out int, out int, out string) +

+ Version

@@ -424,7 +422,42 @@ Class ServerStatusDto
-
public void Deconstruct(out string Name, out string? Description, out int OnlineUsers, out int TotalChannels, out string RegistrationMode)
+
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

@@ -439,6 +472,8 @@ Class ServerStatusDto string
+
Version string
+
diff --git a/api/server-irc/EchoHub.Server.Irc.IrcMessageFormatter.html b/api/server-irc/EchoHub.Server.Irc.IrcMessageFormatter.html index 5469eaf..6d903cd 100644 --- a/api/server-irc/EchoHub.Server.Irc.IrcMessageFormatter.html +++ b/api/server-irc/EchoHub.Server.Irc.IrcMessageFormatter.html @@ -201,7 +201,7 @@ Attachments are rendered as single link lines \u2014 the widely-supported IRC co -

Split a message into chunks of approximately maxBytes (UTF-8), at word boundaries.

+

Split a message into chunks of approximately maxBytes (UTF-8), at line and word boundaries.

diff --git a/changelog/index.html b/changelog/index.html index e239218..fe7d87e 100644 --- a/changelog/index.html +++ b/changelog/index.html @@ -90,6 +90,7 @@

Release history for EchoHub.

Releases