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 2385A1F803; Wed, 9 Jan 2019 11:43:27 +0000 (UTC) From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: [RFC 0/2] support for /~/$MESSAGE_ID endpoint Date: Wed, 9 Jan 2019 11:43:25 +0000 Message-Id: <20190109114327.1901-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Only lightly-tested at the moment, and unsure about the "/~/" (I suppose "/_/" could conflict with a valid inbox name). Eric Wong (2): config: inbox name checking matches git.git more closely www: add /~/$MESSAGE_ID global redirector endpoint MANIFEST | 1 + lib/PublicInbox/Config.pm | 20 ++++++++++-- lib/PublicInbox/WWW.pm | 48 ++++++++++++++++++++++++--- t/config.t | 36 ++++++++++++++++++++ t/psgi_scan_all.t | 69 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 168 insertions(+), 6 deletions(-) create mode 100644 t/psgi_scan_all.t -- EW