Commit Graph

111 Commits

Author SHA1 Message Date
ouwou
7f891fba33 some lovely member list optimizations 2023-09-21 03:55:56 -04:00
ouwou
36f2ec0996 fix webhook messages not using right username + avatar (fixes #209) 2023-08-28 21:47:04 -04:00
ouwou
337a3d5811 Merge pull request #185 from uowuo/remoteauth
Login with QR code/remote auth
2023-07-13 07:19:37 +00:00
ouwou
9a3f6b472d fix bad optional access in channel delete (fixes #187) 2023-07-06 19:42:08 -04:00
Jerzy Kozera
88da9e17b8 Don't count muted channels towards unread state of category 2023-07-05 01:25:22 +02:00
Jerzy Kozera
3f6be457b1 Show unread indicators next to categories containing unread channels 2023-07-04 01:33:15 +02:00
ouwou
ab448a3a98 show status, error when captcha required 2023-07-01 02:10:42 -04:00
ouwou
4ac7ca9245 finalize login 2023-07-01 00:56:09 -04:00
ouwou
2da021b5ea support sending messages with @silent prefix 2023-06-24 16:48:44 -04:00
ouwou
5b9a9bbc9a show voice participants in private channels 2023-06-15 22:20:14 -04:00
ouwou
a5bcc089e7 remove spammy debug log 2023-05-30 19:08:49 -04:00
ouwou
62f3cf373d Merge branch 'master' into voice 2023-05-22 20:46:17 -04:00
ouwou
8e9fb27e0b store emojis from reaction events (fixes #165) 2023-05-22 20:44:58 -04:00
ouwou
3e67e8a7ae add voice state icons to participant rows 2023-05-19 20:20:33 -04:00
ouwou
15aa875857 Merge branch 'master' into voice 2023-05-18 20:23:00 -04:00
ouwou
38c3b0c2aa read guilds from merged presences (#151) 2023-05-15 19:21:21 -04:00
ouwou
49f6cd021b fix duplicate guild appearances 2023-05-14 21:12:59 -04:00
ouwou
5d3e5eec5e try to fix voice connect signal again 2023-05-12 20:28:44 -04:00
ouwou
f6dd890775 emit user voice connect more consistently (?) 2023-05-11 20:31:34 -04:00
ouwou
75158f2c29 handle channel moves + region change 2023-05-08 00:28:59 -04:00
ouwou
c084230767 Merge branch 'master' of https://github.com/uowuo/abaddon into voice 2023-04-13 16:29:56 -04:00
ouwou
b83bf2a622 handle role mentions 2023-03-16 20:27:59 -04:00
ouwou
e3f6a1dcbd handle USER_GUILD_SETTINGS_UPDATE for notifications 2023-03-10 19:14:19 -05:00
ouwou
64085fafec add basic guild notifications 2023-03-06 17:31:09 -05:00
ouwou
c1303bd289 Merge branch 'master' into voice 2023-02-07 15:03:03 -05:00
ouwou
ecc83036c1 Merge branch 'master' into pch 2023-02-01 23:49:48 -05:00
ouwou
5a6f8cac09 first pass compile time optimization 2023-01-29 21:33:34 -05:00
ouwou
b4d3fc44c5 Merge branch 'master' into folders 2023-01-21 01:23:15 -05:00
ouwou
dc7047265f speed up channel list population on connect a good bit 2023-01-21 00:57:09 -05:00
ouwou
ea04035f0d persist voice settings, handle volume w/ no ssrc 2023-01-16 22:52:39 -05:00
ouwou
78adcf2f5c fix voice_user_connect signal 2023-01-07 20:16:09 -05:00
ouwou
67e924e538 display users in voice in channel list 2023-01-06 18:40:11 -05:00
ouwou
c4590f8b23 start voice info box 2023-01-03 22:52:41 -05:00
ouwou
4740965f4c rewrite DiscordVoiceClient and stuff 2023-01-03 19:01:33 -05:00
ouwou
1ba3daa04a basic folder support 2022-12-23 20:14:10 -05:00
ouwou
e0e0a6c767 add option to dump ready payload because thats useful 2022-12-21 21:49:18 -05:00
ouwou
929ebf1a60 mess with some websocket stuff to try and fix things
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-15 02:15:21 -05:00
ouwou
0471688732 add ability to set capture device 2022-11-08 04:01:54 -05:00
ouwou
e2110c22ee store user data from voice state updates 2022-10-18 18:34:14 -04:00
ouwou
17e7478bb4 add user row on voice connect 2022-10-12 01:51:32 -04:00
ouwou
78a5b9599c remove user from list on disconnect 2022-10-10 00:27:47 -04:00
ouwou
fd9d1ffb33 Merge branch 'master' into voice 2022-10-07 20:34:02 -04:00
ouwou
0a34c04b44 remove ability to join guilds
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-06 03:08:54 -04:00
ouwou
e08e3106d6 rudimentary dm voice call support 2022-10-01 17:46:10 -04:00
ouwou
dc127d15fb display user list, client side mute 2022-09-29 21:46:15 -04:00
ouwou
a96d96b3aa basic mute/deafen 2022-09-28 22:10:36 -04:00
ouwou
d57d822aa9 manage decoders with ssrc updates 2022-09-28 20:44:52 -04:00
ouwou
0571a05497 Merge branch 'master' into voice 2022-09-27 00:36:11 -04:00
ouwou
84eb56d6b1 store user from interaction even if member is not present 2022-09-09 02:51:59 -04:00
ouwou
90437de2c0 make voice disconnect/reconnect work 2022-09-06 03:29:13 -04:00