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
operarotas
ed978f3781
qns sending message to net only if currently relevant property has changed
2023-12-06 19:24:33 -05:00
operarotas
df7f71dbdf
correct formatting of node id when retrieving router name
2023-12-06 16:40:24 -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
operarotas
2936450981
assigning node.name and node.node
2023-12-06 10:44:05 -05:00
operarotas
784d62d232
changed qns addr in register.rs
2023-12-06 10:43:56 -05:00
operarotas
80d1af85ed
wip new implementation for event indexing in qns indexer
2023-12-06 10:41:49 -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
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
dr-frmr
fea8d61bd2
Merge pull request #84 from uqbar-dao/revert-81-da/ws-fix
...
Revert "websockets fixed"
2023-11-30 15:45:43 -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
ecd8d6ca2f
Revert "websockets fixed"
2023-11-30 15:41:48 -05:00
tadad
dbcf5757d4
Merge pull request #81 from uqbar-dao/da/ws-fix
...
websockets fixed
2023-11-30 22:18:08 +02:00