Commit Graph

20 Commits

Author SHA1 Message Date
452f663884 Add delete_download incoming message handler, add future message logging for transmit 2025-01-02 14:39:27 -06:00
4ae4e2c64e build_log sent with executables, use Same-Site = None in dev, partitioned cookies, CORS OPTIONS 2025-01-02 13:32:34 -06:00
3e97becf67 Rename DeleteSessionToken to DeleteDownloadToken 2025-01-02 10:37:28 -06:00
0ab8ad9660 Copy send_message result for send_state 2024-12-23 19:56:12 -06:00
de3dacda77 Fix notify sending TokenAlert to incorrect session id, use 'notify' id for TokenAlert name 2024-12-23 19:36:51 -06:00
b5a5c47ece Use query not param, anyhow for errors, websocket tx result tracing 2024-12-23 19:22:42 -06:00
61efe6c194 Add /notify route, fix filename extension generation, Message u32 id, 08x format pad 2024-12-23 19:13:22 -06:00
fc643e5223 simplify thread_rng calls 2024-12-23 18:57:03 -06:00
f98c9ccc71 Switch cookie id to u32 as well 2024-12-23 18:52:26 -06:00
0c49eacd7f use send_state, fix sending state without tx ready, switch to u32 for download token 2024-12-23 18:50:27 -06:00
b5967ca799 Send executables initial message, use filename not path 2024-12-23 18:29:47 -06:00
697970f9db Send session id, first message working, Session.send_message, rename buffering variables 2024-12-23 18:05:06 -06:00
ef679d2159 Fix cookie path, fix get_session_id not using depot over existing invalid cookie, add more tracing 2024-12-23 17:41:12 -06:00
e5e2a013f5 Setup executable JSON ws message 2024-12-23 16:59:28 -06:00
70dc064a4c Tracing, SessionDownload, Incoming/Outgoing message serde, Executable handling, EnvFilter 2024-12-23 16:47:31 -06:00
c0e99b5f94 log railway build logs url, add CORS & CatchPanic middleware, tx session property, ws upgrade handler 2024-12-23 12:43:40 -06:00
54ddf4496c Use depot to ensure Cookie value is acquired, switch to chrono for datetime serialization 2024-12-22 23:03:42 -06:00
5cdee5fb93 finish porting session middleware handler, Session model & creator 2024-12-22 17:07:07 -06:00
64747ff11f Switch to LazyLock mutex STORE state 2024-12-22 16:29:10 -06:00
0229a578de Split rust codebase into separate files 2024-12-22 16:10:41 -06:00