summaryrefslogtreecommitdiff
path: root/src/discord
AgeCommit message (Collapse)Author
2022-11-05add basic combobox to choose output device, start using spdlogouwou
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-09Merge branch 'master' into voiceouwou
2022-10-09make CURLOPT_ACCEPT_ENCODING automaticouwou
2022-10-07Merge branch 'master' into voiceouwou
2022-10-06remove ability to join guildsouwou
because 1. joining a guild seems to often require captchas now which are never going to be supported and 2. joining guilds is one of the things that upsets discords spam filter the most, so it kinda makes sense to remove anyways just like open dm
2022-10-06remove a bunch of unnecessary fields from user settingsouwou
2022-10-03try and handle voice socket closure properly maybeouwou
2022-10-01rudimentary dm voice call supportouwou
2022-09-30dont dispatch udp to mainouwou
2022-09-29add udp keepaliveouwou
2022-09-29display user list, client side muteouwou
2022-09-28basic mute/deafenouwou
2022-09-28manage decoders with ssrc updatesouwou
2022-09-28synchronize ws close/open to creating threadouwou
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-06try to fix shutdown with selectouwou
2022-09-05basic voice capture + transmissionouwou
2022-09-02make compile work if voice support is disabledouwou
2022-09-02handle multiple speakers properlyouwou
2022-08-31dont send preferred regionouwou
2022-08-31fix compilation maybeouwou
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-08-10fix removing roles from members (maybe)ouwou
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-09handle premium server upload size limitsouwou
2022-07-08fix compileouwou
2022-07-07add upload progress barouwou
2022-07-05fix checks for is botouwou
2022-06-17add file upload via dnd + rework httpouwou
2022-06-14refactor send message params into one structouwou
2022-06-14Merge branch 'master' into attachmentsouwou
2022-06-14hoisted_role can be missing from guild member list updateouwou
2022-06-09remove temp attachment files when theyre actually done being uploadedouwou
2022-06-05start attachments (image paste and upload)ouwou
2022-06-05try to fix multiple attachment handlingouwou
2022-05-19remove thing i shouldnt have committedouwou
2022-05-19fix role updates (fixes #69, fixes #70)ouwou