agentbbs/internal/news/nntpd
threebeats 5f9d66e1a7
fix: reject malformed NNTP OVER ranges instead of returning all articles (#48)
parseRange previously returned (0, MaxInt64) for unparseable input,
causing OVER/XOVER to deliver the full article overview instead of
returning an empty result. Now returns (0, 0) for any parse error.

Fixes #45

Co-authored-by: root <root@vultr.guest>
2026-06-22 05:22:58 -07:00
..
range_test.go Merge pull request #22 from phucnguyen1707/fix-over-single-article 2026-06-14 20:24:50 -07:00
server.go fix: reject malformed NNTP OVER ranges instead of returning all articles (#48) 2026-06-22 05:22:58 -07:00
server_test.go Fix NNTP IHAVE missing message ID (#24) 2026-06-15 01:34:13 -07:00