Commit Graph

1291 Commits

Author SHA1 Message Date
hosted-fornet
911f51dc70 kernel: fix v1 spawn bug 2024-12-12 16:45:23 -08:00
github-actions[bot]
6106f7be78
Format Rust code using rustfmt 2024-12-12 21:46:15 +00:00
hosted-fornet
6bd249b95f bump wasmtime to 0.27 and wit-bindgen to 0.36 2024-12-12 13:45:44 -08:00
hosted-fornet
bd3a77599c fix is_kimap_safe() functions and associated helptext 2024-12-10 16:33:28 -08:00
hosted-fornet
2f9f6d0f1f update authors to Sybil Technologies AG 2024-12-10 16:16:24 -08:00
hosted-fornet
33d8bc7199 clarify --process-verbosity arg usage 2024-12-10 15:51:46 -08:00
dr-frmr
9fa9fa2303
update process_lib version for all, fix printout issues in standard_host_v1 2024-12-10 17:15:02 -05:00
dr-frmr
015b8e43d4
Merge branch 'v0.10.0' into dr/standard-host-v1 2024-12-10 17:05:55 -05:00
hosted-fornet
144752d23b Merge branch 'develop' into v0.10.0
Conflicts:
      Cargo.lock
      Cargo.toml
      kinode/Cargo.toml
      kinode/packages/app-store/pkg/manifest.json
      kinode/packages/settings/pkg/manifest.json
      lib/Cargo.toml
2024-12-10 14:02:11 -08:00
hosted-fornet
c04257347f use fixed process_lib 2024-12-10 12:05:57 -08:00
hosted-fornet
cb6f737cc9 Merge branch 'v0.10.0' into hf/terminal-per-process-verbosity
Conflicts:
      kinode/src/eth/subscription.rs
2024-12-10 11:30:56 -08:00
hosted-fornet
38039de554 terminal: fix a bug 2024-12-10 11:25:23 -08:00
github-actions[bot]
7f5a59e50d
Format Rust code using rustfmt 2024-12-10 19:23:42 +00:00
hosted-fornet
afa8cfeb56 terminal: queue up printouts while in alternate screen & print when return to main 2024-12-10 11:23:06 -08:00
hosted-fornet
1e06129c3e terminal: remove a process verbosity entry by sending just ProcessId 2024-12-10 10:54:15 -08:00
hosted-fornet
f0ba792f6e terminal: add m, mute, muted options for process verbosity 2024-12-10 10:11:11 -08:00
hosted-fornet
e5bd917591 terminal: make Ctrl+W mode less wonky 2024-12-09 17:01:20 -08:00
hosted-fornet
f2a21656a6 terminal: output event loop for given process if set process verbosity to 3 2024-12-09 16:37:08 -08:00
dr-frmr
99c24943ba
wit 1.0, standard-host-v1 2024-12-09 17:08:50 -05:00
nick.kino
75dba1c2f4
Merge pull request #619 from kinode-dao/hf/use-request-attach-all
m:terminal: use `Request::attach_all()` method
2024-12-09 13:39:55 -08:00
hosted-fornet
475ca4e3e8 m:terminal: use Request::try_attach_all() instead 2024-12-09 13:39:01 -08:00
dr-frmr
475aea17fb
add wit v1 support to kernel 2024-12-09 15:53:31 -05:00
doria
4aa35be1a4
Merge pull request #618 from kinode-dao/dr/eth-interface-generic
Dr/eth interface generic
2024-12-09 14:49:32 -05:00
hosted-fornet
bb3a4af4c0 m:terminal: use Request::attach_all() method 2024-12-05 09:36:51 -08:00
hosted-fornet
108aacf16b move contacts caps from terminal request to contacts grant 2024-12-05 08:35:36 -08:00
hosted-fornet
12fd44cc7c Merge branch 'v0.10.0' into hf/terminal-m-caps 2024-12-05 08:11:52 -08:00
hosted-fornet
b5dae0cfab add --process-verbosity flag 2024-12-04 19:58:42 -08:00
github-actions[bot]
b8e3ddf750
Format Rust code using rustfmt 2024-12-05 00:29:41 +00:00
hosted-fornet
aca7cdb81d terminal: add CTRL+W process verbosity mode 2024-12-04 16:29:17 -08:00
dr-frmr
a2ebe13205
eth interface: don't use alloy types in OS interface 2024-12-04 15:00:32 -05:00
hosted-fornet
f2313df977 Merge branch 'v0.10.0' into hf/terminal-per-process-verbosity 2024-12-04 11:39:25 -08:00
hosted-fornet
729dd494b0 Merge branch 'v0.10.0' into hf/remove-ws-register-encrypted-field 2024-12-04 10:54:52 -08:00
dr-frmr
f602811a03
fix: allow :, . in SSDs in auth cookie 2024-12-04 12:20:32 -05:00
github-actions[bot]
b8a4153429
Format Rust code using rustfmt 2024-12-04 01:02:12 +00:00
hosted-fornet
ae7e3228a4 remove encrypted & bump process_lib version 2024-12-03 17:01:46 -08:00
github-actions[bot]
8babf7ac1f
Format Rust code using rustfmt 2024-12-03 19:01:39 +00:00
hosted-fornet
70a2d68830 terminal: add process_verbosity: HashMap<ProcessId, u8> that overrides verbose_mode when populated 2024-12-03 11:01:13 -08:00
github-actions[bot]
fdc1b440c8
Format Rust code using rustfmt 2024-12-03 04:31:24 +00:00
hosted-fornet
4271525d85 modify Printout to include source: ProcessId 2024-12-02 20:30:52 -08:00
hosted-fornet
ff9681a17d Merge branch 'v0.10.0' into hf/remove-ws-register-encrypted-field 2024-12-02 16:41:47 -08:00
github-actions[bot]
31365ecc79
Format Rust code using rustfmt 2024-12-03 00:19:34 +00:00
hosted-fornet
8200ecb6a7 improve robustness of runtime build (esp w kit) 2024-12-02 16:19:06 -08:00
dr-frmr
12f4507c21
security: always send JWT cookie with proper headers, make JWT expire 2024-12-02 18:32:11 -05:00
github-actions[bot]
dec8e927b5
Format Rust code using rustfmt 2024-11-26 21:41:53 +00:00
doria
0cad79c3cc
Merge branch 'v0.10.0' into dr/audit-response 2024-11-26 16:41:31 -05:00
dr-frmr
a3acea3fbd
feat: improve homepage:sys protocol to add capabilities for setting system stylesheet and removing other apps' homepage icons! 2024-11-21 17:20:05 -05:00
dr-frmr
191cb5b6fd
mint automatically after commit, fix back button styling 2024-11-20 16:46:15 -05:00
dr-frmr
70dd1bccc0
0.9.10->0.9.11 2024-11-20 13:02:35 -05:00
hosted-fornet
aed5758ed9 kernel: dont replace last_blob with None 2024-11-19 18:04:06 -08:00
dr-frmr
9fd143bfeb
security: switch password hashing to Argon2 -- error shown in JS is "fake", using argon2-browser from CDN 2024-11-19 16:04:24 -05:00