summaryrefslogtreecommitdiff
path: root/src/discord/discord.cpp
AgeCommit message (Expand)Author
2022-10-01rudimentary dm voice call supportouwou
2022-09-29display user list, client side muteouwou
2022-09-28basic mute/deafenouwou
2022-09-28manage decoders with ssrc updatesouwou
2022-09-27Merge branch 'master' into voiceouwou
2022-09-09store user from interaction even if member is not presentouwou
2022-09-06make voice disconnect/reconnect workouwou
2022-09-02make compile work if voice support is disabledouwou
2022-08-31rudimentary voice implementationouwou
2022-08-17fetch cookies and build number on startupouwou
2022-08-12Merge branch 'attachments'ouwou
2022-08-11spoof a bunch of headers like the web clientouwou
2022-08-10update capabilities and client build numberouwou
2022-08-10remove ability to create dmsouwou
2022-07-31stop printing every event typeouwou
2022-07-25limit how often progress bar can updateouwou
2022-07-14fix potential deadlockouwou
2022-07-10try to fix compile againouwou
2022-07-08fix compileouwou
2022-07-07add upload progress barouwou
2022-06-17add file upload via dnd + rework httpouwou
2022-06-14refactor send message params into one structouwou
2022-06-09remove temp attachment files when theyre actually done being uploadedouwou
2022-06-05start attachments (image paste and upload)ouwou
2022-05-19fix role updates (fixes #69, fixes #70)ouwou
2022-05-17only save state when actually disconnecting (fixes #65)ouwou
2022-05-06clear tabs when access lost, show blanks for missing channelsouwou
2022-04-07remove mark all as read (it doesnt work on API end)ouwou
2022-04-07fix open dm opening the wrong thing sometimesouwou
2022-04-05fix up a bunch of clang-tidy stuffouwou
2022-03-03start sending request guild members for unknown membersouwou
2022-03-03fill out gateway op enum using internal namesouwou
2022-01-26muted dms dont contribute to unread countouwou
2022-01-20add mark as unread/toggle mute for threadsouwou
2022-01-20handle mute/unmute updates for threadsouwou
2022-01-20handle initial muted state for threadsouwou
2022-01-20show unread indicators for threadsouwou
2022-01-08show count of unread dms in headerouwou
2022-01-08handle mute/unmute for dmsouwou
2022-01-05fix initial read state for dmsouwou
2022-01-05handle mutable categoriesouwou
2021-12-30add mute/unmute guild menu itemouwou
2021-12-29handle change of mute state for guildsouwou
2021-12-29validate iso8601 when parsing to snowflakeouwou
2021-12-28take mute_config.end_time into account for muted entriesouwou
2021-12-28messages sent by user shouldnt count as new unreadsouwou
2021-12-25take muted channels into account for unread guild indicatorouwou
2021-12-25check view permissions for channels in read stateouwou
2021-12-25mark more channels as unread properlyouwou
2021-12-22add mark all as readouwou