summaryrefslogtreecommitdiff
path: root/src/discord
AgeCommit message (Collapse)Author
2023-04-13Merge branch 'master' of https://github.com/uowuo/abaddon into voiceouwou
2023-04-11Merge branch 'master' into voiceouwou
2023-03-16handle role mentionsouwou
2023-03-10handle USER_GUILD_SETTINGS_UPDATE for notificationsouwou
2023-03-08handle notification level 3ouwou
2023-03-06add basic guild notificationsouwou
2023-03-01fix @everyone not being considered a mentionouwou
2023-02-14fix buildouwou
2023-02-07Merge branch 'master' into voiceouwou
2023-02-01Merge branch 'master' into pchouwou
2023-01-29first pass compile time optimizationouwou
2023-01-21Merge branch 'master' into foldersouwou
2023-01-21mimic discord group dm naming scheme (closes #133)ouwou
2023-01-21speed up channel list population on connect a good bitouwou
2023-01-16persist voice settings, handle volume w/ no ssrcouwou
2023-01-07fix voice_user_connect signalouwou
2023-01-06display users in voice in channel listouwou
2023-01-03start voice info boxouwou
2023-01-03actually go to connected state and transmit dataouwou
2023-01-03re-add ssrc mapouwou
2023-01-03rewrite DiscordVoiceClient and stuffouwou
2022-12-23basic folder supportouwou
2022-12-21add option to dump ready payload because thats usefulouwou
2022-11-15actually reconstruct websocket on voice connectouwou
2022-11-15mess with some websocket stuff to try and fix thingsouwou
to be honest, im not sure what ive done here. whatever memory i have of the issue i was trying to fix has long disappeared by the time im committing this. theres still some issues with being force disconnected and i really dont understand it ill figure it out eventually... maybe :/
2022-11-08add ability to set capture deviceouwou
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