summaryrefslogtreecommitdiff
path: root/src/discord/discord.cpp
AgeCommit message (Expand)Author
2023-07-13Merge pull request #185 from uowuo/remoteauthouwou
2023-07-06fix bad optional access in channel delete (fixes #187)ouwou
2023-07-05Don't count muted channels towards unread state of categoryJerzy Kozera
2023-07-04Show unread indicators next to categories containing unread channelsJerzy Kozera
2023-07-01show status, error when captcha requiredouwou
2023-07-01finalize loginouwou
2023-06-24support sending messages with `@silent` prefixouwou
2023-06-15show voice participants in private channelsouwou
2023-05-30remove spammy debug logouwou
2023-05-22Merge branch 'master' into voiceouwou
2023-05-22store emojis from reaction events (fixes #165)ouwou
2023-05-19add voice state icons to participant rowsouwou
2023-05-18Merge branch 'master' into voiceouwou
2023-05-15read guilds from merged presences (#151)ouwou
2023-05-14fix duplicate guild appearancesouwou
2023-05-12try to fix voice connect signal againouwou
2023-05-11emit user voice connect more consistently (?)ouwou
2023-05-08handle channel moves + region changeouwou
2023-04-13Merge branch 'master' of https://github.com/uowuo/abaddon into voiceouwou
2023-03-16handle role mentionsouwou
2023-03-10handle USER_GUILD_SETTINGS_UPDATE for notificationsouwou
2023-03-06add basic guild notificationsouwou
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-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-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