about summary refs log tree commit homepage
path: root/t/nntpd.t
DateCommit message (Expand)
2023-12-29pure Perl inotify support
2023-12-13tests: attempt compatibility w/ busybox lsof
2023-09-20rename t/run.perl to xt/check-run
2023-09-12tests: allow more tests to pass without xapian-compact
2023-09-11treewide: favor Xapian (SWIG binding) over Search::Xapian
2023-04-08t/nntpd.t: avoid `used only once' warning
2023-03-25ds: @post_loop_do replaces SetPostLoopCallback
2023-01-31tests: make require_git and require_cmd easier-to-use
2023-01-30use Net::SSLeay (OpenSSL) for SHA-(1|256) if installed
2023-01-27git: use --batch-command in git 2.36+ to save processes
2022-12-12tests: replace select/usleep calls with tick()
2022-11-28nntpd: fix LISTGROUP with range
2022-09-29tests: no IPv6 on old Net::NNTP, Mail::IMAPClient, HTTP::Tiny
2022-07-23nntp: inline CRLF in all response lines
2021-10-01ds: simplify signalfd use
2021-09-13tests: add require_cmd, require curl when needed
2021-03-25t/*: drop unnecessary v1-specific index calls
2021-03-17tests: show lsof output on deleted-file-check failures
2021-03-15t/nntpd: use create_inbox
2021-02-24watch: switch IMAP and NNTP fetch loops to NetReader
2021-02-10tests: skip properly with git <2.6
2021-02-08tests: favor IPv6
2021-01-01update copyrights for 2021
2020-09-14tests: consistently check for xapian-compact
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