Commit graph

11 commits

Author SHA1 Message Date
Shish
60a6e92231 [log_console] silence error if we can't open the tty 2024-02-11 21:27:38 +00:00
Shish
8c22cb1fb6 [core] exact and named page args 2024-02-11 11:34:17 +00:00
Shish
5735320a95 [extensions] have extension categories, remove versions 2024-02-10 19:42:28 +00:00
Shish
b60c3fe362 [core] a load more type hints, and fix bugs revealed by type hints 2024-01-20 14:11:00 +00:00
Shish
bb9ab613ce [everything] bulk set event handler return types to void 2024-01-15 11:52:35 +00:00
Shish
26bf4277e0 Separate out GET and POST more explicitly
- No longer allow uploading directly via GET, that is terrible for
  security. Instead, use the GET parameters to pre-fill the upload form.
- PageRequestEvent has a `method` property that can be checked in
  extensions
2024-01-01 03:30:21 +00:00
Shish
7d7d555671 fmt 2023-02-19 11:13:51 +00:00
Shish
fa95ccea23 Don't crash if /dev/tty is missing 2023-02-17 11:31:34 +00:00
Shish
e551e74741 logic 2023-02-16 20:29:24 +00:00
Shish
0f69c9de45 if we're already using stdout for something else, don't log to stdout 2023-02-16 20:28:27 +00:00
Shish
743f4d8b5a add log_console 2023-02-16 20:25:47 +00:00