unarr/internal
Deivid Soto e332c0a6e4 feat(usenet): implement full NNTP download pipeline
Complete usenet download support for unarr CLI:
- NZB XML parser with password extraction from <head> meta
- yEnc decoder with CRC32 verification
- NNTP client with TLS, auth, and connection pool (up to 10 conns)
- Segment downloader with parallel workers and progress reporting
- Post-processing: par2 verify/repair, unrar/7z extraction with password support
- Agent client methods: SearchNzbs, DownloadNzb, GetUsenetCredentials
- UsenetDownloader implementing full Downloader interface
- Daemon wiring: UsenetDownloader passed to Manager

E2E tested: Oppenheimer 1080p (2.94 GB) downloaded via NNTP in 77.6s.
2026-03-28 21:12:12 +01:00
..
agent feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00
cmd feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00
config feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
engine feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00
parser feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
ui feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
usenet feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00