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,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 87E422018D for ; Mon, 2 May 2016 18:01:29 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] miscellaneous minor changes Date: Mon, 2 May 2016 18:01:20 +0000 Message-Id: <20160502180125.21277-1-e@80x24.org> List-Id: Subject threading is now disabled completely to hopefully expose misuse (or broken) email clients. NNTP messages now include HTTP/HTTPS archive headers, and there's some minor test improvements with more to come. Eric Wong (5): http: remove needless binmode call view: disable subject threading nntp: append Archived-At and List-Archive headers t/nntpd.t: stop hard coding message :bytes into test t/*.t: reduce -mda calls lib/PublicInbox/HTTP.pm | 1 - lib/PublicInbox/NNTP.pm | 27 +++++++++++++++++++++++++-- lib/PublicInbox/NNTPD.pm | 3 ++- lib/PublicInbox/NewsGroup.pm | 11 ++++++++++- lib/PublicInbox/SearchView.pm | 17 +++++++---------- lib/PublicInbox/Thread.pm | 14 ++++++++++++++ lib/PublicInbox/View.pm | 16 +++------------- t/cgi.t | 41 +++++++++++++++++------------------------ t/httpd.t | 22 +++++++++------------- t/nntp.t | 34 ++++++++++++++++++++++++++++++++++ t/nntpd.t | 31 ++++++++++++++----------------- t/plack.t | 43 +++++++++++++------------------------------ 12 files changed, 148 insertions(+), 112 deletions(-)