Commit Graph

21 Commits

Author SHA1 Message Date
Kay Faraday dd3b20bbae add README 2022-06-12 02:07:49 +00:00
Kay Faraday 853b308696 Use qtoml instead of pytomlpp
qtoml is more portable, as it's written in pure python rather than C++
2022-06-12 01:56:01 +00:00
Kay Faraday af1622442b support multiple patterns (closes #1) 2022-06-12 01:53:08 +00:00
Kay Faraday 97065e65b6 remove old debug print statement 2021-12-10 03:20:25 +00:00
Kay Faraday ecab0de03c fix MIME subtype handling 2021-12-10 03:20:16 +00:00
Kay Faraday dc7c33ad0c improve locality of a comment 2021-12-10 02:57:58 +00:00
Kay Faraday 9a1061e5fc fix NameErrors 2021-12-10 02:57:23 +00:00
Kay Faraday 6cf9d75c81 some better error handling 2021-12-10 02:56:48 +00:00
Kay Faraday be4c6cdeb8 config: support omitting the excluded routes 2021-12-03 05:00:22 +00:00
Kay Faraday e1753f26cb use cvar for dprint 2021-09-08 12:45:14 +00:00
Kay Faraday f8eb3e9567 support base mime filtering 2021-09-08 12:42:33 +00:00
Kay Faraday 551e21def6 dprint doesn't need to be a ctxman 2021-09-08 09:51:40 +00:00
Kay Faraday 99cf301fd6 rename app.py for better htop output 2021-09-08 03:45:00 +00:00
Kay Faraday f5f3c45494 fix regressions in last two commits
lol too lazy to rebase
2021-09-08 03:44:01 +00:00
Kay Faraday 72de283a8d support excluding specific routes 2021-09-08 03:28:49 +00:00
Kay Faraday 50c22cd5b9 improve logging and support configurable mime types 2021-09-08 03:09:00 +00:00
Kay Faraday 44f956c1a3 support regexes 2021-09-08 02:40:44 +00:00
Kay Faraday 00c30d2af0 stop handing out Request Entity Too Large errors 2021-09-08 02:40:34 +00:00
Kay Faraday 695c7145af move config to toml and add optional debug logging 2021-09-07 07:09:18 +00:00
Kay Faraday 980e421c4d updates
- support chmod socket
- fix content-encoding if upstream sets it to gzip
- support conditionally replacing for a specific hostname
2021-09-07 06:00:59 +00:00
Kay Faraday 56c2312036 initial commit 2021-09-02 16:29:55 +00:00