summaryrefslogtreecommitdiff
path: root/src/discord/discord.cpp
AgeCommit message (Expand)Author
2023-01-03start voice info boxouwou
2023-01-03rewrite DiscordVoiceClient and stuffouwou
2022-12-23basic folder supportouwou
2022-12-21add option to dump ready payload because thats usefulouwou
2022-11-15mess with some websocket stuff to try and fix thingsouwou
2022-11-08add ability to set capture deviceouwou
2022-10-18store user data from voice state updatesouwou
2022-10-12add user row on voice connectouwou
2022-10-10remove user from list on disconnectouwou
2022-10-07Merge branch 'master' into voiceouwou
2022-10-06remove ability to join guildsouwou
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