ouwou
|
0fa33915da
|
rudimentary voice implementation
|
2022-08-31 01:51:02 -04:00 |
|
ouwou
|
32fc7def7c
|
fetch cookies and build number on startup
|
2022-08-17 01:42:30 -04:00 |
|
ouwou
|
6a5ecb4d95
|
Merge branch 'attachments'
|
2022-08-12 18:35:58 -04:00 |
|
ouwou
|
dc28eae95a
|
spoof a bunch of headers like the web client
|
2022-08-11 23:37:39 -04:00 |
|
ouwou
|
31ca6d9fd2
|
update capabilities and client build number
|
2022-08-10 23:38:12 -04:00 |
|
ouwou
|
a4c8a2290d
|
remove ability to create dms
|
2022-08-10 23:29:00 -04:00 |
|
ouwou
|
e8260c164f
|
stop printing every event type
|
2022-07-31 17:53:55 -04:00 |
|
ouwou
|
3610a2508b
|
limit how often progress bar can update
|
2022-07-25 01:10:31 -04:00 |
|
ouwou
|
544ae6f915
|
fix potential deadlock
|
2022-07-14 04:12:17 -04:00 |
|
ouwou
|
fba5cee519
|
try to fix compile again
|
2022-07-10 02:38:19 +00:00 |
|
ouwou
|
241d9a2140
|
fix compile
|
2022-07-08 02:27:21 -04:00 |
|
ouwou
|
41776fbd02
|
add upload progress bar
|
2022-07-07 03:09:54 -04:00 |
|
ouwou
|
4ee7025ab0
|
add file upload via dnd + rework http
|
2022-06-17 02:46:55 -04:00 |
|
ouwou
|
4456c8771d
|
refactor send message params into one struct
|
2022-06-14 02:36:04 -04:00 |
|
ouwou
|
49ff9a249e
|
remove temp attachment files when theyre actually done being uploaded
|
2022-06-09 01:48:24 -04:00 |
|
ouwou
|
270730d9b3
|
start attachments (image paste and upload)
|
2022-06-05 21:41:57 -04:00 |
|
ouwou
|
ffc69576f2
|
fix role updates (fixes #69, fixes #70)
|
2022-05-19 03:13:02 -04:00 |
|
ouwou
|
2bed7f161b
|
only save state when actually disconnecting (fixes #65)
|
2022-05-17 20:47:01 -04:00 |
|
ouwou
|
2c25319fb8
|
clear tabs when access lost, show blanks for missing channels
|
2022-05-06 01:14:15 -04:00 |
|
ouwou
|
436024b4a0
|
remove mark all as read (it doesnt work on API end)
|
2022-04-07 20:26:15 -04:00 |
|
ouwou
|
a9399873fd
|
fix open dm opening the wrong thing sometimes
|
2022-04-07 03:02:25 -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
|
7f1d3df4a5
|
start sending request guild members for unknown members
|
2022-03-03 23:45:30 -05:00 |
|
ouwou
|
17f1289c84
|
fill out gateway op enum using internal names
|
2022-03-03 03:01:09 -05:00 |
|
ouwou
|
7d49f934bc
|
muted dms dont contribute to unread count
|
2022-01-26 18:43:47 -05:00 |
|
ouwou
|
b6b215ee6f
|
add mark as unread/toggle mute for threads
|
2022-01-20 02:45:28 -05:00 |
|
ouwou
|
d7f3ee9f98
|
handle mute/unmute updates for threads
|
2022-01-20 01:52:48 -05:00 |
|
ouwou
|
2328c8bafe
|
handle initial muted state for threads
|
2022-01-20 01:40:27 -05:00 |
|
ouwou
|
dfd642bb82
|
show unread indicators for threads
|
2022-01-20 01:34:36 -05:00 |
|
ouwou
|
604f2ffe3d
|
show count of unread dms in header
|
2022-01-08 20:03:12 -05:00 |
|
ouwou
|
4e0b22375f
|
handle mute/unmute for dms
|
2022-01-08 18:35:46 -05:00 |
|
ouwou
|
9d0c7691d8
|
fix initial read state for dms
|
2022-01-05 20:34:44 -05:00 |
|
ouwou
|
40106ddeb1
|
handle mutable categories
|
2022-01-05 03:52:20 -05:00 |
|
ouwou
|
d7bb6049e1
|
add mute/unmute guild menu item
|
2021-12-30 01:24:55 -05:00 |
|
ouwou
|
ea7464722b
|
handle change of mute state for guilds
|
2021-12-29 23:51:12 -05:00 |
|
ouwou
|
d6da646d87
|
validate iso8601 when parsing to snowflake
|
2021-12-29 22:15:04 -05:00 |
|
ouwou
|
6c94e75513
|
take mute_config.end_time into account for muted entries
|
2021-12-28 02:58:31 -05:00 |
|
ouwou
|
801894abc6
|
messages sent by user shouldnt count as new unreads
|
2021-12-28 02:21:46 -05:00 |
|
ouwou
|
207c004228
|
take muted channels into account for unread guild indicator
|
2021-12-25 03:07:11 -05:00 |
|
ouwou
|
36f73a6106
|
check view permissions for channels in read state
|
2021-12-25 02:59:01 -05:00 |
|
ouwou
|
41d80af128
|
mark more channels as unread properly
|
2021-12-25 02:37:31 -05:00 |
|
ouwou
|
145504bdd6
|
add mark all as read
|
2021-12-22 01:44:26 -05:00 |
|
ouwou
|
b75599e55d
|
fix bad if statement causing UB
|
2021-12-20 01:45:43 -05:00 |
|
ouwou
|
67062d6ed8
|
unread indicator for dm channels
|
2021-12-18 03:24:44 -05:00 |
|
ouwou
|
f580535d35
|
add mute/unmute channel menu item
|
2021-12-18 01:58:29 -05:00 |
|
ouwou
|
1d7529e609
|
handle mute/unmute of channels (USER_GUILD_SETTINGS_UPDATE)
|
2021-12-17 02:34:14 -05:00 |
|
ouwou
|
1fb7ca0007
|
hide unread indicator for muted channels
|
2021-12-16 00:58:17 -05:00 |
|
ouwou
|
15954830e2
|
hide guild unread indicator for muted guilds
|
2021-12-10 03:26:33 -05:00 |
|
ouwou
|
0b0135268e
|
basic channel mentions count indicator
|
2021-12-10 00:15:39 -05:00 |
|
ouwou
|
a1b662a325
|
make mark guild as read actually work properly
|
2021-12-07 02:51:29 -05:00 |
|