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 0E8FD1F4B4 for ; Fri, 11 Sep 2020 07:32:34 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] mostly NNTP stuff Date: Fri, 11 Sep 2020 07:32:30 +0000 Message-Id: <20200911073233.29895-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Just a couple of cleanups and small tweaks while I figure out how to get the NNTP code to support tens of thousands of inboxes; since it's hampered by the most existing code for dealing with mere dozens of inboxes... I think configuring detached index support will be a requirement. Eric Wong (3): treewide: avoid `goto &NAME' for tail recursion t/nntpd: add test for the XPATH command nntp: share more code between art_lookup callers lib/PublicInbox/DS.pm | 4 ++-- lib/PublicInbox/Eml.pm | 2 +- lib/PublicInbox/ExtMsg.pm | 6 ++--- lib/PublicInbox/NNTP.pm | 44 ++++++++++++++--------------------- lib/PublicInbox/SolverGit.pm | 32 ++++++++++++------------- lib/PublicInbox/V2Writable.pm | 4 ++-- lib/PublicInbox/View.pm | 2 +- lib/PublicInbox/Watch.pm | 4 ++-- t/nntpd.t | 2 ++ 9 files changed, 47 insertions(+), 53 deletions(-)