site: give echo services its own page + navbar entry; frame it as a separate S2S-linked package, not native to the daemon

This commit is contained in:
Jean Chevronnet 2026-08-30 20:44:08 +00:00
parent 149ab69afe
commit c4836c7dd1
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
7 changed files with 104 additions and 20 deletions

View file

@ -57,13 +57,11 @@
</div>
<div class="doc-block">
<h2>Services</h2>
<ul>
<li><b>NickServ</b> — registration, grouped nicks, certificates, public keys, vhosts, profiles.</li>
<li><b>ChanServ</b> — founder/access, auto-op, akick, topic and mode locks.</li>
<li><b>OperServ · MemoServ · more</b> — network administration, offline messaging, and games.</li>
<li><b>Event-sourced</b> store; SASL relayed to services mechanism-agnostically.</li>
</ul>
<h2>Accounts &amp; services</h2>
<p>echoIRCd itself is only a daemon — it provides the account and SASL <em>interface</em> (the
SASL relay, the account extension, and U-lined service commands). Nickname registration,
channels and the rest are handled by <a href="/services">echo&nbsp;services</a>, a separate
package linked over S2S — not built into the daemon.</p>
</div>
<div class="doc-block">