docs: rewrite all documentation for stealth connect and current state

Update README, PROJECT, ROADMAP, TASKS, TODO, USAGE, CHEATSHEET,
INSTALL, and DEBUG to reflect stealth connect, probation window,
markov nick generation, local DNS resolution, and multi-IP failover.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-19 18:31:20 +01:00
parent 845496f1b3
commit a58848395c
9 changed files with 402 additions and 141 deletions

View File

@@ -5,9 +5,12 @@
- [x] P0: Core implementation (irc, config, proxy, network, client, server, router, backlog)
- [x] P0: Unit tests (irc, config, backlog)
- [x] P0: CLI and entry point
- [x] P0: Documentation
- [ ] P1: Integration testing with live IRC server
- [ ] P1: Verify SOCKS5 proxy connectivity end-to-end
- [x] P0: Stealth connect + probation state machine
- [x] P0: Markov bigram nick generator
- [x] P0: Local DNS resolution + multi-IP failover
- [x] P1: Integration testing with live IRC server (Libera.Chat)
- [x] P1: Verified SOCKS5 proxy connectivity end-to-end
- [x] P1: Documentation update
## Next