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 387F41FA66 for ; Thu, 24 Sep 2015 03:37:23 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] another round of NNTP updates Date: Thu, 24 Sep 2015 03:37:14 +0000 Message-Id: <20150924033721.26231-1-e@80x24.org> List-Id: We'll still need better tests, but most of this seems to work alright. Must. Fix. XOVER. Performance. Next! Eric Wong (7): nntp: fix XOVER command nntpd: additional daemonization options nntpd: hard quit after 30s nntpd: move busy check to NNTP package nntp: avoid infinite loop on partial read nntpd: better encapsulation for shutdown nntpd: support SIGUSR2 in single-process mode, too lib/PublicInbox/NNTP.pm | 21 +++++---- public-inbox-nntpd | 118 +++++++++++++++++++++++++++++++++++++++++++----- t/nntpd.t | 9 +++- 3 files changed, 126 insertions(+), 22 deletions(-)