about summary refs log tree commit homepage
path: root/t/nntpd.t
DateCommit message (Expand)
2020-09-12t/nntpd: add test for the XPATH command
2020-09-10nntp: fix cross-newsgroup Message-ID lookups
2020-09-01rename WatchMaildir => Watch
2020-08-20init: support --newsgroup option
2020-08-03t/nntpd: do not fork on indexing, test v2
2020-08-02nntp: fix STAT command
2020-07-14over+msgmap: do not store filename after DBI->connect
2020-07-14nntpd+imapd: detect unlinked msgmap
2020-07-02tests: add use/require statements for TEST_RUN_MODE=0
2020-06-28watch: add NNTP support
2020-06-21testcommon: require IO::Socket::SSL >= 2.007
2020-06-21nntp: support slow blob retrievals
2020-06-16imap: improve IDLE handling at graceful shutdown
2020-06-13nntpd+imapd: detect replaced over.sqlite3
2020-06-13index: account for CRLF conversion when storing bytes
2020-06-08index: v2: parallel by default
2020-05-09remove most internal Email::MIME usage
2020-04-22t/*.t: reduce dependency on Email::MIME APIs
2020-04-21t/nntpd: die if we can't open stderr output
2020-04-21t/nntpd: reduce dependencies on internal API
2020-04-21t/nntpd: fix lsof check w/ TEST_RUN_MODE=0
2020-04-20testcommon: spawn-aware system() and qx[] workalikes
2020-04-15t/*.t: localize $SIG{__WARN__} changes
2020-04-09tests: document run_mode=1 as not implemented
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-12-24testcommon: add require_mods method and use it
2019-12-19t/run.perl: to avoid repeated process spawning for *.t
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-24t/common: start_script replaces spawn_listener
2019-11-24tests: disable daemon workers in a few more places
2019-11-16t/nntpd: use run_script for -init
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-09-09run update-copyrights from gnulib for 2019
2019-09-09tests: add tcp_connect() helper
2019-07-13nntp: support optional [range] arg in LISTGROUP
2019-07-13nntp: fix LIST OVERVIEW.FMT ordering and format
2019-07-06nntp: support COMPRESS DEFLATE per RFC 8054
2019-07-05t/nntpd*.t: require IO::Socket::SSL 2.007 for Net::NNTP tests
2019-06-30nntp: add support for CAPABILITIES command
2019-06-30tests: common tcp_server and unix_server helpers
2019-06-30t/nntpd*.t: skip TLS tests for old Net::NNTP
2019-06-24nntp: NNTPS and NNTP+STARTTLS working
2019-06-14searchidx: require PublicInbox::Inbox (or InboxWritable) ref
2019-06-14nntp: filter out duplicate Message-IDs for leafnode
2019-06-13nntp: ensure Message-ID is not folded for leafnode
2019-06-04t: avoid "subtest" for Perl 5.10.1 compatibility
2019-05-23v1writable: retire in favor of InboxWritable
2019-05-15lazy load Xapian and make it optional for v2
2019-05-14tests: get rid of unnecessary Cwd module use