Commit Graph

571 Commits

Author SHA1 Message Date
commercium-sys
4c4e3646fc wip 2023-12-15 15:47:44 -05:00
hosted-fornet
0d335bbcab
Merge pull request #95 from uqbar-dao/hf/add-py
add py
2023-12-12 15:32:38 -08:00
hosted-fornet
9dd3e5b3cc Merge branch 'v0.4.0' into hf/add-py
Conflicts:
      modules/chess/Cargo.lock
      modules/chess/Cargo.toml
2023-12-12 15:29:52 -08:00
dr-frmr
81f11a6f05
Merge pull request #97 from uqbar-dao/dr/chess-tutorial-cleanup
chess: tutorial edition
2023-12-12 17:13:24 -05:00
dr-frmr
524a0a3a8a
chess: tutorial edition 2023-12-12 17:12:47 -05:00
tadad
f0225458dc
Merge pull request #96 from uqbar-dao/da/http-client-fix
http-client-fix
2023-12-12 19:50:08 +02:00
github-actions[bot]
53d657e324
Format Rust code using rustfmt 2023-12-12 17:39:43 +00:00
dachus
f347750319 fix 2023-12-12 11:39:01 -06:00
hosted-fornet
063654c140 fix unrelated bug 2023-12-11 21:47:51 -08:00
hosted-fornet
62e47c66d0 update deps 2023-12-11 21:47:37 -08:00
dr-frmr
6f6daa1705
hotfix: break gracefully in maintain_passthrough 2023-12-11 13:15:10 -05:00
dr-frmr
bf8903fd71
Merge pull request #94 from uqbar-dao/da/remove-llm
llm remove
2023-12-11 11:21:44 -05:00
Will Galebach
d1439cc452
Improve error message for incorrect password (#93) 2023-12-11 16:09:26 +00:00
dachus
add186fb63 llm remove 2023-12-11 10:06:36 -06:00
dr-frmr
9d1923ba2f
Merge pull request #92 from uqbar-dao/dr/register-refactor
Dr/register refactor
2023-12-09 16:32:50 -05:00
github-actions[bot]
3a8ad7b27b
Format Rust code using rustfmt 2023-12-09 20:31:23 +00:00
dr-frmr
a49b82ae87
login working; need to test all paths! 2023-12-09 15:30:50 -05:00
github-actions[bot]
15ff6fd10f
Format Rust code using rustfmt 2023-12-09 19:02:10 +00:00
dr-frmr
dc302abf64
WIP not compiling 2023-12-09 14:01:42 -05:00
hosted-fornet
433e94d993 add build-release.py 2023-12-09 09:56:41 -08:00
github-actions[bot]
5ed8b4f9d8
Format Rust code using rustfmt 2023-12-08 18:54:48 +00:00
hosted-fornet
957168c3a1 fix simulation-mode codepaths 2023-12-08 10:54:19 -08:00
dr-frmr
5903a5a364
Merge pull request #89 from uqbar-dao/dr/secure-subdomains-for-apps
Secure subdomains for apps
2023-12-07 16:29:20 -05:00
dr-frmr
bfddc0d0fe
chess! working again! nice! 2023-12-07 16:22:44 -05:00
github-actions[bot]
e3cf9fec63
Format Rust code using rustfmt 2023-12-07 19:27:01 +00:00
dr-frmr
ec873fc333
http_server: add login for secure subdomains 2023-12-07 14:26:31 -05:00
Will Galebach
e91b7e1165 New loader 2023-12-07 16:08:07 +00:00
Will Galebach
9515cbefa8 New loader 2023-12-07 16:07:20 +00:00
Will Galebach
bcd47c2d2e login.html updates 2023-12-07 15:15:48 +00:00
Will Galebach
f53ca494c2 login.html 2023-12-07 14:20:00 +00:00
github-actions[bot]
928e8fe0fe
Format Rust code using rustfmt 2023-12-07 05:06:50 +00:00
dr-frmr
c0cca43d54
http_server: types change, single request type and query_params in request 2023-12-07 00:06:17 -05:00
dr-frmr
a048607d53
Merge branch 'v0.4.0' into dr/secure-subdomains-for-apps 2023-12-06 13:26:18 -05:00
dr-frmr
dfb544c503
use real host in raw_path 2023-12-06 13:23:03 -05:00
dr-frmr
3fa96c89a2
secure subdomains: use 32 chars from hash 2023-12-06 13:17:47 -05:00
bitful-pannul
1cbc110a4e vfs: add recursive dirs within zip files 2023-12-06 12:33:01 -03:00
bitful-pannul
c647573fe9
fs: refactor 1.5 (#74)
* unify chunk types
* refactor memory buffer
* dedup reference counting fixes
* replace bincode with messagepack
2023-12-06 10:54:53 -03:00
hosted-fornet
120fa2b4eb bump all process_lib deps to 5e1b94a 2023-12-05 22:14:43 -08:00
dr-frmr
98de8d3c82
fix test_runner deps 2023-12-05 19:00:33 -05:00
github-actions[bot]
6aa3009366
Format Rust code using rustfmt 2023-12-05 22:03:58 +00:00
dr-frmr
5011b5aeb2
server: add SecureBind action, terminal: print verbosity level with printout 2023-12-05 17:03:27 -05:00
dr-frmr
94c934f67c
little cleanup 2023-12-05 13:37:33 -05:00
hosted-fornet
989645c419
Merge pull request #42 from uqbar-dao/hf/start-from-commandline
start from commandline
2023-12-05 09:37:35 -08:00
hosted-fornet
4844e840c0 remove commented-out code
the commented-out code relates to a speculative feature
that stores ALL KernelMessages in the tester so that tests can
access & assert against more than just whatever Response
they receive

e.g. if a test Request kicks off a chain of 10 Messages,
a test might grab those 10 & assert against some subset of
them; this is not possible unless we store all KernelMessages
somewhere & make them queryable

this is a speculative feature in that we don't have a specific
usecase in mind for it; it was commented-out for this reason
and because it led to significant performance issues (noticeable
slowdown of nodes)
2023-12-05 09:33:19 -08:00
github-actions[bot]
5aef92cdbc
Format Rust code using rustfmt 2023-12-05 00:06:21 +00:00
hosted-fornet
355befa9a6 change clap from derive to dot 2023-12-04 16:05:48 -08:00
hosted-fornet
fd8c478a8d Merge branch 'v0.4.0' into hf/start-from-commandline
Conflicts:
      src/main.rs
      src/terminal.rs
2023-12-04 14:45:11 -08:00
dr-frmr
82a9c3e4c1
Merge pull request #88 from uqbar-dao/dr/terminal-api-update
terminal love
2023-12-04 12:34:14 -05:00
dr-frmr
130f5e1cb5
switch ! to /, update readme, fix errors 2023-12-04 12:28:34 -05:00
dr-frmr
0e5f82c981
WIP: better terminal commands 2023-12-03 23:58:24 -05:00