Commit graph

35 commits

Author SHA1 Message Date
4bdaf266bf chore: AGPL-3.0 2024-11-02 18:29:58 +11:00
9c78d4d94e chore: add readme 2024-11-02 18:25:01 +11:00
8eb50483b2 enhance: docs! 2024-11-02 18:24:57 +11:00
3300b65b79 lint: remove unused file 2024-11-02 18:22:57 +11:00
55b0985cf9 feat: accept commonwealth spelling 2024-11-02 18:17:02 +11:00
8c7d34b5dd feat: limited CORS headers 2024-11-02 18:14:34 +11:00
4d82105da8 lint: dead code no one uses 2024-11-02 18:09:31 +11:00
4968a907dd feat: stroke_color options 2024-11-02 18:04:33 +11:00
aeed04688b feat: get icon as String not Vec<u8> 2024-11-02 18:04:22 +11:00
5f2109787f feat: handle subset of urlendcoded 2024-11-02 18:04:07 +11:00
d7421324dc feat: add cache header 2024-11-02 17:39:23 +11:00
b297785dd5 feat: /info endpoint 2024-11-02 17:33:44 +11:00
cd56355603 fix: properly set charset 2024-11-02 17:33:36 +11:00
98394d2885 enhance: improve logging 2024-11-02 17:15:42 +11:00
c5fa5fb07b feat: bg colour option 2024-11-02 12:34:16 +11:00
dd53cce7f6 feat: render to png + edits 2024-11-02 11:56:25 +11:00
947687345f chore: add lib names to dict 2024-11-02 11:15:41 +11:00
28cf0bbc15 fix: properly handle Bytes by writing to stream 2024-11-02 11:13:50 +11:00
c5e8c151ce fix: handle multiple handlers + see desc
change break -> continue to not 404 when the first hander doesn't match
2024-11-02 10:48:59 +11:00
545e9bdabe
feat: sending out svgs 2024-11-01 22:51:12 +11:00
3d7bfd490a
feat: Bytes body type 2024-11-01 22:50:56 +11:00
3d8837cdb1
fix: incorrect place for, HTTP/1.1 + read desc
handle different body types
2024-11-01 21:59:38 +11:00
af18bf2ebe
refactor: update handler function types to use boxed dynamic dispatch 2024-11-01 21:33:19 +11:00
6744b6dee1
refactor: dry'd HTTP/1.1 2024-11-01 21:15:34 +11:00
8d8cfe33fa
feat: dynmaic request path handling 2024-11-01 21:14:47 +11:00
e8a30fb919
deps: add lucide submodule 2024-11-01 20:21:18 +11:00
1473d03e71
feat: listen on v6 and v4 2024-11-01 19:48:55 +11:00
c69efdcd63
chore: fix misspelling! 2024-11-01 19:42:37 +11:00
f27747291f
refactor(wip): extract req handling logic 2024-11-01 19:35:25 +11:00
db268687f5
refactor: mod responses; send stream back on error 2024-11-01 10:03:17 +11:00
3861096e1d
style: unused 'a 2024-10-31 13:07:31 +11:00
1b19b2b935
refactor: remove &ownership issues 2024-10-31 13:07:10 +11:00
b9c51fc657
deps: add regex crate 2024-10-30 14:02:14 +11:00
952908292b
feat: URL handling 2024-10-30 13:49:27 +11:00
09fc6c1307 Initial commit 2024-10-30 07:58:10 +11:00