Lucas Müller
Lucas Müller
Concord is a Discord API wrapper made in C
## What? - Cover all of Discord API's event callbacks - BSD Makefile compliant build system, enable `-O2` compilation flag per the default - Cover remaining endpoints - Update to...
There are still a couple endpoints left that Orca has yet to cover, as outlined by the [Discord Roadmap](https://github.com/cee-studio/orca/blob/master/docs/DISCORD_ROADMAP.md). The following files are meant for wrapping endpoints: `discord-application-command.c` `discord-audit-log.c` `discord-channel.c`...
## What? Add support for the `X-Audit-Log-Reason` header. ## Why? The `X-Audit-Log-Reason` header allows providing context to the request being performed, which is then added to the guild's Audit Log....
## Describe the feature We should support the `X-Audit-Log-Reason` header for any request that may include it, and provide the `Reason` string returned by it ## Acceptance criteria - [x]...
## Describe the feature Support zlib payload decompressing for incoming WebSockets payloads. ## Acceptance criteria - [ ] Compressed WebSockets payload should be decompressed on our end. ## Version v2.1.0...
## Describe the feature Add client callbacks for **On Reconnect**, **On Shutdown** and **On Error**. Clients should be able to deal with those events on-demand, as they might have a...
## Describe the feature The current API for Voice Connection should be rewritten, as it relies on the outdated paradigm of starting a thread per voice connection, and does not...