diff --git a/templates/index.html b/templates/index.html index f419251..865fc2c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,14 +1,14 @@ {% extends "base.html" %} -{% block title %}echoIRCd — a from-scratch IRC server in Rust{% endblock %} +{% block title %}echoIRCd — a complete, memory-safe IRC server in Rust{% endblock %} {% block content %}

// IRC daemon · written in Rust · IRCv3

-

The from-scratch
IRC server.

-

A modern IRC daemon built from the ground up in Rust — full IRCv3, - TLS 1.3 and SASL. No forks. No C. No unsafe. Pair it with - echo services over S2S.

+

A complete IRC server,
safe by construction.

+

echoIRCd is a from-scratch daemon in Rust with everything a modern network + needs — full IRCv3, post-quantum TLS 1.3, key-based SASL, host cloaking, and a native + anti-abuse engine. No forks. No C. No unsafe.