Commit Graph

30 Commits

Author SHA1 Message Date
ouwou
25ecbce043 ignore unread state from undisplayed channel types 2024-06-04 21:36:55 -04:00
ouwou
23bf237e4e view image alt text on hover 2023-12-13 21:59:45 -05:00
ouwou
6b436918f8 fetch DoesMentionEveryone from store 2023-12-04 01:48:49 -05:00
ouwou
5703d06c73 show animated reactions 2023-11-04 20:54:15 -04:00
ouwou
6b08d7d12a fix closing segfault 2023-10-01 02:49:10 -04:00
ouwou
ca3f52f160 code deduplication 2023-09-23 23:00:20 -04:00
ouwou
36f2ec0996 fix webhook messages not using right username + avatar (fixes #209) 2023-08-28 21:47:04 -04:00
ouwou
52a340e366 fix attachments and replies breaking when loading message history 2023-07-13 18:53:47 -04:00
ouwou
26973f1b14 basic pomelo support 2023-06-12 04:08:16 -04:00
ouwou
b83bf2a622 handle role mentions 2023-03-16 20:27:59 -04:00
ouwou
64085fafec add basic guild notifications 2023-03-06 17:31:09 -05:00
ouwou
dc7047265f speed up channel list population on connect a good bit 2023-01-21 00:57:09 -05:00
ouwou
6a5ecb4d95 Merge branch 'attachments' 2022-08-12 18:35:58 -04:00
ouwou
96ec5bb665 fix removing roles from members (maybe) 2022-08-10 23:20:27 -04:00
ouwou
f95d79129e handle premium server upload size limits 2022-07-09 03:05:48 -04:00
ouwou
4ec5c1dfcc try to fix multiple attachment handling 2022-06-05 01:53:11 -04:00
ouwou
d9cf989813 remove thing i shouldnt have committed 2022-05-19 03:15:27 -04:00
ouwou
ffc69576f2 fix role updates (fixes #69, fixes #70) 2022-05-19 03:13:02 -04:00
ouwou
49685c3989 fix up a bunch of clang-tidy stuff
mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past
2022-04-05 22:01:53 -04:00
ouwou
a0b3c9f8a4 Merge branch 'master' into msys 2022-03-26 02:58:59 -04:00
ouwou
af60bceada optimize sql for getting unknown member ids 2022-03-04 23:03:09 -05:00
ouwou
7ed415040a delete database instead of trying to clear it 2022-02-17 02:14:19 -05:00
ouwou
f784550964 support channel icons for dms 2022-02-02 22:27:19 -05:00
ouwou
481685b3bb format all 2022-01-09 23:20:08 -05:00
ouwou
cef28e94ea add missing reset 2022-01-05 04:06:02 -05:00
ouwou
40106ddeb1 handle mutable categories 2022-01-05 03:52:20 -05:00
ouwou
2690febf20 fix corrupted disk image sqlite error (fixes #51) 2021-11-29 21:51:15 -05:00
ouwou
e02107feea actually retrieve roles for guilds
FetchRoles isnt needed anymore cuz full roles are fetched now
2021-11-28 22:42:55 -05:00
ouwou
0da913cd4a remove unnecessary copying left over from debugging 2021-11-25 02:32:39 -05:00
Dylam De La Torre
a51a54bc59 Restructure source and resource files (#46)
importantly, res is now res/res and css is now res/css
2021-11-23 04:21:56 +00:00