Commit Graph

662 Commits

Author SHA1 Message Date
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
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
tadad
11b1805d26
Merge pull request #72 from uqbar-dao/da/mut
allowed unused mut
2023-11-20 16:03:56 +02:00
dachus
60ed8a90c9 allowed unused mut 2023-11-20 11:00:51 -03:00
dr-frmr
3fdd605c18
WIP not compiling, httpserver rewrite 2023-11-17 19:28:51 -05:00
Will Galebach
21809b1d46
Login should not determine direct or indirect (#70) 2023-11-17 21:47:17 +00:00
dr-frmr
863cb78741
Merge pull request #69 from uqbar-dao/dr/net-timeout-when-recv
fix: make connection receiver always time out
2023-11-17 13:09:46 -05:00
dr-frmr
f0a3b4b47c
fix: make connection receiver always time out 2023-11-17 13:06:22 -05:00
github-actions[bot]
0c3655f69d
Format Rust code using rustfmt 2023-11-17 18:00:22 +00:00
dr-frmr
b39531166e
move everything into http module 2023-11-17 12:59:52 -05:00
dr-frmr
944b784d9b
Merge pull request #68 from uqbar-dao/wg/encryptor-fixes
Updated encryptor messages to use new type names
2023-11-17 12:13:42 -05:00
github-actions[bot]
57cb620654
Format Rust code using rustfmt 2023-11-17 17:10:37 +00:00