Commit Graph

104 Commits

Author SHA1 Message Date
kozabrada123 34c772901f Merge w/ dev 2024-02-01 08:12:41 +01:00
bitfl0wer 3700347503
Change license to Mozilla Public License v2.0 2024-01-30 10:03:14 +01:00
kozabrada123 eeb3b4a304 Merge branch 'dev' into feature/voice 2024-01-20 07:27:25 +01:00
bitfl0wer 59b6907481
Merge branch 'main' of https://github.com/polyphony-chat/chorus 2024-01-19 21:50:44 +01:00
bitfl0wer f7d31fe57b
bump version to 0.14.0 2024-01-19 21:50:42 +01:00
kozabrada123 60c0c3c536 committed too much 2024-01-19 19:45:34 +01:00
kozabrada123 a787a989ef update voice heartbeat, fix the new test issue 2024-01-19 19:42:24 +01:00
kozabrada123 2bf022924b merge w/ dev 2024-01-19 19:24:59 +01:00
kozabrada123 8a2bc8287e Revert "Mess w/ the tests to see if it really works"
This reverts commit 8243f103f9.
2024-01-19 16:05:34 +01:00
kozabrada123 8243f103f9 Mess w/ the tests to see if it really works 2024-01-19 15:53:24 +01:00
kozabrada123 34cc344c8d feat: switch safina_timer for tokio, fix sleep duration overflow in examples 2024-01-19 15:48:59 +01:00
kozabrada123 d37415fc13 feat: fix heartbeat time on WASM 2024-01-19 14:55:23 +01:00
kozabrada123 7a41667ad4 chore: update getrandom version to match wasm version 2024-01-12 17:40:09 +01:00
kozabrada123 81dfcb93f1 chore: merge dev, fix merge conflict 2024-01-12 16:49:01 +01:00
kozabrada123 03fd1a6787 feat: new encryption modes, minor code quality 2024-01-12 16:45:56 +01:00
bitfl0wer 7fdb4bae49
bump package versions 2024-01-11 19:36:36 +01:00
bitfl0wer de42299fd0
bump reqwest to 0.11.23 2024-01-11 19:30:40 +01:00
kozabrada123 cdba76bcf9 api: split voice gateway and udp features, test for voice gateway in WASM 2023-12-30 13:17:12 +01:00
kozabrada123 2b729dc8fd chore: clarify UDP on WASM 2023-12-30 11:42:44 +01:00
kozabrada123 c86a312615 feat: decryption? 2023-12-16 13:46:29 +01:00
kozabrada123 6a5d58329d fix: attempt to fix failing wasm build 2023-12-16 11:25:33 +01:00
kozabrada123 9eee1f74a3 chore: merge main 2023-12-16 10:30:01 +01:00
bitfl0wer bbdcd35b60
Bump version 2023-12-03 22:35:45 +01:00
kozabrada123 d3e0c82369 Merge with latest dev 2023-11-22 19:39:53 +01:00
bitfl0wer eb71a77a2c
Update reqwest dependency to version 0.11.22 2023-11-22 17:32:22 +01:00
bitfl0wer 8a5537606a
Bump version, explain why custom `reqwest` 2023-11-22 16:14:47 +01:00
bitfl0wer 1c7e318201
Add wasm-bindgen-futures 2023-11-22 14:24:01 +01:00
bitfl0wer c456d65c2f
Add wasm-bindgen to Cargo.toml 2023-11-20 11:41:32 +01:00
bitfl0wer dc0c2ee430
add wasm-bindgen-test 2023-11-19 22:49:41 +01:00
bitfl0wer 129e72dbf0
TEMP: Compile wasm dependencies&code per default
TODO: Check todos before merging into dev
2023-11-19 12:52:11 +01:00
bitfl0wer 9d88f50bf7
start implementing wasm gateway 2023-11-19 01:31:04 +01:00
bitfl0wer fc6a45b4fc
Apparently, the conditional dependency now works again. lol 2023-11-18 19:18:55 +01:00
bitfl0wer b03d6b45a4
Use upstream ws_stream_wasm 2023-11-18 19:13:26 +01:00
bitfl0wer 43a692b37a
Use ws_stream_wasm fork 2023-11-18 15:27:22 +01:00
bitfl0wer cda9bd35b0
Move ws_stream_wasm to shared dependencies
Avoids conditional compiling bug i haven't yet fully found out. See:
https://cloud.bitfl0wer.de/s/KEcZs7PtQ3JZo8x
2023-11-16 16:28:55 +01:00
kozabrada123 4faf25165d Merge main 2023-11-16 09:59:09 +01:00
bitfl0wer 3f66006a45
Merge branch 'main' into feature/wasm32-unknown 2023-11-14 16:30:24 +01:00
Flori bd8bf80fde
Bump version 2023-11-14 16:02:51 +01:00
Flori ff504b454c
Manually bump tungstenite to 0.20.1 in cargo.toml 2023-11-14 12:33:12 +01:00
bitfl0wer 1450546429
Replace tokio::time with safina-timer 2023-11-13 19:20:38 +01:00
bitfl0wer cafd645dd3
Use patched reqwest with multipart-headers support 2023-11-13 17:34:16 +01:00
bitfl0wer 3124c452d8
Include `rand` crate in all targets 2023-11-13 15:38:20 +01:00
bitfl0wer 5fff060f4b
remove sqlx from wasm-exclusion, add futures-timer 2023-11-13 15:29:37 +01:00
bitfl0wer 6ad5a5851f
compile-lock most wasm32 incompatibilities 2023-11-13 13:55:55 +01:00
bitfl0wer 15b5eab08c
Format changes 2023-11-13 12:57:17 +01:00
bitfl0wer b0b9729662
+ ws_stream_wasm, - dev-dependency on tokio/full 2023-11-13 12:43:00 +01:00
bitfl0wer cc252ddefc
HOTFIX: remove openssl, like it was intended 2023-11-12 18:04:47 +01:00
bitfl0wer c67ce5cc2d
Remove openssl-dependency fully 2023-11-12 18:04:15 +01:00
bitfl0wer 88958b1a2b
Bump version for chorus 2023-11-12 17:41:59 +01:00
bitfl0wer 57a83bdd88
Remove openssl, use rustls and rand instead 2023-11-12 17:20:32 +01:00