Commit Graph

113 Commits

Author SHA1 Message Date
ouwou
cbc65bf766 re-add suppport for static (a)png stickers 2021-07-01 02:03:41 -04:00
ouwou
51fdcddaea move chat message menu into the chatlist 2021-06-16 03:53:30 -04:00
ouwou
efc97aa2b0 reduce db access + refactor 2021-06-10 15:27:32 -04:00
ouwou
14d0968c92 basic support of per-guild avatars 2021-06-03 03:59:25 -04:00
ouwou
c75a91d15f add more granular control over emojis 2021-05-24 02:03:42 -04:00
ouwou
b2655260fa pull out chat list into a separate component 2021-05-24 01:42:04 -04:00
ouwou
dd7852014f dont allow sending empty messages (fixes #27)
also add a nullptr check just in case
2021-05-07 04:09:07 -04:00
ouwou
5394c67079 handle discovery-related message types 2021-04-28 22:00:40 -04:00
ouwou
3deb2b1002 basic handling of CALL messages 2021-04-24 04:23:28 -04:00
ouwou
a120cbda2c handle CHANNEL_FOLLOW_ADD messages 2021-04-24 04:11:26 -04:00
ouwou
a346a0493f handle USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_ messages 2021-04-24 03:59:21 -04:00
ouwou
71d314ebc3 handle CHANNEL_ICON_CHANGE message 2021-04-24 03:46:57 -04:00
ouwou
687a336bc9 handle CHANNEL_NAME_CHANGE messages 2021-04-24 03:29:06 -04:00
ouwou
6467ddd68b show USER_PREMIUM_GUILD_SUBSCRIPTION messages 2021-04-17 23:58:09 -04:00
ouwou
bf9b053d36 split messages from the same author after 10 mins 2021-04-12 02:21:26 -04:00
ouwou
1251d89ef0 use discord's default avatars instead of placeholder 2021-04-07 20:42:53 -04:00
ouwou
f7a5cccc5e fix build 2021-04-04 14:57:04 -04:00
ouwou
6f1013d146 display interaction responses (again) 2021-04-04 04:09:56 -04:00
ouwou
77b43f0f24 show pending/failed messages
css changes:
- added .failed
- added .pending
2021-04-03 02:40:37 -04:00
ouwou
599a768459 remove old messages when new ones come in to save resources 2021-03-30 22:31:13 -04:00
ouwou
f4366fc0af remove hardcoded color from author label (#22) 2021-03-27 17:12:38 -04:00
ouwou
72d771d88b embeds w/ urls are clickable, handle author icon, handle thumbnails better 2021-03-15 00:30:27 -05:00
ouwou
927acfb9fe add ability to create replies 2021-03-14 17:59:52 -05:00
ouwou
ba6b8b2773 fix reply content not showing up sometimes 2021-03-14 02:19:56 -05:00
ouwou
35473b3baf fix some memory safety things (thanks ASan) 2021-03-10 03:33:39 -05:00
ouwou
e81fdf1c36 improve handling of ROLE_ gateway events 2021-02-28 01:42:01 -05:00
ouwou
66b1e2dad3 fix avatars that are <32px 2021-02-22 19:43:03 -05:00
ouwou
5209d495d2 some refactorage 2021-02-21 01:47:21 -05:00
ouwou
42252aa6aa some better member/role update handling 2021-01-18 01:34:47 -05:00
ouwou
4fd7f9d75e put tooltips on reactions 2021-01-17 23:24:44 -05:00
ouwou
744e42892d cleanup 2021-01-17 22:50:55 -05:00
ouwou
3f6024ddf2 improve image loading a bit (close #6) 2021-01-16 23:49:27 -05:00
ouwou
d3c980b09e try and speed some stuff up 2021-01-12 00:11:59 -05:00
ouwou
def598941a fix some lifetime stuff 2021-01-09 23:33:31 -05:00
ouwou
8cf95fce0c improve build process, add github actions 2021-01-07 02:41:49 -05:00
ouwou
5cf2b7c2db format timestamps and place them on the right (#17) 2021-01-02 01:02:23 -05:00
ouwou
03f80263db change some prototypes 2021-01-01 02:47:03 -05:00
ouwou
6985448eb9 display replies 2021-01-01 02:39:07 -05:00
ouwou
104f3bf906 embed tweakage 2020-12-26 03:57:08 -05:00
ouwou
c861b9b750 make animated avatars work slightly better 2020-12-25 03:02:40 -05:00
ouwou
cb18543c50 show RECIPIENT_ADD, RECIPIENT_REMOVE messages 2020-12-22 22:32:05 -05:00
ouwou
2e2ed5fc8f show slash command/APPLICATION_COMMAND messages 2020-12-22 21:18:39 -05:00
ouwou
09f40cf9a9 get rid of some warnings 2020-12-22 02:35:57 -05:00
ouwou
81d3ab2f86 animated avatars on hover 2020-12-22 02:24:09 -05:00
ouwou
8a2f13795d animated emojis 2020-12-22 01:23:56 -05:00
ouwou
486d184c83 fix replies from being empty 2020-12-21 02:29:00 -05:00
ouwou
3916a50bf9 add prefetch (default off) 2020-12-18 01:13:31 -05:00
ouwou
776c350eb6 make LaunchBrowser better 2020-12-17 21:07:12 -05:00
ouwou
58d0424dfc abstract away settings some more 2020-12-17 01:40:02 -05:00
ouwou
315a4a8df8 fix some reaction stuff 2020-12-15 02:45:37 -05:00