From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 931371F41E for ; Tue, 22 Sep 2015 10:09:51 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] nntp: another round of updates Date: Tue, 22 Sep 2015 10:09:41 +0000 Message-Id: <20150922100948.8160-1-e@80x24.org> List-Id: I guess we'll implement RFC 3977 before we commit to a extending fields needed for an overview database... Eric Wong (7): t/nntpd.t: fix fcntl test to ensure no failures nntp: support YYYYMMDD dates for commands nntp: ensure body lines end with CRLF nntp: avoid setting Bytes and Lines headers nntp: implement OVER from RFC 3977 nntp: XHDR fixes for Message-ID lookups nntp: XHDR lookups by Message-ID may cross groups lib/PublicInbox/NNTP.pm | 136 ++++++++++++++++++++++++++++++++---------------- t/nntp.t | 29 +++++++++++ t/nntpd.t | 30 ++++++++++- 3 files changed, 147 insertions(+), 48 deletions(-)