8000 Tags · RealTimeChris/DiscordCoreAPI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: RealTimeChris/DiscordCoreAPI

Tags

v2.0.9

Toggle v2.0.9's commit message
Updating to remove DEBUG from link options.

v2.0.8

Toggle v2.0.8's commit message
DiscordCoreAPI Release 2.0.8

* Updated to keep in track with Jsonifier dependency.
* Removed the compile-time CPU architecture script.

v2.0.7

Toggle v2.0.7's commit message
DiscordCoreAPI Release 2.0.8

* Updated to keep in track with Jsonifier dependency.
* Added a detect-cpu-architecture script.

v2.0.6

Toggle v2.0.6's commit message
DiscordCoreAPI Release v2.0.6

* Updated the song platforms to support requesting playlists.
* Added a DCA_INLINE macro.
* Modified the usage of certain Jsonifier classes to hold up to the updates.

v2.0.5

Toggle v2.0.5's commit message
DiscordCoreAPI Release v2.0.5

* Updated the moveThroughMessagePages function to fix an issue with iterating over pages.
* Updated a few of the functions to accommodate for the changes made to the depended-upon library Jsonifier.

v2.0.4

Toggle v2.0.4's commit message
DiscordCoreAPI Release v2.0.4

* Modified the calls to createArray() to become createValue().
* Fixed an issue with a SongAPI not requesting the proper data.
* Updated a bunch of function calls to reflect changes made to the depended library Jsonifier.

v2.0.3

Toggle v2.0.3's commit message
DiscordCoreAPI Release v2.0.3

* Modified the thread pool.
* Exchanged some superfluous strings for vectors.
* Renamed a class.
* Updating the docs for the website.
* Updated to accommodate for changes made to the Jsonifier depended-upon library.

v2.0.2

Toggle v2.0.2's commit message
DiscordCoreAPI Release v2.0.2

* Modified the connection behavior of the VoiceConnection class.
* Added support for the Discord "custom bot status"es.
* Modified the getCached(x) functions to retrieve from the HTTPS endpoints when the object is absent from the cache.
* Replaced all of std::string with jsonifier::string, std::string_view with jsonifier::string_view.
* Added a ToEntity interface for collecting data-structures from their Snowflake ids.
* Modified the CMakeLists.txt files.
* Also modified calls to stoull et al.
* Removed a bunch of superfluous concepts.
* Refactored the KeyHasher and KeyAccessor classes.
*  Modified the VoiceConnection class to better avoid unnecessary calls to getUserAsync.
* Switched from using strings to using string_views in the Https client classes.
* Fixed an issue with a moved-from object.
* Updated the caching behaviors of the EventManager class.

v2.0.1

Toggle v2.0.1's commit message
[bot] VCPKG info update [skip ci]

v2.0

Toggle v2.0's commit message
DiscordCoreAPI Release v2.0

-Removed DetectArchitecture.cmake to allow for Jsonifier's version to run.
-Modified the UnorderedSet and UnorderedMap classes to improve performance and stability.
0