summaryrefslogtreecommitdiff
path: root/discord/discord.cpp
AgeCommit message (Expand)Author
2021-11-16Fix warnings shown by GCC (#47)Dylam De La Torre
2021-11-13presence of ThreadMember means user added to private threadouwou
2021-10-12Fix another unchecked optionalAlexander Rosenberg
2021-10-08fix unchecked optionalsouwou
2021-09-29dont purge on socket closeouwou
2021-09-13Merge branch 'threads'ouwou
2021-09-13fix join guildouwou
2021-09-01send channel lazy load when loading thread if not previously sentouwou
2021-08-28archive/unarchive from channel listouwou
2021-08-20proper member list in threadsouwou
2021-08-16handle archiving via THREAD_UPDATE (sorta)ouwou
2021-08-15emit thread delete if message req 404'souwou
2021-08-15handle thread create via thread_member_updateouwou
2021-08-11rest of view threads windowouwou
2021-08-05better join/leave thread logicouwou
2021-08-05add temporary row for non-joined threadsouwou
2021-08-04basic window to view threadsouwou
2021-08-02basic THREAD_MEMBERS_UPDATE handling for updating channel listouwou
2021-08-02THREAD_LIST_SYNCouwou
2021-08-02leave thread via menuouwou
2021-07-30handle THREAD_DELETEouwou
2021-07-30Merge branch 'master' into threadsouwou
2021-07-30update identify messageouwou
2021-07-28handle THREAD_CREATEouwou
2021-07-27very rudimentary thread supportouwou
2021-07-21fix calculating hoisted color roleouwou
2021-07-11more reliable menu sensitivty/actionsouwou
2021-07-10restrict auto-reconnect to abnormal close codeouwou
2021-07-10disconnect action should interrupt reconnectouwou
2021-07-10dont use unordered collections (reduce memory a bit)ouwou
2021-07-10improve handling of socket close (#31)ouwou
2021-06-26get rid of something badouwou
2021-06-25be more consistent with callbacksouwou
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