From 9ed328ceac2b6a3f44a7dde2096de3dbaad857d2 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 18 Feb 2026 22:06:38 +0100 Subject: [PATCH] docs: update ROADMAP.md with v0.2.0 milestones Co-Authored-By: Claude Opus 4.6 --- ROADMAP.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 554f1e4..42ba4f6 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -23,12 +23,18 @@ ## v0.2.0 - [x] Built-in control API (runtime metrics, pool state, config reload) -- [ ] SOCKS5 server authentication (username/password) - [x] Tor control port integration (circuit renewal via NEWNYM) - [x] Metrics (connections/sec, bytes relayed, hop latency) +- [x] Multi-listener with per-port chain depth +- [x] Per-listener latency tracking +- [x] Dynamic health test concurrency (auto-scales to ~10% of pool) +- [x] Multi-Tor round-robin (`tor_nodes`) +- [x] Named proxy pools with per-listener assignment (`proxy_pools:`) +- [x] MITM source filter (`mitm: true/false` on pool sources) ## v0.3.0 +- [ ] SOCKS5 server authentication (username/password) - [ ] UDP ASSOCIATE support (SOCKS5 UDP relay) - [ ] BIND support - [ ] Chain randomization (random order, random subset)