summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-14add window to change more stuff with opusouwou
2022-11-09model stuff to track active deviceouwou
also minor refactor
2022-11-08add ability to set capture deviceouwou
2022-11-08fix up CI:ouwou
add libhandy as dependency change ubuntu actions environment update nlohmann/json to latest release add preprocessor checks
2022-11-05add basic combobox to choose output device, start using spdlogouwou
2022-10-24only enable microphone when in a voice channelouwou
2022-10-24Merge branch 'master' into voiceouwou
2022-10-23add option to autoconnect (closes #114)ouwou
2022-10-23Add option to hide the menu bar behind alt key (#115)ouwou
2022-10-21add gain slider (how 2 loudmic? 🤓)ouwou
2022-10-20use new volume meter for other usersouwou
2022-10-18store user data from voice state updatesouwou
2022-10-18decay capture meter fasterouwou
2022-10-18custom draw capture volume with gate indicatorouwou
2022-10-18basic voice gateouwou
2022-10-16basic volume metersouwou
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-07show avatar in voice windowouwou
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-05center voice windowouwou
2022-10-05put voice member list in a scrolled windowouwou
2022-10-05one mutex is enoughouwou
2022-10-05add per user volume sliderouwou
2022-10-04temp mindeps build fixouwou
2022-10-03support voice text channelsouwou
2022-10-03try and handle voice socket closure properly maybeouwou
2022-10-02close voice window on context menu disconnectouwou
2022-10-01rudimentary dm voice call supportouwou
2022-09-30try to fix mindeps buildouwou
2022-09-30dont dispatch udp to mainouwou
2022-09-29fix crash on disconnectouwou
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-25open browser on mouse release (fixes #108)ouwou
2022-09-09Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2022-09-09store user from interaction even if member is not presentouwou
2022-09-09fix some potential crashes because of optionalsouwou
2022-09-09add opt-in hide to system tray icon (#99)KnightMurloc
2022-09-06make voice disconnect/reconnect workouwou