C++ discord client oriented for performance
Go to file
2020-09-05 21:05:52 -04:00
components add int -> color to util 2020-09-05 21:05:52 -04:00
css add embed author/footer, tweak fields 2020-09-03 22:36:57 -04:00
dialogs add ability to edit messages 2020-08-30 22:55:36 -04:00
discord wrap gateway message handling in a big ol try/catch 2020-09-05 21:00:00 -04:00
windows lazy loading, member list, some other shit 2020-09-05 00:55:06 -04:00
.clang-format connect and heartbeat 2020-08-17 02:40:03 -04:00
.gitignore settings, token entry, receive READY 2020-08-19 01:07:55 -04:00
abaddon.cpp bug moment 2020-09-05 01:04:28 -04:00
abaddon.hpp lazy loading, member list, some other shit 2020-09-05 00:55:06 -04:00
Abaddon.sln connect and heartbeat 2020-08-17 02:40:03 -04:00
Abaddon.vcxproj add util with AlphabeticalSort 2020-09-05 20:58:11 -04:00
Abaddon.vcxproj.filters add util with AlphabeticalSort 2020-09-05 20:58:11 -04:00
README.md Update README.md 2020-09-05 05:09:46 +00:00
settings.cpp populate channel list from READY message and other shit 2020-08-19 01:13:36 -04:00
settings.hpp settings, token entry, receive READY 2020-08-19 01:07:55 -04:00
util.hpp add int -> color to util 2020-09-05 21:05:52 -04:00

Building:

Windows:

  1. vcpkg install gtkmm:x64-windows nlohmann-json:x64-windows ixwebsocket:x64-windows cpr:x64-windows zlib:x64-windows simpleini:x64-windows
  2. open sln and compile

Mac/Linux:

  1. good luck

Built using: