Async Python IRC bouncer with SOCKS5 proxy support, multi-network connections, password auth, and persistent SQLite backlog with replay. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
422 B
Markdown
17 lines
422 B
Markdown
# Tasks
|
|
|
|
## Current
|
|
|
|
- [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
|
|
|
|
## Next
|
|
|
|
- [ ] P2: Client-side TLS support
|
|
- [ ] P2: SASL authentication
|
|
- [ ] P3: Systemd service file
|