Commit Graph

320 Commits

Author SHA1 Message Date
ouwou
3d9506ffe0 license (closes #23) 2021-04-03 01:48:59 -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
fc04b376c4 fix potential crash 2021-03-27 02:46:37 -04:00
ouwou
ac31bc6b94 basic member verification for guilds that set rules 2021-03-22 01:30:51 -04:00
ouwou
60404783bd manage emojis 2021-03-17 23:55:41 -04:00
ouwou
65943b4bd7 reduce concurrent requests in guild settings + profile
disable gtk's treeview search in bans+invites
2021-03-17 02:19:15 -04:00
ouwou
72d771d88b embeds w/ urls are clickable, handle author icon, handle thumbnails better 2021-03-15 00:30:27 -05:00
ouwou
818aacb49c fix errors with user menu and window management 2021-03-15 00:28:42 -05:00
ouwou
b68b292c2c try fix build 2021-03-14 19:00:45 -05:00
ouwou
91cd805b78 fix some crashes when switching to DM channels sometimes 2021-03-14 18:00:14 -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
ae38add931 add ability to reorder roles
- some other small tweaks
2021-03-12 01:55:46 -05:00
ouwou
f35dea89f9 update readme + screenshot 2021-03-12 01:32:12 -05:00
ouwou
35473b3baf fix some memory safety things (thanks ASan) 2021-03-10 03:33:39 -05:00
ouwou
1538e56052 update css 2021-03-10 03:12:37 -05:00
ouwou
40726a7cd6 modify role color 2021-03-08 02:14:17 -05:00
ouwou
447e3f8d38 IntToRGBA sets alpha to 255 2021-03-07 02:59:23 -05:00
ouwou
4657e37249 change role name
- remove some unused codens
2021-03-07 02:16:15 -05:00
ouwou
f1746bbeea edit guild-level permissions for roles
- also reduce db access a little in GetMemberHighestRole
2021-03-07 01:34:08 -05:00
ouwou
9186a4f3f5 show crown next to owner 2021-03-04 00:02:37 -05:00
ouwou
d6a8b8c333 add members panel/change member roles 2021-02-28 02:00:15 -05:00
ouwou
11358da24e handle UPDATE in GUILD_MEMBER_LIST_UPDATE 2021-02-28 01:44:31 -05:00
ouwou
e81fdf1c36 improve handling of ROLE_ gateway events 2021-02-28 01:42:01 -05:00
ouwou
619cff5ad8 LazyImage can be animated 2021-02-28 01:12:46 -05:00
ouwou
e924394f98 fix DiscordClient::GetMemberHighestRole 2021-02-27 17:16:48 -05:00
ouwou
c69ebaf357 store member data received in MESSAGE_CREATE, _UPDATE 2021-02-26 00:58:30 -05:00
ouwou
2d65ed96bc disable CSD on windows unless GTK_CSD=1 2021-02-25 23:59:16 -05:00
ouwou
72d24aaa22 fix potential crash cuz discord can return deleted guild data 2021-02-23 23:15:17 -05:00
ouwou
ab49db1112 add checkmark.png 2021-02-23 23:14:39 -05:00
ouwou
78270889e6 use checkmark for verified bot flag 2021-02-23 03:03:02 -05:00
ouwou
5406ca7b15 fix some crashes
- crash when assuming group dms have someone other than urself
- crash from lifetime error with user note update
2021-02-23 02:51:04 -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
c5bc3455b1 add menus to dm channels + close/leave dm 2021-02-18 18:37:25 -05:00
ouwou
901028cec9 join guild -> accept invite, handle group dm invites 2021-02-18 17:07:21 -05:00
ouwou
3ab3119602 add menu item to add recipient to group dm 2021-02-18 14:38:40 -05:00
ouwou
a721600016 fix some remove dm member logic 2021-02-18 14:36:58 -05:00
ouwou
4df9b148e2 add option to remove user from group dm in menu
also fix a crash when opening empty group dms
2021-02-18 12:45:14 -05:00
ouwou
614c6ea595 improve message handling with DMs a little 2021-02-16 01:02:12 -05:00
ouwou
b1c7ac7120 open dm tries to bring you to new dm if it doesnt exist now 2021-02-15 02:26:50 -05:00
ouwou
14138ca568 handle channel delete for dms 2021-02-15 02:17:23 -05:00
ouwou
8e972e1334 hide guild info panes if you dont have perms for it
add note to bans panel since you can sorta see bans without perms
2021-02-12 00:34:30 -05:00
ouwou
921a3c25f8 update some stuff with the guild icon in the info window
- fix tooltip showing up when it shouldnt
- allow clicking on it to open icon url
- refactorino
2021-02-11 23:37:13 -05:00
ouwou
bab9abf4af speed up images with libcurl multi, raise concurrency
also maybe fix some rare crash
2021-02-11 18:03:16 -05:00
ouwou
57f5c67c94 add account created date to profile info window 2021-02-11 01:18:18 -05:00
ouwou
aaef457526 show status indicator in dm list, handle (some of) READY_SUPPLEMENTAL 2021-02-09 16:47:17 -05:00
ouwou
2ddac42575 show mutual friends 2021-02-08 15:57:55 -05:00
ouwou
6896db53d6 show mutual guilds 2021-02-05 21:35:48 -05:00