Commit graph

53 commits

Author SHA1 Message Date
2f0104ed0b chore: bump ver for new feat 2024-11-04 22:00:48 +11:00
37ef12f5c7 feat: backward compat with 80x80 icons
Added backwards compatibility with older versions expecting 80x80 icons with 8px padding
2024-11-04 22:00:41 +11:00
8e4e5dcf63 chore: update readme 2024-11-04 17:34:32 +11:00
543cedc273
chore: bump ver 2024-11-04 11:18:28 +11:00
785e313c2a
build: remove musl-dev in dockerfile 2024-11-04 11:18:06 +11:00
1912f0baf6
enhance: remove indoc, just use consts 2024-11-04 11:14:39 +11:00
bf02adeb33
feat: remove unupdated version from headers 2024-11-04 11:09:35 +11:00
d8f5302c08 chore: containerise 2024-11-03 22:16:22 +11:00
d554e688e2 style: run rustfmt 2024-11-03 21:34:07 +11:00
244463ee29 chore: bump ver 2024-11-03 21:32:36 +11:00
486d662e4e chore: bump date 2024-11-03 16:52:30 +11:00
76657fce4a style: remove unused use 2024-11-03 16:52:25 +11:00
2b934876e0 refactor+deps: cleanup code, remove unused dep 2024-11-02 21:21:08 +11:00
da219bd9f9 fix: spelling of header 2024-11-02 21:09:35 +11:00
e58123f496 feat: multithreading! 2024-11-02 21:05:03 +11:00
ea57e2842d chore: editor config file 2024-11-02 21:04:52 +11:00
4151dac001 chore: bump ver 2024-11-02 18:35:32 +11:00
45e257e101 deps: i didn't need regex 2024-11-02 18:30:25 +11:00
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