]> Sergey Matveev's repositories - public-inbox.git/blobdiff - public-inbox.cgi
nntp: implement idle time expiration
[public-inbox.git] / public-inbox.cgi
index 75d510c092b284a685f7158566dadf4029e354d6..157cf6a200e8b060d36f4477b14a3728be29d20a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
@@ -17,7 +17,9 @@ BEGIN {
 
        %HTTP_CODES = (
                200 => 'OK',
+               300 => 'Multiple Choices',
                301 => 'Moved Permanently',
+               302 => 'Found',
                404 => 'Not Found',
                405 => 'Method Not Allowed',
                501 => 'Not Implemented',