Commit Graph

684 Commits

Author SHA1 Message Date
hosted-fornet
a409723edc move redb & rusqlite deps into Cargo.toml 2023-11-01 13:47:13 -07:00
dr-frmr
f6a44d0152
cleanup, remove prints, ready to go 2023-11-01 16:37:31 -04:00
dr-frmr
dcf0af4677
remove unused deps 2023-11-01 14:52:42 -04:00
dr-frmr
f036e007b4
Merge branch 'main' into dr/networking-next 2023-11-01 12:28:56 -04:00
dr-frmr
35bcc8d9e0
registre 2023-11-01 12:28:40 -04:00
dr-frmr
e9b24480ed
refactoring for clarity 2023-11-01 12:10:15 -04:00
realisation
fd4a8476f8 new register commit correctly handling login for routed and direct nodes 2023-11-01 12:31:46 +00:00
dr-frmr
64ced6e659
switch networking protocol to messagepack! 2023-10-31 16:42:46 -04:00
dr-frmr
2ab3bf4e4b
cleanup 2023-10-31 16:27:41 -04:00
github-actions[bot]
3b2cbef0f7
Format Rust code using rustfmt 2023-10-31 19:44:13 +00:00
dr-frmr
4094be9293
replace old net with net2 2023-10-31 15:43:53 -04:00
github-actions[bot]
878be1b51e
Format Rust code using rustfmt 2023-10-31 19:41:48 +00:00
dr-frmr
b318e57d5e
WIP working direct and indirect, need to test and parallelize sends to different targets 2023-10-31 15:41:25 -04:00
github-actions[bot]
9f92368dd1
Format Rust code using rustfmt 2023-10-31 02:00:40 +00:00
dr-frmr
f6112aa51e
WIP2 2023-10-30 22:00:20 -04:00
github-actions[bot]
16489624ce
Format Rust code using rustfmt 2023-10-31 00:34:17 +00:00
hosted-fornet
a46569ea27 add --password flag (for indirect nodes only) 2023-10-30 17:33:50 -07:00
hosted-fornet
a31e94f843 parse command-line args using clap 2023-10-30 16:25:04 -07:00
github-actions[bot]
ffabd19165
Format Rust code using rustfmt 2023-10-30 21:01:35 +00:00
dr-frmr
2b7fd08406
solid WIP using noise protocol [LOGIN BUGGED] 2023-10-30 17:01:15 -04:00
dr-frmr
2229d3a80c
Merge pull request #41 from uqbar-dao/dr/capnproto-2
Uqbar 0.2.0
2023-10-27 10:23:39 -04:00
bitful-pannul
3cd1d94b19 rpc: stay with json 2023-10-27 15:11:17 +01:00
hosted-fornet
189580411d kv: switch wrapped function to just pass bytes 2023-10-26 15:07:57 -07:00
dr-frmr
d40989f8f7
switch all modules to uqbar@0.2.0 2023-10-26 16:19:41 -04:00
bitful-pannul
4693b5c14f
modules: update wit and uq:process 2023-10-26 10:57:15 -04:00
hosted-fornet
0bcc4af2fb
sqlite_worker: make build realpath and wget crossplatform (#39) 2023-10-26 10:57:15 -04:00
dr-frmr
c89973d955
Merge pull request #40 from uqbar-dao/bp/toml-modules
modules: update wit and uq:process
2023-10-26 10:45:14 -04:00
bitful-pannul
c4ec37358d modules: update wit and uq:process 2023-10-26 16:26:15 +02:00
hosted-fornet
344423d924
sqlite_worker: make build realpath and wget crossplatform (#39) 2023-10-26 15:08:37 +02: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
91ffff890d
Merge pull request #34 from uqbar-dao/jf/invite
Jf/invite
2023-10-25 11:57:38 -04:00
dr-frmr
8bbb204690
Merge branch 'main' into jf/invite 2023-10-25 11:56:52 -04:00
bitful-pannul
d8c10db602
branch on linux/mac wasi-sdk (#37) 2023-10-25 14:50:46 +02:00
hosted-fornet
d1c607f388
Merge pull request #36 from uqbar-dao/hf/add-sqlite-2
add sqlite 2
2023-10-24 22:34:32 -07:00
hosted-fornet
b4df709a55 add rusqlite git clone command 2023-10-24 22:33:28 -07:00
hosted-fornet
25f52e762a remove prints 2023-10-24 22:24:22 -07:00
hosted-fornet
62481b6586 sqlite: add simple caps 2023-10-24 21:59:08 -07: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
47f7f5eecb
remove register app build from build.rs (it's too slow!) and add it to readme instead 2023-10-24 20:39:44 -04:00
dr-frmr
f1a0c5d669
Merge branch 'main' into jf/invite 2023-10-24 20:23:51 -04:00
dr-frmr
3ef3fea473
match cargo.toml in main 2023-10-24 20:23:04 -04:00
realisation
3de678a4c6 latest register commit with correct detection of rebooting 2023-10-24 17:38:09 -04:00
github-actions[bot]
b5f57d3e71
Format Rust code using rustfmt 2023-10-24 21:26:54 +00:00
dr-frmr
8e36d7776a
small fixes to kv; build.rs working much better now 2023-10-24 17:26:33 -04:00
dr-frmr
41ba7ed7ea
update metadata for modules to contain a version 2023-10-24 16:38:54 -04:00
dr-frmr
f4b0046df3
nice and good again! kernel: save payload during spawn() 2023-10-24 16:38:54 -04:00
dr-frmr
9660c26a99
restore cargo.toml that github decided to delete 2023-10-24 16:38:54 -04:00