Commit Graph

1338 Commits

Author SHA1 Message Date
bitfl0wer 7e710072c5 Add login, instance examples 2023-11-13 22:20:50 +01:00
bitfl0wer ec8d1c1f90 Replace tokio::time with safina-timer 2023-11-13 19:20:38 +01:00
bitfl0wer 641abe8ba6 Use patched reqwest with multipart-headers support 2023-11-13 17:34:16 +01:00
bitfl0wer 1b7450366f Include `rand` crate in all targets 2023-11-13 15:38:20 +01:00
bitfl0wer 9f81806ff1 remove sqlx from wasm-exclusion, add futures-timer 2023-11-13 15:29:37 +01:00
bitfl0wer aa657d12fc Ensure rt and rt_multi_thread aren't both enabled 2023-11-13 15:26:46 +01:00
bitfl0wer 7f3bb944b7 make SentryConfiguration wasm-compatible
- Moved `hostname` lib behind conditional compiling
- provided alternative implementation of hostname::get for wasm-targets
2023-11-13 15:18:22 +01:00
bitfl0wer af0178e15a compile-lock most wasm32 incompatibilities 2023-11-13 13:55:55 +01:00
bitfl0wer cc80bb50be Format changes 2023-11-13 12:57:17 +01:00
bitfl0wer 110ce51c05 + ws_stream_wasm, - dev-dependency on tokio/full 2023-11-13 12:43:00 +01:00
bitfl0wer 6af267c7cf HOTFIX: remove openssl, like it was intended 2023-11-12 18:04:47 +01:00
bitfl0wer c3d6937171 Remove openssl-dependency fully 2023-11-12 18:04:15 +01:00
Flori f9065d4c99 OpenSSL -> rustls, actions version bumps (#433) 2023-11-12 17:43:51 +01:00
bitfl0wer 279ac9d8ca Bump version for chorus 2023-11-12 17:41:59 +01:00
Flori e1d82f0632 bump actions version (#432)
- bump checkout to @v4
- bump rust-toolchain to @v1
2023-11-12 17:39:55 +01:00
bitfl0wer 2edab4cc99 include "dev" branch in actions executions 2023-11-12 17:32:57 +01:00
Flori 5c6d14fc48 Remove openssl, use rustls and rand instead (#431)
This PR removes the dependency on `openssl`, which is not compatible
with the `wasm32-unknown-unknown` target, completely. It is replaced by
`rustls` for TLS/SSL and `rand` for cryptographically safe pseudo-RNG.
2023-11-12 17:31:31 +01:00
bitfl0wer fac543bf5a bump actions version
- bump checkout to @v4
- bump rust-toolchain to @v1
2023-11-12 17:30:49 +01:00
bitfl0wer 2f559b1397 Remove openssl, use rustls and rand instead 2023-11-12 17:20:32 +01:00
kozabrada123 1d6d12fdbe feat: packet parsing! 2023-11-12 14:59:28 +01:00
kozabrada123 85ea88084e feat: return ip discovery data + minor update 2023-11-12 13:33:29 +01:00
kozabrada123 8e6eb9926e feat: kinda janky ip discovery impl 2023-11-12 12:54:32 +01:00
kozabrada123 e4e4f2cc11 fix: deserialization error in speaking bitflags 2023-11-12 10:53:23 +01:00
kozabrada123 0e0bff8dbe Restructure voice to new module 2023-11-12 10:52:42 +01:00
kozabrada123 f90c91628a Create seperate voice_gateway.rs and voice_udp.rs 2023-11-12 10:50:07 +01:00
kozabrada123 6ecbda1550 Update to v7 2023-10-15 11:51:59 +02:00
kozabrada123 ca6d629006 Clarify FIXME related to #430 2023-10-15 09:47:36 +02:00
kozabrada123 84295a50e0 Update voice identify 2023-10-15 09:47:08 +02:00
kozabrada123 a5e7568e06 Fix error failing to 'deserialize' properly 2023-10-14 18:13:09 +02:00
kozabrada123 97049dbd9d Voice gateway updates 2023-10-14 11:51:31 +02:00
kozabrada123 7c143c3b28 Fix bad request in voice gateway init 2023-10-14 11:03:50 +02:00
kozabrada123 6f3e5153ac ?? 2023-10-14 10:49:51 +02:00
kozabrada123 89f1bdb2da Event updates via the scientific method 2023-10-14 10:43:02 +02:00
kozabrada123 086005737f Make voice event fields pub 2023-10-14 10:29:05 +02:00
kozabrada123 d3ab5928eb Add default impl for voicegatewayerror 2023-10-14 10:25:28 +02:00
kozabrada123 f19a2eaf21 Modernise voice gateway 2023-10-14 09:58:26 +02:00
kozabrada123 efc2fe2ba3 Minor doc fixes 2023-10-14 08:53:31 +02:00
kozabrada123 06ea17875f 275 commits behind ono 2023-10-14 08:41:26 +02:00
kozabrada123 3fc0a7dd37 Rebase 2023-10-14 08:19:35 +02:00
Quaternion 904d54edbe Feature lock UpdateMessage implementations 2023-09-22 20:45:19 -04:00
Quaternion c492875838 Make new enums derive sqlx::Type 2023-09-22 20:44:56 -04:00
Quaternion 8d8b7c0b12 Update GuildDefaults to use new enums 2023-09-22 20:44:25 -04:00
Flori 5f63f3cf36 Merge Dev changes into main (#428)
The changes in this branch include a ton of QoL improvements I have
discovered while working on the Client, using Chorus.
2023-09-10 11:46:14 +02:00
bitfl0wer c4b0891ec8 Make events module pub 2023-09-06 01:32:38 +02:00
bitfl0wer 33b99534ca Make WebsocketEvent send, Sznc, Debug 2023-09-05 22:29:04 +02:00
bitfl0wer 3e86460271 Implement UpdateMessage for GuildCreate 2023-09-05 14:41:02 +02:00
bitfl0wer c037c7907b Implement UpdateMessage for GuildDelete 2023-09-05 13:35:01 +02:00
bitfl0wer 59ab862b17 Simplify this loop 2023-09-05 13:34:22 +02:00
bitfl0wer 242021a50a Make the fields on this type public 2023-09-05 13:33:50 +02:00
bitfl0wer 7938f0295e Add source url field trait 2023-09-03 21:00:48 +02:00