tarbomb
tarbomb
I have taken care of [Get Guild Invites](https://discord.com/developers/docs/resources/guild#get-guild-invites) at [this pull request.](https://github.com/cee-studio/orca/pull/710).
Fix bug on big-endian platforms, caused by cws assuming the GNU extension __BYTE_ORDER__ is defined.
I think before the PR is accepted, we should do a bit of testing. The code changed is pretty critical to the function of Concord, after all. @HackerSmacker, do you...
Fix bug on big-endian platforms, caused by cws assuming the GNU extension __BYTE_ORDER__ is defined.
> > I think before the PR is accepted, we should do a bit of testing. The code changed is pretty critical to the function of Concord, after all. @HackerSmacker,...
Fix bug on big-endian platforms, caused by cws assuming the GNU extension __BYTE_ORDER__ is defined.
Currently compiles fine on both Linux and BSD. On Linux, there is a warning about the queue and ratelimiting, which can be found [here](https://pastebin.com/Vh1NFdKZ). That being said, that part was...
Fix bug on big-endian platforms, caused by cws assuming the GNU extension __BYTE_ORDER__ is defined.
> > I think before the PR is accepted, we should do a bit of testing. The code changed is pretty critical to the function of Concord, after all. @HackerSmacker,...
Fix bug on big-endian platforms, caused by cws assuming the GNU extension __BYTE_ORDER__ is defined.
Honestly I agree with Hacker. Somewhere down the road we are likely to be better off just purging CWS, and rolling our own solution. But, that day has not come...
Are we 100% sure this is an issue? :^)