From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1CFF01F5AE for ; Tue, 16 Jun 2020 22:31:22 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] nntpd: updates from imapd Date: Tue, 16 Jun 2020 22:31:19 +0000 Message-Id: <20200616223122.7197-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 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(-)