Commit graph

91 commits

Author SHA1 Message Date
0345a80349 Update dependencies 2024-05-14 01:51:50 +02:00
9b6865ff50 Add /typst 2024-05-13 13:02:26 +02:00
1464d074bf Increase chance of bad eggs 2024-03-31 19:41:32 +02:00
9c4ee1a350 Add tic tac toe drawing 2024-03-31 13:38:04 +02:00
28c44b526c Add /egg 2024-03-31 00:43:58 +01:00
1c56349b56 Add fancy new easter egg drawings
Drawn by Lilith, Sina, and myself.
2024-03-30 23:26:38 +01:00
a9ba160c13 Print random easter egg 2024-03-30 16:28:30 +01:00
b293408cbc Reduce feed distance 2024-03-30 16:28:01 +01:00
0392e29538 Reorder server endpoints 2024-03-30 12:58:24 +01:00
57fc128be0 Turn ChatMessage into drawing 2024-03-30 12:52:39 +01:00
13ee9c5267 Turn Photo into drawing 2024-03-30 12:45:57 +01:00
aa02b42f5d Turn Image into drawing 2024-03-30 12:42:43 +01:00
0bc2942b2b Turn Text into drawing 2024-03-30 12:42:43 +01:00
dddef6b3b5 Remove Test command 2024-03-30 12:26:12 +01:00
9b1df02819 Turn Cells into drawing 2024-03-30 12:26:12 +01:00
d04a697d51 Turn Calendar into drawing 2024-03-30 12:26:09 +01:00
a50e0999ca Remove Stop and Rip commands 2024-03-30 12:18:49 +01:00
c85c4ee14b Add Drawing trait 2024-03-30 12:12:09 +01:00
3381c6e165 Downscale image before uploading 2024-03-29 20:39:53 +01:00
95d49daa23 Make video play on iOS 2024-03-29 20:39:21 +01:00
ed9fb6d23a Flip user-facing camera stream 2024-03-29 20:39:03 +01:00
0bd6c08528 Run cargo fmt 2024-03-17 17:41:51 +01:00
755889e82d Add /cells 2024-03-17 17:41:08 +01:00
5e9a4277d0 Fix links in doc comments 2024-03-17 17:36:38 +01:00
d69557daf6 Fix crash when printing some text 2024-03-17 17:35:44 +01:00
4f3d66f6a0 Make bright printing optional 2024-03-15 23:19:17 +01:00
9d4ecaaf72 Print images lighter 2024-03-15 22:13:45 +01:00
e7d3d2b638 Fix flip camera button 2024-03-14 22:21:30 +01:00
853895df79 Add /calendar 2024-03-13 02:37:52 +01:00
d20c5a49a4 Add flip camera button 2024-03-10 20:16:45 +01:00
571dff3598 Implement instant photo website 2024-03-10 19:10:26 +01:00
e903ca7ff9 Add /photo 2024-03-10 15:40:41 +01:00
e0a668a581 Improve server error handling 2024-03-10 15:26:50 +01:00
9d17d34642 Rewrite url paths
HTML files should only be accessible without their file ending. Index
files should only be accessible via a path that ends in `/`, not
directly via name,
2024-03-10 14:41:42 +01:00
1c3b2a380a Center images 2024-03-10 01:53:54 +01:00
a51f3fa9b5 Add /index.html and /image.html 2024-03-10 01:06:20 +01:00
3cec866ba2 Increase feed after image 2024-03-09 23:17:40 +01:00
1b8f895680 Switch to nonlinear color difference 2024-03-09 23:17:08 +01:00
929ebb84eb Allow uploading images up to 32 MiB 2024-03-09 23:15:48 +01:00
74b0d25dfc Add /image endpoint 2024-03-09 22:47:10 +01:00
ef5f0e3af4 Add Image widget 2024-03-09 22:46:55 +01:00
a0c94c1884 Fix layout issues
The issues were likely caused by floating point inaccuracy. I don't have
a minimal working example though.
2024-03-09 20:28:30 +01:00
7aa192047b Add box around /me 2024-03-09 19:02:39 +01:00
db2766bbb4 Limit nick height 2024-03-09 19:02:27 +01:00
bd069e8f26 Add more unifont symbols 2024-03-09 19:01:14 +01:00
757b401b2d Increase max username width
Long nicks were annoying if the message itself was only a single line
and there was enough space left.
2024-03-09 18:23:09 +01:00
e6e2a57d16 Import teepee scripts 2024-03-09 15:21:57 +01:00
9ebcabbf36 Reimplement chat message command 2024-03-09 15:21:57 +01:00
5cdc62bd29 Reimplement text command 2024-03-09 14:53:15 +01:00
638a449343 Make naming scheme more consistent
Constructor functions that set/overwrite a value are called with_*,
functions that add a value are called and_*.
2024-03-09 14:53:15 +01:00