This commit is contained in:
HueByte
2026-07-17 19:09:56 +00:00
parent dfbe5be317
commit a6bf50c567
73 changed files with 17893 additions and 427 deletions
@@ -306,6 +306,40 @@ Class IrcOptions <a class="header-action link-secondary" title="View source" hr
<a id="EchoHub_Server_Irc_IrcOptions_PublicBaseUrl_" data-uid="EchoHub.Server.Irc.IrcOptions.PublicBaseUrl*"></a>
<h3 id="EchoHub_Server_Irc_IrcOptions_PublicBaseUrl" data-uid="EchoHub.Server.Irc.IrcOptions.PublicBaseUrl">
PublicBaseUrl
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server.Irc/IrcOptions.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Public HTTP(S) base of this EchoHub server (e.g. &quot;https://chat.example.com&quot;),
used to turn relative attachment URLs into absolute links IRC clients can open.
When unset, attachment lines fall back to the relative path.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string? PublicBaseUrl { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<a id="EchoHub_Server_Irc_IrcOptions_ServerName_" data-uid="EchoHub.Server.Irc.IrcOptions.ServerName*"></a>
<h3 id="EchoHub_Server_Irc_IrcOptions_ServerName" data-uid="EchoHub.Server.Irc.IrcOptions.ServerName">