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:
parent
149ab69afe
commit
c4836c7dd1
7 changed files with 104 additions and 20 deletions
|
|
@ -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 & 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 services</a>, a separate
|
||||
package linked over S2S — not built into the daemon.</p>
|
||||
</div>
|
||||
|
||||
<div class="doc-block">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue