summaryrefslogtreecommitdiff
path: root/discord/discord.hpp
AgeCommit message (Expand)Author
2021-01-26show status indicators in member list, change some other shit with presencesouwou
2021-01-25handle opcode 9 invalid session and improve handling socket closureouwou
2021-01-24add viewing audit logouwou
2021-01-23remove cpr as a dependency (#21)ouwou
2021-01-21view and delete invites, more tweakingouwou
2021-01-20add bans to guild settings, tweak some other thingsouwou
2021-01-18some better member/role update handlingouwou
2021-01-15Guild settings 1 (#19)ouwou
2021-01-11add typing indicator with optional res/typing_indicator.gifouwou
2021-01-07improve build process, add github actionsouwou
2021-01-01display repliesouwou
2020-12-22CHANNEL_RECIPIENT_ADD, CHANNEL_RECIPIENT_REMOVEouwou
2020-12-22show slash command/APPLICATION_COMMAND messagesouwou
2020-12-15fix some reaction stuffouwou
2020-12-15display reactions + click to add/removeouwou
2020-12-14pretend to be a real client a little betterouwou
2020-12-14add guild role update, create, delete eventsouwou
2020-12-10cache channelsouwou
2020-12-08disk cache guildouwou
2020-12-05member, emojiouwou
2020-11-28Merge branch 'master' into disk-cacheouwou
2020-11-27set user-agent through iniouwou
2020-11-23progress 2ouwou
2020-11-19initial sqlite, store userouwou
2020-11-16fix heartbeat breaking after resume, make websocket use sigcouwou
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