Commit Graph

316 Commits

Author SHA1 Message Date
realisation
0919dae011 merged main into this branch 2023-10-13 19:43:54 -04:00
github-actions[bot]
507dee05a4
Format Rust code using rustfmt 2023-10-13 21:33:27 +00:00
dr-frmr
0684daac84
fix build bug, fix app_tracker bugs, add share_capability fn to uqbar.wit 2023-10-13 17:32:59 -04:00
hosted-fornet
63e3595eba fix env var name in .env.example 2023-10-13 13:47:07 -07:00
dr-frmr
54bfff0715
hotfix: give app_tracker proper messaging cap format 2023-10-13 13:50:21 -04:00
dr-frmr
f1e4ebdf77
vfs: remove debug prints on reboot and fix register back to real routers 2023-10-13 12:30:46 -04:00
dr-frmr
1e98b9209b
Merge pull request #22 from uqbar-dao/dr/drop-peer-fix
networking: fix to drop offline peers faster + add 'delivered' response for !hi messages
2023-10-13 12:00:26 -04:00
github-actions[bot]
2a566aa05f
Format Rust code using rustfmt 2023-10-13 15:13:42 +00:00
dr-frmr
eb88f1cc1f
add delivery notif to !hi protocol 2023-10-13 11:13:12 -04:00
github-actions[bot]
a1614921b7
Format Rust code using rustfmt 2023-10-13 14:33:44 +00:00
dr-frmr
b0b7ba8650
bugfixes #1 2023-10-13 10:33:12 -04:00
bitful-pannul
6c1a672cee
fs: internal flush fix (#21) 2023-10-13 16:06:05 +03:00
hosted-fornet
29cf3fb53c vfs: fix bad Request stopping future good Requests 2023-10-12 17:17:13 -07:00
hosted-fornet
b3bac8b5a6
Merge pull request #20 from uqbar-dao/hf/get-kv-functional
vfs: fix queue
2023-10-12 16:53:52 -07:00
hosted-fornet
aa0cdf084a fix persistence 2023-10-12 16:52:53 -07:00
hosted-fornet
46fec4c6f7 vfs: fix part of persistence: loading 2023-10-12 15:22:07 -07:00
hosted-fornet
25748d1c2a vfs: fix queue 2023-10-12 14:51:30 -07:00
github-actions[bot]
dcac68af07
Format Rust code using rustfmt 2023-10-12 20:07:21 +00:00
dr-frmr
9e038f6938
hotfix2 2023-10-12 16:06:51 -04:00
dr-frmr
78152fe881
hotfix: better build.rs, *actually* don't build KV 2023-10-12 15:00:26 -04:00
dr-frmr
81a855a3ed
Merge pull request #17 from uqbar-dao/dr/keepalive
reintroduce keepalive to every active websocket connection
2023-10-12 14:34:51 -04:00
dr-frmr
dd00ac7fe8
Merge pull request #2 from uqbar-dao/hf/towards-a-working-spawn
towards a working spawn
2023-10-12 14:34:26 -04:00
dr-frmr
6a71e7aba8
remove bootstrapping note 2023-10-12 14:20:16 -04:00
dr-frmr
78e6e5816d
comment out KV from build.rs 2023-10-12 14:18:34 -04:00
dr-frmr
1c8ae26c6d
Merge branch 'main' into hf/towards-a-working-spawn 2023-10-12 14:12:40 -04:00
dr-frmr
cb9c6b1703
comment out debugging prints 2023-10-12 14:12:05 -04:00
dr-frmr
b20edde54a
remove prints 2023-10-12 13:21:28 -04:00
Will Galebach
0fb3af3a66
Remove redirect from / to /login (#19) 2023-10-12 18:19:46 +01:00
realisation
563a61a5f6 updated submodule commit to include ethers v5 types 2023-10-12 12:46:29 -04:00
dr-frmr
197e1fed4a
whoops 2023-10-12 12:08:06 -04:00
bitful-pannul
47675cfbf4 app_tracker: remove final print 2023-10-12 18:48:41 +03:00
github-actions[bot]
ef0425a328
Format Rust code using rustfmt 2023-10-12 15:25:15 +00:00
realisation
5eef3dd4be updated src/register submodule commit to include setting direct on POST request 2023-10-12 11:24:48 -04:00
realisation
4420ff7cb2 updated handle_post to accept direct boolean and accordingly set ws_routing or allowed_routers to none 2023-10-12 11:24:26 -04:00
bitful-pannul
9f4055156e app_tracker: add responses for quick bootups via rpc 2023-10-12 17:59:07 +03:00
realisation
e7e77d881f included submodule init instructions in README, passing ws ip and port info to register frontend and included new register submodule commit supporting that via classic register flow 2023-10-12 10:38:29 -04:00
bitful-pannul
b1c33cdaf4 delete start-package.py, moved to -> pkg-template repo 2023-10-12 16:15:25 +03:00
bitful-pannul
4c8be631a0 app_tracker: remove prints 2023-10-12 16:14:41 +03:00
bitful-pannul
82e5ea82c3 fix homepage login 2023-10-12 13:25:34 +03:00
bitful-pannul
997520fb09 write_at concurrency impr 2023-10-12 13:13:17 +03:00
github-actions[bot]
a45738da87
Format Rust code using rustfmt 2023-10-12 03:00:57 +00:00
dr-frmr
d0cde6c791
add a ping/pong keepalive 2023-10-11 23:00:25 -04:00
dr-frmr
45084b212a
fix a caps deadlcok 2023-10-11 21:06:08 -04:00
github-actions[bot]
6e7c8bc5f8
Format Rust code using rustfmt 2023-10-12 00:36:10 +00:00
hosted-fornet
358e2cc447 key_value: change to real api 2023-10-11 17:35:34 -07:00
hosted-fornet
800c4c5bfa add and remove some prints (magically makes KV::New work) 2023-10-11 17:30:30 -07:00
dr-frmr
d01e102a04
remove GrantCapability from KernelCommand 2023-10-11 20:14:02 -04:00
github-actions[bot]
3aaa9f2820
Format Rust code using rustfmt 2023-10-12 00:07:24 +00:00
hosted-fornet
8d5ab123b5 add basic, working, testable-from-terminal kv (no caps) 2023-10-11 17:06:50 -07:00
realisation
d35139a42c update to debouncing commit in register 2023-10-11 18:59:44 -04:00