summaryrefslogtreecommitdiff
path: root/discord/discord.hpp
AgeCommit message (Expand)Author
2020-11-15handle reconnect messagesouwou
2020-11-14remove some stuffouwou
2020-11-08add open dm to user menuouwou
2020-11-08allow multiple components to display shared user menuouwou
2020-11-01add set status for funsiesouwou
2020-11-01handle GUILD_UPDATEouwou
2020-10-19CHANNEL_CREATE, CHANNEL_UPDATE, CHANNEL_DELETEouwou
2020-10-13add PRESENCE_UPDATE handling (for user object only)ouwou
2020-10-13handle GUILD_MEMBER_UPDATEouwou
2020-10-12add kick/banouwou
2020-10-07store emoji dataouwou
2020-10-05slap a bunch of shit everywhere until the crashing stopsouwou
2020-10-01handle MESSAGE_DELETE_BULKouwou
2020-10-01bump gateway version to 8ouwou
2020-09-24put PermissionOverwrite in the store where it belongsouwou
2020-09-24basic permission handling + use for edit/deleteouwou
2020-09-21join/leave guildouwou
2020-09-17refactor channel listingouwou
2020-09-09MessageData -> Message (whoops)ouwou
2020-09-09rename and reorder a bunch of discord stuffouwou
2020-09-07use a singleton (oh no) instead of passing Abaddon* everywhereouwou
2020-09-06DiscordClient uses signals nowouwou
2020-09-06refactor (store)ouwou
2020-09-05better member list, role color, some fixesouwou
2020-09-05handle http errors a bit betterouwou
2020-09-05lazy loading, member list, some other shitouwou
2020-09-04pass around snowflake instead of MessageDataouwou
2020-08-30add ability to edit messagesouwou
2020-08-30add MESSAGE_UPDATEouwou
2020-08-30use zlib-stream for websocketouwou
2020-08-30store READY user data into clientouwou
2020-08-30add DiscordClient::DeleteMessageouwou
2020-08-29add dm'souwou
2020-08-29add MESSAGE_DELETE handlingouwou
2020-08-28move discord json stuff to separate fileouwou
2020-08-28scroll up to load more messagesouwou
2020-08-27read embed jsonouwou
2020-08-25fix guild order, add copy id guild, add broken zlib, start member listouwou
2020-08-21send chat messagesouwou
2020-08-21shitty MESSAGE_CREATE handlingouwou
2020-08-20rudimentary chatouwou
2020-08-19add http client and channel reordering (waste of time)ouwou
2020-08-19populate channel list from READY message and other shitouwou
2020-08-19settings, token entry, receive READYouwou
2020-08-17connect and heartbeatouwou