Commit Graph

237 Commits

Author SHA1 Message Date
github-actions[bot]
901adc3dc7
Format Rust code using rustfmt 2023-11-06 14:27:27 -05:00
dr-frmr
04c65fe119
WIP working direct and indirect, need to test and parallelize sends to different targets 2023-11-06 14:27:27 -05:00
github-actions[bot]
ba53609cb5
Format Rust code using rustfmt 2023-11-06 14:27:27 -05:00
dr-frmr
e25a610fd1
WIP2 2023-11-06 14:27:27 -05:00
github-actions[bot]
f04b72582c
Format Rust code using rustfmt 2023-11-06 14:27:27 -05:00
dr-frmr
c1064e64f5
solid WIP using noise protocol [LOGIN BUGGED] 2023-11-06 14:27:27 -05:00
dr-frmr
679c4b975c
println macro replace working, fixing up other apps 2023-11-05 23:03:06 -05:00
dr-frmr
56be17145a
gorgeous new wit 0.3.0, WIP terminal only 2023-11-02 23:43:10 -04:00
dr-frmr
884fefc4f9
app store and terminal working! 2023-11-02 16:42:18 -04:00
github-actions[bot]
7a06eaf016
Format Rust code using rustfmt 2023-11-02 19:36:04 +00:00
dr-frmr
ca91d5d920
working!!!! (terminal only) 2023-11-02 15:35:35 -04:00
dr-frmr
bbfeb418bd
WIP 2023-11-02 12:48:22 -04:00
dr-frmr
7f64a06609
produce process_lib 2023-11-02 11:32:44 -04:00
bitful-pannul
dfa4088669
vfs clean (#38)
Co-authored-by: hosted-fornet <hosted-fornet@protonmail.com>
2023-11-02 15:19:45 +00:00
realisation
fd4a8476f8 new register commit correctly handling login for routed and direct nodes 2023-11-01 12:31:46 +00:00
bitful-pannul
3cd1d94b19 rpc: stay with json 2023-10-27 15:11:17 +01:00
dr-frmr
d40989f8f7
switch all modules to uqbar@0.2.0 2023-10-26 16:19:41 -04:00
github-actions[bot]
3b6382a2dc
Format Rust code using rustfmt 2023-10-26 04:11:21 +00:00
dr-frmr
d9290288a5
switch ipc to vec<u8> in runtime 2023-10-26 00:11:03 -04:00
dr-frmr
8bbb204690
Merge branch 'main' into jf/invite 2023-10-25 11:56:52 -04:00
hosted-fornet
3a8bd5f87d Merge branch 'main' into hf/add-sqlite-2
Conflicts:
      build.rs
2023-10-24 20:42:47 -07:00
realisation
bc0670fce5 Merge branch 'jf/invite' of github.com:uqbar-dao/uqbar into jf/invite 2023-10-24 20:57:13 -04:00
realisation
227ba4ff2f latest register commit removing prepended 0x in reset args 2023-10-24 20:57:08 -04:00
dr-frmr
f1a0c5d669
Merge branch 'main' into jf/invite 2023-10-24 20:23:51 -04:00
realisation
3de678a4c6 latest register commit with correct detection of rebooting 2023-10-24 17:38:09 -04:00
dr-frmr
f4b0046df3
nice and good again! kernel: save payload during spawn() 2023-10-24 16:38:54 -04:00
dr-frmr
2735c0f04e
add in transfer logic 2023-10-24 16:38:54 -04:00
bitful-pannul
767a7b04f9
rpc: hotfix (#35) 2023-10-24 16:38:54 -04:00
dr-frmr
78468348c5
just a bit of cleanup 2023-10-24 16:38:54 -04:00
bitful-pannul
bf1b3f0581
standardize names, path vs raw_path distinction 2023-10-24 16:38:00 -04:00
bitful-pannul
0ac9888025
add /encryptor route, remove regex 2023-10-24 16:37:09 -04:00
github-actions[bot]
72194fca1f
Format Rust code using rustfmt 2023-10-24 16:36:38 -04:00
bitful-pannul
4c62d01ac9
paths now need to contain processId before the actual path 2023-10-24 16:36:27 -04:00
bitful-pannul
086297f224
refactor params matching into url 2023-10-24 16:35:58 -04:00
github-actions[bot]
1abf599c21
Format Rust code using rustfmt 2023-10-24 16:35:01 -04:00
bitful-pannul
ab14386893
init move to http_server 2023-10-24 16:34:10 -04:00
dr-frmr
315bea9876
scaffold new app store api 2023-10-24 16:32:27 -04:00
dr-frmr
4aa7cc9f9e
WIP: use ft_worker in app_store 2023-10-24 16:31:27 -04:00
dr-frmr
ca724671e3
WIP 2023-10-24 16:31:27 -04:00
realisation
609011c873 latest register commit 2023-10-24 16:06:07 -04:00
realisation
20117d4328 latest register commit 2023-10-24 15:51:29 -04:00
realisation
212747c58e latest register commit containing disabled login button until password is verified 2023-10-24 15:39:47 -04:00
realisation
529234f1bd Merge branch 'jf/invite' of github.com:uqbar-dao/uqbar into jf/invite 2023-10-24 15:07:31 -04:00
realisation
fefb58c1d2 latest commit of register app, new file structure and exclusion of 0x prepending to networking key 2023-10-24 15:07:25 -04:00
github-actions[bot]
1ac97a36da
Format Rust code using rustfmt 2023-10-24 18:57:45 +00:00
realisation
b9d6e09728 corrected src/register.rs to include prefixed 0x in our.networking_key and to set it accordingly in each condition of keyfile presence 2023-10-24 14:57:17 -04:00
hosted-fornet
5760ebd190 bring in changes from add-sqlite sans reversion 2023-10-24 11:56:02 -07:00
realisation
8faf83aac2 removed QNSRegistry.json and abigen from main.rs as networking information validation was moved entirely into the register app 2023-10-24 14:54:24 -04:00
realisation
cdf62be670 corrected jtw to jwt (json webtoken) 2023-10-24 14:52:50 -04:00
github-actions[bot]
ead4b1f64a
Format Rust code using rustfmt 2023-10-24 16:59:11 +00:00