From 90bfdb08f551be0e8e476be85f1f9adce1026769 Mon Sep 17 00:00:00 2001 From: reverse Date: Wed, 29 Jul 2026 20:03:23 +0000 Subject: [PATCH] remove roadmap --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 8dc94cb..cefce9d 100644 --- a/README.md +++ b/README.md @@ -190,9 +190,3 @@ vendored crypto crate. Plaintext still works with `tls = false` / `port = 6667`. Plain TCP and TLS share one code path: `Connection` holds a single `Box`, since the single-threaded event loop never needs the old read/write socket split (which TLS can't do anyway). - -## Roadmap / natural next steps - -- **Read timeout + client-sent PING** to detect dead connections faster. -- **STARTTLS** (the `tls` cap) for networks without a dedicated TLS port. -- Split commands into a registry/trait once there are many of them.