Commit Graph

31 Commits

Author SHA1 Message Date
Robert Miles dbfac1ace5 Replace hacky 'call-out-to-shell' with an actual API call
Might possibly have a shot at, if nothing else, helping us get a little closer to finding the cause of #2.
2023-03-17 08:00:41 +00:00
Robert Miles 302d352da4 Fix off-by-one error
The 'add one to account for starting at 1' only applies if we did the subtraction bit, which we don't on reverse listings. Fixing that means we're golden.

Fixes #1.
2023-03-17 07:42:49 +00:00
James Tomasino 604c8987b5 retab python to spaces 2023-02-27 13:57:15 +00:00
James Tomasino ceff29fc12 path fixes in ship view 2023-02-27 13:55:26 +00:00
James Tomasino d46244ff93 path fixes in ship view 2023-02-27 13:52:22 +00:00
James Tomasino e21eb55e67 path fixes in ship view 2023-02-27 13:50:44 +00:00
James Tomasino ccad0ea8cc path fixes in ship view 2023-02-27 13:46:45 +00:00
James Tomasino a89c14dfe4 path fixes in ship view 2023-02-27 13:43:46 +00:00
James Tomasino bcc6a9121b corrects path to author page 2023-02-27 13:40:00 +00:00
James Tomasino 820fa78b58 server configured to use tor 2022-02-26 16:09:24 +00:00
James Tomasino 297b18a7b9 updated to work in ipv6 and ipv4 2022-02-14 19:39:31 -05:00
Robert Miles a4a3d873fe Apparently I forgot to add a gitignore? 2021-10-13 11:21:43 +00:00
Robert Miles 2de6b400b4 Remove debug prints for the next time I'm gonna find a bug that needs fixing 2021-10-13 11:20:16 +00:00
Robert Miles 057f2f7625 Fix typo 2021-10-13 11:15:38 +00:00
Robert Miles 1cb30fb282 Give a Not Found if the ship in question doesn't exist (or at least make a best effort to) 2021-10-13 10:35:28 +00:00
Robert Miles a4abb98cd9 Add entry for anon.penet.fi 2021-10-13 10:23:48 +00:00
Robert Miles 91fee78d2a Add facility to wrap descriptions in preformatted text for ASCII art descriptions 2021-10-13 10:13:20 +00:00
Robert Miles 9df5d78c0d Fix syntax error 2021-10-07 00:43:50 +00:00
Robert Miles c7b178f44e Special case LICENSE, ABOUT, .description, as well as fix feed mimetypes 2021-10-07 00:43:07 +00:00
Robert Miles bf289b1ee3 wrap_generator is actually redundant since wrap_response does the same thing basically 2021-10-07 00:37:52 +00:00
Robert Miles 0d02453c3c Account for log numbers starting at 1 and not 0 2021-10-07 00:33:23 +00:00
Robert Miles 7a56543e72 Yep, definitely allowed to scream now 2021-10-07 00:28:42 +00:00
Robert Miles 32cb2e96b8 Am I allowed to scream yet? 2021-10-07 00:22:11 +00:00
Robert Miles d2b6141210 Fix feeds function 2021-10-07 00:15:28 +00:00
Robert Miles 4fa770d117 Sort ships alphanumerically 2021-10-07 00:09:15 +00:00
Robert Miles 0e503a5804 URL-encode links 2021-10-07 00:08:02 +00:00
Robert Miles ec859c8bba Fix listings 2021-10-07 00:03:21 +00:00
Robert Miles 147955c8a0 Fix decorator order 2021-10-06 23:57:26 +00:00
Robert Miles 413aafa9cb Hopefully fix index page being a 51 Not Found 2021-10-06 23:45:15 +00:00
Robert Miles 241efea13e Forgot a P in the regex lol 2021-10-06 23:34:15 +00:00
Robert Miles 80a1876be8 Initial code commit 2021-10-02 06:19:14 +00:00