{% extends "base.html" %} {% block title %}#features — echoIRCd{% endblock %} {% block topic %}#features — what's inside the daemon & services{% endblock %} {% block chan %}#features{% endblock %} {% block cmd %}/msg echoircd help{% endblock %} {% block buffer %}
19:31<you>/msg echoircd what can you do
19:31<echoircd>plenty — here's the short tour. all of it is original, native Rust.
the daemon
transport & tls
ircv3
<echoircd>CAP * LS :server-time message-tags account-tag account-notify extended-join chghost multi-prefix away-notify invite-notify setname echo-message userhost-in-names batch labeled-response standard-replies extended-monitor draft/chathistory draft/event-playback draft/message-redaction draft/multiline draft/metadata-2 draft/read-marker draft/webpush draft/account-registration sts
sasl
<echoircd>sasl=PLAIN,EXTERNAL,SCRAM-SHA-256,ECDSA-NIST256P-CHALLENGE
services
security
19:32*echoircd nods toward #connect
{% endblock %}