unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nntpd: updates from imapd
@ 2020-06-16 22:31 Eric Wong
  2020-06-16 22:31 ` [PATCH 1/3] daemon: use ->can to check for IO::Socket::SSL Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2020-06-16 22:31 UTC (permalink / raw)
  To: meta

Since our IMAP code was forked from NNTP and a proving ground
for some new ideas, start bringing the NNTP up-to-date with slow
git storage support and make it less dependent on
IO::Socket::SSL for TLS.

Eric Wong (3):
  daemon: use ->can to check for IO::Socket::SSL
  nntp: event_step: prepare for async git reads
  nntp: support slow blob retrievals

 lib/PublicInbox/DS.pm          |   6 +-
 lib/PublicInbox/HTTP.pm        |   2 +-
 lib/PublicInbox/NNTP.pm        | 150 +++++++++++++++++++--------------
 lib/PublicInbox/NNTPdeflate.pm |  10 +++
 t/nntp.t                       |  12 ++-
 t/nntpd.t                      |  20 ++++-
 6 files changed, 129 insertions(+), 71 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-16 22:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16 22:31 [PATCH 0/3] nntpd: updates from imapd Eric Wong
2020-06-16 22:31 ` [PATCH 1/3] daemon: use ->can to check for IO::Socket::SSL Eric Wong
2020-06-16 22:31 ` [PATCH 2/3] nntp: event_step: prepare for async git reads Eric Wong
2020-06-16 22:31 ` [PATCH 3/3] nntp: support slow blob retrievals Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).