Commit Graph

20 Commits

Author SHA1 Message Date
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
d15fad4685 Use tracing for remaining println macros 2024-12-23 17:06:33 -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
9a54104bdd Add TODOs for planning 2024-12-23 14:12:48 -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
c558caa901 Fix staticdir, use default index.html 2024-12-22 01:43:52 -06:00
0a45ae1dd9 Remove templating 2024-12-22 01:11:15 -06:00
29d5e5247b Setup static folders, askama templates, switch exe_with_key to Executable impl 2024-12-22 00:36:25 -06:00
622c992bd1 Use executable name properly, switch to &str 2024-12-22 00:14:29 -06:00
ccba5a6149 Add support for multiple executables 2024-12-21 23:55:33 -06:00
042e2cf0d6 pattern search, stateful search info, clone & mutate 2024-12-21 23:40:05 -06:00
1b81adcc86 re-add PORT parsing 2024-12-21 22:41:32 -06:00
da71ab473a Just use static 5800 port 2024-12-21 21:40:03 -06:00
cc3d1759a7 repo init, simplistic salvo hello world 2024-12-21 21:05:53 -06:00