Files
bouncer/TODO.md
user f4f3132b6b feat: systemd user service file for headless deployment
Hardened unit with ProtectSystem/ProtectHome, auto-restart on failure,
and ExecReload for SIGHUP hot config reload. Docs updated with setup,
management, and enable-linger instructions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 19:25:36 +01:00

22 lines
480 B
Markdown

# TODO
## Features
- [ ] Web status dashboard
- [ ] Per-client backlog tracking (multi-user)
- [ ] Farm: configurable ephemeral deadline
- [ ] Farm: per-network enable/disable override
## Infrastructure
- [ ] Containerfile for podman deployment
- [ ] PyPI packaging
## Testing
- [ ] Integration tests with mock IRC server
- [ ] SOCKS5 proxy failure tests
- [ ] Backlog replay edge cases
- [ ] Concurrent client attach/detach
- [ ] Farm ephemeral lifecycle integration tests