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-ASN: 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 54E141F8C6 for ; Fri, 10 Sep 2021 09:08:50 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] lei: some net-related things Date: Fri, 10 Sep 2021 09:08:46 +0000 Message-Id: <20210910090850.18906-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: After some consideration, ~/.netrc will no longer be read by default to match the behavior of existing IMAP/NNTP clients. And lei-index is pretty limited, but still useful for Maildir users, so it's documented (mainly for its limitations). Eric Wong (4): lei_query: fix comment about %lei2curl commands lei: split out @net_opt for curl/torsocks use lei: do not read ~/.netrc by default doc: lei-index manpage Documentation/lei-index.pod | 69 ++++++++++++++++++++++++++++++++ MANIFEST | 1 + Makefile.PL | 2 +- lib/PublicInbox/GitCredential.pm | 8 +++- lib/PublicInbox/LEI.pm | 34 ++++++++-------- lib/PublicInbox/LeiQuery.pm | 2 +- lib/PublicInbox/NetReader.pm | 4 +- 7 files changed, 96 insertions(+), 24 deletions(-) create mode 100644 Documentation/lei-index.pod