index
:
abaddon-portaudio
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
discord
/
discord.cpp
Age
Commit message (
Expand
)
Author
2022-07-07
add upload progress bar
ouwou
2022-06-17
add file upload via dnd + rework http
ouwou
2022-06-14
refactor send message params into one struct
ouwou
2022-06-09
remove temp attachment files when theyre actually done being uploaded
ouwou
2022-06-05
start attachments (image paste and upload)
ouwou
2022-05-19
fix role updates (fixes #69, fixes #70)
ouwou
2022-05-17
only save state when actually disconnecting (fixes #65)
ouwou
2022-05-06
clear tabs when access lost, show blanks for missing channels
ouwou
2022-04-07
remove mark all as read (it doesnt work on API end)
ouwou
2022-04-07
fix open dm opening the wrong thing sometimes
ouwou
2022-04-05
fix up a bunch of clang-tidy stuff
ouwou
2022-03-03
start sending request guild members for unknown members
ouwou
2022-03-03
fill out gateway op enum using internal names
ouwou
2022-01-26
muted dms dont contribute to unread count
ouwou
2022-01-20
add mark as unread/toggle mute for threads
ouwou
2022-01-20
handle mute/unmute updates for threads
ouwou
2022-01-20
handle initial muted state for threads
ouwou
2022-01-20
show unread indicators for threads
ouwou
2022-01-08
show count of unread dms in header
ouwou
2022-01-08
handle mute/unmute for dms
ouwou
2022-01-05
fix initial read state for dms
ouwou
2022-01-05
handle mutable categories
ouwou
2021-12-30
add mute/unmute guild menu item
ouwou
2021-12-29
handle change of mute state for guilds
ouwou
2021-12-29
validate iso8601 when parsing to snowflake
ouwou
2021-12-28
take mute_config.end_time into account for muted entries
ouwou
2021-12-28
messages sent by user shouldnt count as new unreads
ouwou
2021-12-25
take muted channels into account for unread guild indicator
ouwou
2021-12-25
check view permissions for channels in read state
ouwou
2021-12-25
mark more channels as unread properly
ouwou
2021-12-22
add mark all as read
ouwou
2021-12-20
fix bad if statement causing UB
ouwou
2021-12-18
unread indicator for dm channels
ouwou
2021-12-18
add mute/unmute channel menu item
ouwou
2021-12-17
handle mute/unmute of channels (USER_GUILD_SETTINGS_UPDATE)
ouwou
2021-12-16
hide unread indicator for muted channels
ouwou
2021-12-10
hide guild unread indicator for muted guilds
ouwou
2021-12-10
basic channel mentions count indicator
ouwou
2021-12-07
make mark guild as read actually work properly
ouwou
2021-12-06
mark guild as read
ouwou
2021-12-05
mark channels as unread on MESSAGE_CREATE
ouwou
2021-12-05
dont send acks for channels known to be read
ouwou
2021-12-05
basic unread indicators for channels
ouwou
2021-11-28
actually retrieve roles for guilds
ouwou
2021-11-25
dont print identify message to console
ouwou
2021-11-24
bump build number in identify
ouwou
2021-11-24
add fetching private archived threads
ouwou
2021-11-24
remove SimpleIni as a dependency
ouwou
2021-11-23
Restructure source and resource files (#46)
Dylam De La Torre