Commit Graph

60 Commits

Author SHA1 Message Date
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
925405826a handle RELATIONSHIP_ADD 2021-05-09 01:20:48 -04:00
ouwou
469053a144 handle RELATIONSHIP_REMOVE 2021-05-08 23:35:15 -04:00
ouwou
d21b51c4dd bump to api v9 now that it's live 2021-04-21 18:18:26 -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
ouwou
ceaf4649dc show dialog on unexpected socket close code 2021-04-12 03:03:18 -04:00
ouwou
77b43f0f24 show pending/failed messages
css changes:
- added .failed
- added .pending
2021-04-03 02:40: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
927acfb9fe add ability to create replies 2021-03-14 17:59:52 -05:00
ouwou
ae38add931 add ability to reorder roles
- some other small tweaks
2021-03-12 01:55:46 -05:00
ouwou
35473b3baf fix some memory safety things (thanks ASan) 2021-03-10 03:33:39 -05:00
ouwou
40726a7cd6 modify role color 2021-03-08 02:14:17 -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
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
3ab3119602 add menu item to add recipient to group dm 2021-02-18 14:38:40 -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
c827bd4943 move connection item to own class, add verified check icon
also try and fix build
2021-02-05 01:32:08 -05:00
ouwou
64adcffe42 view user profile (notes+connections+badges)
change some stuff with callbacks
2021-02-04 23:41:53 -05:00
ouwou
dabfefafd9 show status indicators in member list, change some other shit with presences 2021-01-26 02:40:50 -05:00
ouwou
e13a6eab81 handle opcode 9 invalid session and improve handling socket closure 2021-01-25 00:47:48 -05:00
ouwou
3923acd0dd add viewing audit log 2021-01-24 22:24:03 -05:00
ouwou
fd72d91cee handle merged_members in ready object
this way you dont have to load a channel to make the client aware of your permissions
2021-01-23 18:23:14 -05:00
ouwou
547124c94f view and delete invites, more tweaking 2021-01-21 23:49:42 -05:00
ouwou
a010aa11a5 add bans to guild settings, tweak some other things 2021-01-20 02:08:48 -05:00
ouwou
462f801af2 Guild settings 1 (#19)
* start guild settings window, tweak style
2021-01-15 06:37:35 +00:00
ouwou
e8cbb9d3d1 add typing indicator with optional res/typing_indicator.gif 2021-01-11 18:27:46 -05:00
ouwou
8cf95fce0c improve build process, add github actions 2021-01-07 02:41:49 -05:00
ouwou
dbd8564af7 CHANNEL_RECIPIENT_ADD, CHANNEL_RECIPIENT_REMOVE 2020-12-22 23:52:41 -05:00
ouwou
2ec60ce5ac fix presence in identify and update build number 2020-12-18 23:55:28 -05:00
ouwou
2667a4b30d display reactions + click to add/remove 2020-12-15 01:51:49 -05:00
ouwou
22578921b9 pretend to be a real client a little better 2020-12-14 03:05:16 -05:00
ouwou
33ed25b2f6 add guild role update, create, delete events 2020-12-14 01:40:22 -05:00
ouwou
266fb15c91 handle reconnect messages 2020-11-15 02:21:14 -05:00
ouwou
67ee799f04 add open dm to user menu 2020-11-08 01:23:50 -05:00
ouwou
b97722e937 show non-lottie stickers statically 2020-11-02 17:36:10 -05:00
ouwou
534bfccf23 add set status for funsies 2020-11-01 02:53:37 -05:00
ouwou
79e4252ab3 handle GUILD_UPDATE 2020-11-01 00:01:48 -04:00
ouwou
cb73bba135 CHANNEL_CREATE, CHANNEL_UPDATE, CHANNEL_DELETE 2020-10-19 20:35:10 -04:00
ouwou
00770e4bcb fix some PRESENCE_UPDATE bugs 2020-10-13 23:52:56 -04:00
ouwou
99597a80d2 add PRESENCE_UPDATE handling (for user object only) 2020-10-13 02:35:02 -04:00
ouwou
c17842c16f handle GUILD_MEMBER_UPDATE 2020-10-13 02:05:59 -04:00
ouwou
2798bf96d5 store emoji data 2020-10-07 17:22:20 -04:00
ouwou
dddcef117c handle MESSAGE_DELETE_BULK 2020-10-01 19:13:42 -04:00
ouwou
7965b788b1 send sequences in heartbeat like we should 2020-09-30 00:28:20 -04:00
ouwou
8341781918 basic permission handling + use for edit/delete 2020-09-24 02:15:25 -04:00
ouwou
3b4edbfa16 join/leave guild 2020-09-21 18:47:34 -04:00