Commit Graph

534 Commits

Author SHA1 Message Date
dr-frmr
fe407a4481
patch tungstenite to 0.20.1 2023-11-27 12:21:34 -05:00
dr-frmr
4cd75b0a0e
hotfix: remove debug prints 2023-11-26 10:19:45 -05:00
dr-frmr
f0ebfe2683
Merge pull request #73 from uqbar-dao/dr/http-refactor-2
Refactor http server and client to be clean, performant, good API
2023-11-25 22:29:03 -05:00
dr-frmr
6349c27363
Merge branch 'main' into dr/http-refactor-2 2023-11-25 22:28:46 -05:00
github-actions[bot]
0ec86568fe
Format Rust code using rustfmt 2023-11-26 03:27:26 +00:00
dr-frmr
b8a9445e44
clippy cleanup, mark chess as nonfunctional at the moment 2023-11-25 22:26:53 -05:00
dr-frmr
19910ce8e4
chess: update to latest process_lib 2023-11-23 14:53:02 -05:00
dr-frmr
9d218b63d5
http_server: give full url as raw_path, for parsing's sake 2023-11-22 16:39:36 -05:00
dr-frmr
72bb9a872f
net: timeout on accept_async socket too 2023-11-22 16:31:32 -05:00
dr-frmr
b0bfa3d66f
server: authenticate websockets 2023-11-22 16:22:40 -05:00
dr-frmr
84a5bbbe6c
chess work 2023-11-21 17:49:18 -05:00
dr-frmr
5a4813b8c4
http_server good, updating apps to match 2023-11-21 11:25:55 -05:00
tadad
11b1805d26
Merge pull request #72 from uqbar-dao/da/mut
allowed unused mut
2023-11-20 16:03:56 +02:00
dachus
60ed8a90c9 allowed unused mut 2023-11-20 11:00:51 -03:00
dr-frmr
3fdd605c18
WIP not compiling, httpserver rewrite 2023-11-17 19:28:51 -05:00
Will Galebach
21809b1d46
Login should not determine direct or indirect (#70) 2023-11-17 21:47:17 +00:00
dr-frmr
863cb78741
Merge pull request #69 from uqbar-dao/dr/net-timeout-when-recv
fix: make connection receiver always time out
2023-11-17 13:09:46 -05:00
dr-frmr
f0a3b4b47c
fix: make connection receiver always time out 2023-11-17 13:06:22 -05:00
github-actions[bot]
0c3655f69d
Format Rust code using rustfmt 2023-11-17 18:00:22 +00:00
dr-frmr
b39531166e
move everything into http module 2023-11-17 12:59:52 -05:00
dr-frmr
944b784d9b
Merge pull request #68 from uqbar-dao/wg/encryptor-fixes
Updated encryptor messages to use new type names
2023-11-17 12:13:42 -05:00
github-actions[bot]
57cb620654
Format Rust code using rustfmt 2023-11-17 17:10:37 +00:00
Will Galebach
3d72a84ba9 Updated to use new type names 2023-11-17 17:09:56 +00:00
bitful-pannul
db4027a3ee
fs: better dedup (#60) 2023-11-17 13:20:04 -03:00
bitful-pannul
a0e39743fc
fs: read cache (#49) 2023-11-17 13:18:35 -03:00
dr-frmr
18df6332b4
WIP: refactor http_client, remove encryptor 2023-11-16 23:17:27 -05:00
bitful-pannul
f11d323586
fs: optimize get/set-state queue based on kernel metadata (#67) 2023-11-16 16:04:22 -03:00
dr-frmr
483f6decdc
Merge pull request #66 from uqbar-dao/dr/timer-ms
timer -> millisecond granularity
2023-11-16 12:28:10 -05:00
dr-frmr
11a0c40cd7
timer -> millisecond granularity 2023-11-16 12:27:16 -05:00
Will Galebach
62ea69c3e3
JSON interface for SQLite (#62)
Co-authored-by: bitful-pannul <bitful-pancreas@protonmail.com>
2023-11-16 13:04:19 -03:00
dr-frmr
34155ced40
Merge pull request #65 from uqbar-dao/dr/nits
clean up dirty printouts, update some comments
2023-11-15 19:55:00 -05:00
dr-frmr
fca087baeb
clean up dirty printouts, update some comments 2023-11-15 19:54:23 -05:00
dr-frmr
6198e873ae
Merge pull request #63 from uqbar-dao/dr/timer-module
Timer runtime module
2023-11-15 12:25:44 -05:00
dr-frmr
4d05fd9718
remove all persisted aspects of timer service 2023-11-15 10:51:09 -05:00
dachus
f1550e8926 create home directory if it does not exist 2023-11-15 10:40:02 -03:00
Will Galebach
13c1963870
Fixed issue with login inconsistency (#64) 2023-11-15 10:54:27 +00:00
dr-frmr
653341352b
fix timer bugs, add our replacement in kernel event loop 2023-11-14 22:23:15 -05:00
dr-frmr
986ad845c8
Merge branch 'main' into dr/timer-module 2023-11-14 15:36:58 -05:00
dr-frmr
a744112402
Merge pull request #58 from uqbar-dao/da/runtime-extensions
Da/runtime extensions
2023-11-14 15:34:59 -05:00
dr-frmr
86c02bc3e4
new timer module 2023-11-14 15:34:17 -05:00
github-actions[bot]
17d0952151
Format Rust code using rustfmt 2023-11-14 19:02:10 +00:00
dachus
656452343d LlmPrompt type filled out 2023-11-14 16:01:37 -03:00
dachus
9a2fc692c0 llm cfg tags added 2023-11-14 15:40:33 -03:00
github-actions[bot]
cab7fea897
Format Rust code using rustfmt 2023-11-14 18:20:26 +00:00
dachus
a16f08a943 types moved around 2023-11-14 15:19:59 -03:00
github-actions[bot]
d8e0f63b36
Format Rust code using rustfmt 2023-11-14 17:52:03 +00:00
dachus
d7d2f0c65b cleaning 2023-11-14 14:51:32 -03:00
dachus
71907b42fc clap added for CLI arguments 2023-11-14 14:51:17 -03:00
bitful-pannul
4ba9186fc5
sqlite: parameterized read queries (#61) 2023-11-14 14:48:03 -03:00
bitful-pannul
9a371fa557
sqlite: add transactions (#53) 2023-11-14 11:32:44 -03:00