From 059f4e567d423aedd9c4faf8d796f0cb910704aa Mon Sep 17 00:00:00 2001 From: reverse Date: Mon, 31 Aug 2026 02:24:47 +0000 Subject: [PATCH] =?UTF-8?q?home:=20new=20hero=20slogan=20=E2=80=94=20capab?= =?UTF-8?q?ility=20+=20memory-safety=20positioning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.