summaryrefslogtreecommitdiff
path: root/discord/discord.cpp
AgeCommit message (Expand)Author
2021-06-24change how client determines if verification is needed (#28)ouwou
2021-06-23add pin menu item to messagesouwou
2021-06-23update pins window on pin/unpinouwou
2021-06-20fetch pins from store if already requestedouwou
2021-06-17add unpin to menu, refactor a bitouwou
2021-06-15pins: separate msgs, sort and storeouwou
2021-06-11basic pins windowouwou
2021-06-10reduce db access + refactorouwou
2021-06-03allow overriding of gateway + api urlouwou
2021-05-11friends: accept incomingouwou
2021-05-10friends: send friend requestsouwou
2021-05-09add ability to remove relationshipsouwou
2021-05-09Merge branch 'master' into friendsouwou
2021-05-09handle RELATIONSHIP_ADDouwou
2021-05-08Merge branch 'master' into friendsouwou
2021-05-08handle RELATIONSHIP_REMOVEouwou
2021-05-07Merge branch 'master' into friendsouwou
2021-05-07send user data over signal_presence_updateouwou
2021-05-07start friends listouwou
2021-05-05GetUserStatus returns offline instead of nulloptouwou
2021-04-28properly store permission overwrites & updatesouwou
2021-04-21bump to api v9 now that it's liveouwou
2021-04-15Merge branch 'slowmode'ouwou
2021-04-15fix handling of reconnect messagesouwou
2021-04-14update rate limit indicator on failed message sendouwou
2021-04-13handle rate limited channelsouwou
2021-04-13pass message object through signal instead of just the idouwou
2021-04-13dont emit reconnecting close codeouwou
2021-04-12remove disconnect emit when stopping clientouwou
2021-04-05fix build (again ffs)ouwou
2021-04-05allow using animated emojis + emojis from other servers w/ nitroouwou
2021-04-04display interaction responses (again)ouwou
2021-04-03show pending/failed messagesouwou
2021-03-27fix potential crashouwou
2021-03-22basic member verification for guilds that set rulesouwou
2021-03-17manage emojisouwou
2021-03-14try fix buildouwou
2021-03-14add ability to create repliesouwou
2021-03-12add ability to reorder rolesouwou
2021-03-08modify role colorouwou
2021-03-07change role nameouwou
2021-03-07edit guild-level permissions for rolesouwou
2021-02-28add members panel/change member rolesouwou
2021-02-28handle UPDATE in GUILD_MEMBER_LIST_UPDATEouwou
2021-02-28improve handling of ROLE_ gateway eventsouwou
2021-02-27fix DiscordClient::GetMemberHighestRoleouwou
2021-02-26store member data received in MESSAGE_CREATE, _UPDATEouwou
2021-02-18add menus to dm channels + close/leave dmouwou
2021-02-18join guild -> accept invite, handle group dm invitesouwou
2021-02-18add menu item to add recipient to group dmouwou