chorus
chorus copied to clipboard
A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
Currently, `ChorusRequest::send_request()` relies on a `user: ChorusUser`. This is a problem, because there are cases where we'd like to send a rate-limited request without having a pre-existing `ChorusUser` struct. This...
There might be a future security vulnerability in Chorus, if we implement polyproto into Chorus without the correct considerations. For example: Lets say we have a `Relationship` object. `PartialEq` on...
The following checklist should be completed for a release build of Chorus. The list is sourced from here: These so called API Guidelines should not be forced upon the project,...
Add support for sending and receiving live streams of WebRTC Video and Audio.
See for an API reference and implementation details. - [x] #289 - [x] #288 - [x] #290 - [x] #291 - [x] #292 - [x] #293 - [x] [Add Guild...
stdlib is heavily broken on wasm32-unknown-unknown. Using methods or structs exported by `std` will mostly not cause compile errors, but will crash when called at runtime. This is the case...
There should be a test which lives at least long enough to live through 2-3 gateway heartbeat cycles, to test that behaviour
2-Factor-Authentication functionality should be checked for functionality.
It should be possible to modify all aspects of a user profile using this library. This includes, but is not limited to: - [x] Username - [x] Discriminator - [x]...
Add, delete, modify and get server emojis.