Commit Graph

61 Commits

Author SHA1 Message Date
ouwou
8059e524f1 fix build 2021-08-20 01:42:59 -04:00
ouwou
40897ece3c basic window to view threads 2021-08-04 21:30:32 -04:00
ouwou
ede2f53ba5 Merge branch 'channels-list' 2021-07-26 02:10:56 -04:00
ouwou
df243a40b5 let channel list manage itself instead of window 2021-07-26 00:56:14 -04:00
ouwou
ea9dd29721 Merge branch 'resources' (closes #29) 2021-07-25 23:46:44 -04:00
ouwou
9f66990af2 remove reload settings menu item cuz it doesnt do anything 2021-07-05 01:58:32 -04:00
ouwou
698ec52d5c try loading resources from share, fallback to cwd 2021-06-30 18:15:03 -04:00
ouwou
78f3164063 add unpin to menu, refactor a bit 2021-06-17 01:08:09 -04:00
ouwou
e166c83d33 basic pins window 2021-06-11 01:24:23 -04:00
ouwou
c43b39fe70 add some workarounds/fixes for css stuff
adds a separate css file registered with a lower priority to allow for application-wide css while allowing the main css file to override more general selectors
2021-05-28 04:04:06 -04:00
ouwou
86ab14e5ec start friends list 2021-05-07 01:57:08 -04:00
ouwou
b6c6c03f87 pass message object through signal instead of just the id 2021-04-13 04:33:19 -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
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
818aacb49c fix errors with user menu and window management 2021-03-15 00:28:42 -05:00
ouwou
927acfb9fe add ability to create replies 2021-03-14 17:59:52 -05:00
ouwou
d6a8b8c333 add members panel/change member roles 2021-02-28 02:00:15 -05:00
ouwou
3ab3119602 add menu item to add recipient to group dm 2021-02-18 14:38:40 -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
64adcffe42 view user profile (notes+connections+badges)
change some stuff with callbacks
2021-02-04 23:41:53 -05:00
ouwou
e13a6eab81 handle opcode 9 invalid session and improve handling socket closure 2021-01-25 00:47:48 -05:00
ouwou
3a25249a0d add role list to user menu 2021-01-16 23:48:19 -05:00
ouwou
462f801af2
Guild settings 1 (#19)
* start guild settings window, tweak style
2021-01-15 06:37:35 +00:00
ouwou
712eba816e reload settings + custom css path 2020-12-18 02:05:24 -05:00
ouwou
2667a4b30d display reactions + click to add/remove 2020-12-15 01:51:49 -05:00
ouwou
0b8c83eaa1 progress 2 2020-11-23 20:34:09 -05:00
ouwou
1e3ebefb5e remove some stuff 2020-11-14 00:15:15 -05:00
ouwou
67ee799f04 add open dm to user menu 2020-11-08 01:23:50 -05:00
ouwou
f124626a6d allow multiple components to display shared user menu 2020-11-08 00:44:26 -05:00
ouwou
534bfccf23 add set status for funsies 2020-11-01 02:53:37 -05:00
ouwou
ec8117a24b update channel list selection when channel mention is clicked 2020-11-01 00:13:52 -04:00
ouwou
79e4252ab3 handle GUILD_UPDATE 2020-11-01 00:01:48 -04:00
ouwou
7c31190adc render emojis 2020-10-24 19:42:06 -04:00
ouwou
cb73bba135 CHANNEL_CREATE, CHANNEL_UPDATE, CHANNEL_DELETE 2020-10-19 20:35:10 -04:00
ouwou
f5ae8c3d3f add kick/ban 2020-10-12 18:17:53 -04:00
ouwou
059146b060 add category/channel menu and update some other menu stuff 2020-10-11 00:32:14 -04:00
ouwou
43f87b4bca allow limiting concurrent http requests
add Semaphore
update SettingsManager a little
2020-10-04 02:28:48 -04:00
ouwou
3b4edbfa16 join/leave guild 2020-09-21 18:47:34 -04:00
ouwou
e68f8ef8f4 make avatar loading a bit better 2020-09-12 03:17:34 -04:00
ouwou
54a8244bfd basic avatars 2020-09-10 18:28:42 -04:00
ouwou
902c96ee53 use a singleton (oh no) instead of passing Abaddon* everywhere 2020-09-07 00:27:41 -04:00
ouwou
3832ff9a15 DiscordClient uses signals now 2020-09-06 23:34:29 -04:00
ouwou
10e547c494 member list gets a basic right click menu 2020-09-06 02:25:19 -04:00
ouwou
8941d5f204 lazy loading, member list, some other shit 2020-09-05 00:55:06 -04:00
ouwou
5e8489d219 add active chat to main window title 2020-09-03 02:32:28 -04:00
ouwou
76cabbd37f add basic css support 2020-09-03 00:47:49 -04:00
ouwou
9b1bc8f145 add ability to edit messages 2020-08-30 22:55:36 -04:00
ouwou
44b7989f50 add MESSAGE_UPDATE 2020-08-30 20:24:02 -04:00