Commit Graph

234 Commits

Author SHA1 Message Date
ouwou
ea9dd29721 Merge branch 'resources' (closes #29) 2021-07-25 23:46:44 -04:00
ouwou
96b8b19dd3 only make text channel mentions bold and clickable 2021-07-21 03:33:52 -04:00
ouwou
b01a4406fa some more minor tweaking 2021-07-05 01:57:55 -04:00
ouwou
cbc65bf766 re-add suppport for static (a)png stickers 2021-07-01 02:03:41 -04:00
ouwou
698ec52d5c try loading resources from share, fallback to cwd 2021-06-30 18:15:03 -04:00
ouwou
eab0e100c4 be more consistent with callbacks 2021-06-25 22:54:34 -04:00
ouwou
6e75c4a95d add pin menu item to messages 2021-06-23 02:24:24 -04:00
ouwou
41d60e5e90 update pins window on pin/unpin 2021-06-23 02:09:07 -04:00
ouwou
78f3164063 add unpin to menu, refactor a bit 2021-06-17 01:08:09 -04:00
ouwou
51fdcddaea move chat message menu into the chatlist 2021-06-16 03:53:30 -04:00
ouwou
d527669d39 pins: separate msgs, sort and store 2021-06-15 01:01:29 -04:00
ouwou
efc97aa2b0 reduce db access + refactor 2021-06-10 15:27:32 -04:00
ouwou
be44508316 slight reformat + fix stuff 2021-06-04 01:28:56 -04:00
ouwou
14d0968c92 basic support of per-guild avatars 2021-06-03 03:59:25 -04:00
ouwou
5d8209cf10 add tiny workaround for some compiler issues 2021-05-24 18:29:45 -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
a1c7d14efa some memory usage optimizations pending proper rewrite 2021-05-21 22:41:42 -04:00
ouwou
6a15f91a14 set main window to invalid channel when looking at friends 2021-05-14 23:43:37 -04:00
ouwou
a283ab14a2 friends: respect show animations setting 2021-05-14 23:23:01 -04:00
ouwou
1c5f912019 Merge branch 'master' into friends 2021-05-14 03:18:05 -04:00
ouwou
223a185124 clean up some unnecessary stuff 2021-05-14 03:16:52 -04:00
ouwou
95eb664641 friends: friends list is now in main content stack 2021-05-14 00:27:58 -04:00
ouwou
858fd8ce62 friends: accept incoming 2021-05-11 04:06:23 -04:00
ouwou
06ba3acc93 friends: send friend requests 2021-05-10 02:13:12 -04:00
ouwou
e6a20e5984 add ability to remove relationships 2021-05-09 02:55:35 -04:00
ouwou
ae3b256746 friends: handle RELATIONSHIP_ADD events 2021-05-09 02:12:15 -04:00
ouwou
a781cc76a0 friends: handle RELATIONSHIP_REMOVE events 2021-05-08 23:49:27 -04:00
ouwou
abd2b9c71e Merge branch 'master' into friends 2021-05-08 23:37:52 -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
78d3c5b679 friends: bold name & fix missing method 2021-05-07 03:55:14 -04:00
ouwou
e44484cc26 friends: handle presence updates 2021-05-07 03:04:05 -04:00
ouwou
19a2aed020 Merge branch 'master' into friends 2021-05-07 02:50:09 -04:00
ouwou
712e78b0c8 send user data over signal_presence_update 2021-05-07 02:49:59 -04:00
ouwou
d679b1af76 friends: accept menu item for incoming 2021-05-07 02:32:30 -04:00
ouwou
e2736e5806 friends: update labels 2021-05-07 02:26:17 -04:00
ouwou
762f501f2c friends: avatars 2021-05-07 02:17:25 -04:00
ouwou
86ab14e5ec start friends list 2021-05-07 01:57:08 -04:00
ouwou
2b45a04911 GetUserStatus returns offline instead of nullopt 2021-05-05 04:28:54 -04:00
ouwou
5394c67079 handle discovery-related message types 2021-04-28 22:00:40 -04:00
ouwou
3421f46320 emoji completion respects USE_EXTERNAL_EMOJIS 2021-04-28 20:33:06 -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
5d95daaeca make enter key behave better in chat input 2021-04-15 02:45:22 -04:00
ouwou
f5df43194e handle more of discord's quirky way of doing slowmode
also has the side effect of reducing db hits a little bit
2021-04-14 02:59:57 -04:00
ouwou
9733ae54c3 update rate limit indicator on failed message send
this happens when you start the client while already rate-limited
2021-04-14 02:11:36 -04:00