]> Sergey Matveev's repositories - public-inbox.git/history - t/nntpd-tls.t
www: drop --subject from "git send-email" instructions
[public-inbox.git] / t / nntpd-tls.t
2021-10-13 Eric Wongt/nntpd-tls: change diag() to like() assertion
2021-10-01 Eric Wongdaemon: make SO_ACCEPTFILTER a shared variable
2021-09-19 Eric Wongnet_reader: no STARTTLS for IMAP localhost or onions
2021-03-15 Eric Wongt/nntpd-tls: use create_inbox
2021-02-08 Eric Wongtests: favor IPv6
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-01 Eric Wongupdate copyrights for 2021
2020-06-21 Eric Wongtestcommon: require IO::Socket::SSL >= 2.007
2020-05-09 Eric Wongremove most internal Email::MIME usage
2020-04-26 Eric Wongtests: replace mime_from_path with mime_load
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-19 Eric Wonginboxwritable: mime_from_path: reuse in more places
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-28 Eric Wongdaemon: provide TCP_DEFER_ACCEPT for Perl <5.14
2019-12-24 Eric Wongtestcommon: add require_mods method and use it
2019-12-19 Eric Wongtests: move t/common.perl to PublicInbox::TestCommon
2019-12-19 Eric Wongt/*.t: avoid sharing "my" variables in subs
2019-11-24 Eric Wongtests: use File::Temp->newdir instead of tempdir()
2019-11-24 Eric Wongt/common: start_script replaces spawn_listener
2019-11-24 Eric Wongt/nntpd-tls: sometimes SSL_connect succeeds quickly
2019-10-17 Eric WongMerge remote-tracking branch 'origin/inboxdir'
2019-10-16 Eric Wongconfig: support "inboxdir" in addition to "mainrepo"
2019-10-02 Alyssa Rosstests: recommend running create-certs.pl with $^X
2019-09-09 Eric Wongtests: add tcp_connect() helper
2019-07-08 Eric WongMerge remote-tracking branch 'origin/nntp-compress'
2019-07-06 Eric Wongnntp: support COMPRESS DEFLATE per RFC 8054
2019-07-05 Eric Wongt/nntpd*.t: require IO::Socket::SSL 2.007 for Net:...
2019-06-30 Eric WongMerge remote-tracking branch 'origin/nntp'
2019-06-30 Eric Wongnntp: add support for CAPABILITIES command
2019-06-30 Eric Wongtests: common tcp_server and unix_server helpers
2019-06-30 Eric WongMerge remote-tracking branch 'origin/email-simple-mem...
2019-06-30 Eric Wongt/nntpd*.t: skip TLS tests for old Net::NNTP
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-24 Eric Wongdaemon: use FreeBSD accept filters on non-NNTP
2019-06-24 Eric Wongdaemon: set TCP_DEFER_ACCEPT on everything but NNTP
2019-06-24 Eric Wongt/nntpd-tls: slow client connection test
2019-06-24 Eric Wongnntp: call SSL_shutdown in normal cases
2019-06-24 Eric Wongds|nntp: use CORE::close on socket
2019-06-24 Eric Wongnntp: NNTPS and NNTP+STARTTLS working