Commit Graph

572 Commits

Author SHA1 Message Date
dr-frmr
0e5f82c981
WIP: better terminal commands 2023-12-03 23:58:24 -05:00
dr-frmr
0229b74001
adjust verbosity of runtime prints to new arrangement 2023-12-02 18:05:56 -05:00
dr-frmr
9202191b06
terminal: refactor into mod, add toggle for logging mode, fix ctrl+R behavior 2023-12-02 00:40:42 -05:00
github-actions[bot]
e245bc972e
Format Rust code using rustfmt 2023-12-01 22:04:07 +00:00
hosted-fornet
ba2a379cb7 make rpc optional in simulation-mode
Conflicts:
      src/main.rs
2023-12-01 14:03:15 -08:00
hosted-fornet
6ff612c58e remove commented-out code 2023-12-01 14:00:02 -08:00
github-actions[bot]
f55a703e83
Format Rust code using rustfmt 2023-12-01 21:19:10 +00:00
hosted-fornet
4cb0944793 add fake nodes 2023-12-01 13:18:40 -08:00
Will Galebach
80ac92b767
Fixed Import Keyfile submit on enter (#87) 2023-12-01 16:49:22 +00:00
github-actions[bot]
c4a5d4d2e0
Format Rust code using rustfmt 2023-12-01 01:17:38 +00:00
hosted-fornet
2de6a10cd9 Merge branch 'v0.4.0' into hf/start-from-commandline
Conflicts:
      Cargo.lock
      modules/sqlite/sqlite/src/lib.rs
      src/http_server/mod.rs
      src/kernel/mod.rs
      src/main.rs
      src/types.rs
2023-11-30 17:16:37 -08:00
dr-frmr
b89ce534d7
Merge pull request #86 from uqbar-dao/dr/ws-notify-process-on-open
ws: notify process on open
2023-11-30 16:12:22 -05:00
dr-frmr
935484e4bc
update docstring for WebSocketOpen 2023-11-30 15:59:55 -05:00
dr-frmr
cdd9a4278b
ws: notify process on open 2023-11-30 15:56:50 -05:00
tadad
744769efaf
Merge pull request #85 from uqbar-dao/da/ws-fix
Da/ws fix
2023-11-30 22:45:28 +02:00
dr-frmr
89c00c6cc7
Merge pull request #82 from uqbar-dao/dr/kernel-bugfixes
bugfixes!
2023-11-30 15:16:43 -05:00
dr-frmr
e042a6c3be
readme remove "last updated" 2023-11-30 15:15:51 -05:00
dr-frmr
eb5924661d
bugfixes! 2023-11-30 15:14:11 -05:00
github-actions[bot]
be83d47c9d
Format Rust code using rustfmt 2023-11-30 19:15:03 +00:00
hosted-fornet
af0e4a0e92 add mock networking 2023-11-30 11:14:25 -08:00
github-actions[bot]
423e701572
Format Rust code using rustfmt 2023-11-30 15:00:33 +00:00
dachus
bf3190615c changed to u32 2023-11-30 11:59:41 -03:00
dachus
2b41e82d27 websockets fixed 2023-11-30 11:04:08 -03:00
Will Galebach
402a1d2170
Updated version name to 0.4.0 2023-11-30 10:50:30 +00:00
Will Galebach
76897fd0b0
Added github dep instruction 2023-11-30 10:44:21 +00:00
bitful-pannul
13a7be6b6d
sql: updates (#80)
* sql: update std_lib

* sql: caps fixes
2023-11-29 23:43:02 -03:00
Will Galebach
110b9d19b8
Final touches for login (#79) 2023-11-29 21:27:06 +00:00
dr-frmr
0f1c154b70
Update README.md 2023-11-29 12:48:20 -05:00
Will Galebach
679d54bdb6
Login UI hotfix (#77) 2023-11-29 17:16:26 +00:00
Will Galebach
f5ae5ba638
README: remove submodules instructions 2023-11-29 16:42:58 +00:00
Will Galebach
c9aca89d8f
Wg/boot refactor (#71) 2023-11-29 16:32:21 +00:00
dr-frmr
3fff70bbc5
hotfix: kernel respond to RSVP if it can, always 2023-11-29 11:15:18 -05:00
hosted-fornet
fdddd3636d add networked testing 2023-11-28 20:29:10 -08:00
dr-frmr
7b2456a211
remove http_proxy link on homepage, add short project description 2023-11-28 21:38:48 -05:00
dr-frmr
3a2d631906
Merge pull request #76 from uqbar-dao/dr/kernel-manage-execution
kernel: adjust API to enable execution management
2023-11-28 19:02:40 -05:00
dr-frmr
45605958f3
0.3.0: fix kernel API to separate process init and process run 2023-11-28 17:33:49 -05:00
hosted-fornet
0239d6c02a improve output 2023-11-27 19:13:58 -08:00
dr-frmr
9f554e55e9
break out kernel parts into separate files 2023-11-27 15:24:55 -05:00
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