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
+8
View File
@@ -98,6 +98,14 @@ Classes
<dt><a class="xref" href="EchoHub.Core.Constants.HubConstants.html">HubConstants</a></dt>
<dd></dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="EchoHub.Core.Constants.MessageConventions.html">MessageConventions</a></dt>
<dd><p>Cross-protocol message conventions. Action messages (<code>/me</code>) use the IRC CTCP ACTION
wire format 0x01 + &quot;ACTION &quot; + text + 0x01 as the stored content, so IRC clients
interoperate natively (irssi's /me arrives in exactly this shape) and the TUI renders
&quot;* nick text&quot;. In end-to-end encrypted rooms the marker encrypts along with the text.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="EchoHub.Core.Constants.ValidationConstants.html">ValidationConstants</a></dt>
<dd></dd>