about summary refs log tree commit homepage
path: root/t/nntpd-tls.t
DateCommit message (Expand)
2020-06-21testcommon: require IO::Socket::SSL >= 2.007
2020-05-09remove most internal Email::MIME usage
2020-04-26tests: replace mime_from_path with mime_load
2020-04-19inboxwritable: mime_from_path: reuse in more places
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-28daemon: provide TCP_DEFER_ACCEPT for Perl <5.14
2019-12-24testcommon: add require_mods method and use it
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-12-19t/*.t: avoid sharing "my" variables in subs
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-24t/common: start_script replaces spawn_listener
2019-11-24t/nntpd-tls: sometimes SSL_connect succeeds quickly
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-02tests: recommend running create-certs.pl with $^X
2019-09-09tests: add tcp_connect() helper
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-24daemon: use FreeBSD accept filters on non-NNTP
2019-06-24daemon: set TCP_DEFER_ACCEPT on everything but NNTP
2019-06-24t/nntpd-tls: slow client connection test
2019-06-24nntp: call SSL_shutdown in normal cases
2019-06-24ds|nntp: use CORE::close on socket
2019-06-24nntp: NNTPS and NNTP+STARTTLS working