From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D9C011F55F for ; Tue, 3 Oct 2023 06:43:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1696315432; bh=qn/l2vBLr4tCwxK7wno4UwvEIfvyaw8lPwlzdDn4ZZ4=; h=From:To:Subject:Date:From; b=IXVfLq62AvmfbhUT9IIxkLqrAHpFgD4UWIzbVL3XrXy1ZNgkQfr6CIbwqH/mIBzqh PzCMYcXhApZVREj7KbIGT41FLP5uWOv0MGHz4D4X3ur5bJdhma613KB4C5GGLLkeCL nkhVdZ+mB5KtmtOBpuZgZIy340K2OMgE1mAbLlHQ= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/8] IMAP/NNTP client improvements Date: Tue, 3 Oct 2023 06:43:44 +0000 Message-ID: <20231003064352.2902298-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: These affect both lei and -watch Eric Wong (8): net_reader: bail out on NNTP SOCKS connection failure net_reader: avoid IO::Socket::SSL 2.079..2.081 warning config: fix key-only truthy values with urlmatch net_reader: support imap.sslVerify + nntp.sslVerify lei: workers exit after they tell lei-daemon net_reader: process title reflects NNTP article xt/lei-onion-convert: test TLS + SOCKS net_reader: note glob support in .onion hint lib/PublicInbox/Config.pm | 18 ++++--- lib/PublicInbox/LEI.pm | 1 + lib/PublicInbox/NetNNTPSocks.pm | 10 ++-- lib/PublicInbox/NetReader.pm | 87 +++++++++++++++++++++------------ t/imapd-tls.t | 18 +++++-- t/nntpd-tls.t | 19 +++++-- xt/lei-onion-convert.t | 21 ++++++-- 7 files changed, 123 insertions(+), 51 deletions(-)