about summary refs log tree commit homepage
path: root/t/nntpd.t
DateCommit message (Expand)
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
2019-05-14tests: remove unnecessary loading of ::DS and Socket
2019-05-04bundle Danga::Socket and Sys::Syscall
2019-01-10check git version requirements
2018-12-29tests: consolidate process spawning code.
2018-12-06nntp: prevent event_read from firing twice in a row
2018-10-16Add Xrefs to over/xover lines
2018-10-16Put the NNTP server name into Xref lines
2018-04-20disallow "\t" and "\n" in OVER headers
2018-04-18Merge remote-tracking branch 'origin/master' into v2
2018-04-18nntp: allow and ignore empty commands
2018-04-03msgmap: replace id_batch with ids_after
2018-04-03nntp: fix NEWNEWS command
2018-03-03nntp: fix NEWNEWS command
2018-02-28v2/ui: get nntpd and init tests running on v2
2018-02-07update copyrights for 2018
2017-06-26mda: set List-ID correctly according to RFC2919
2016-12-13nntp: add test case for the "DATE" command
2016-07-02nntp: respect 3 minute idle time for shutdown
2016-06-14nntp: do not double-encode UTF-8 body
2016-05-29nntp: fix for missing articles/bodies/heads
2016-05-28remove redundant NewsGroup class
2016-05-18nntpd: reject control characters entirely
2016-05-14t/nntpd: test for wide characters and UTF-8 mangling
2016-05-14t/nntpd: avoid fork+exec for search indexing
2016-05-02t/*.t: reduce -mda calls