orca
orca copied to clipboard
C Multi-REST API library for Discord, Slack, Reddit, etc.
The new timeout API is a new way to moderate. Is timeout API supported? If so, could someone make an example please?
Loginfo doesn't work if you don't use the config.json for set the configurations, like the loginfo, even if you use logconf as false. code that should make it work: ```c...
The `image` field for the function `discord_create_guild_emoji_params()` isn't able to send the image data over JSON needed to create the emoji and will need to be sent separately.
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`...
There's some things I'd like to do like this: https://discord.com/developers/docs/resources/channel#start-thread-in-forum-channel I realize that forums only recently rolled out, but it would be lovely to have the added functions to properly...
The NULL Pointer vulnerability happens in `ntl_to_buf()`, `cee-utils/ntl.c` How the vulnerabilitiy happens: 1. `ntl_to_buf()` is invoked with `buf` is `NULL`, the first element of `p` is `NULL` 2. The NULL...