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
/
objects.cpp
Age
Commit message (
Expand
)
Author
2023-08-21
dont deserialize groups in GUILD_MEMBER_LIST_UPDATE
ouwou
2023-07-13
voice_states can be missing
ouwou
2023-06-25
Merge pull request #176 from uowuo/pomelo
ouwou
2023-06-24
support sending messages with `@silent` prefix
ouwou
2023-06-21
show legacy username as tooltip under username
ouwou
2023-06-15
show voice participants in private channels
ouwou
2023-05-14
Merge branch 'master' into voice
ouwou
2023-05-14
fix potential crash for guild verification gates
ouwou
2023-04-13
Merge branch 'master' of https://github.com/uowuo/abaddon into voice
ouwou
2023-03-10
handle USER_GUILD_SETTINGS_UPDATE for notifications
ouwou
2023-03-06
add basic guild notifications
ouwou
2022-10-01
rudimentary dm voice call support
ouwou
2022-09-29
display user list, client side mute
ouwou
2022-09-28
manage decoders with ssrc updates
ouwou
2022-09-06
make voice disconnect/reconnect work
ouwou
2022-09-02
make compile work if voice support is disabled
ouwou
2022-08-31
dont send preferred region
ouwou
2022-08-31
rudimentary voice implementation
ouwou
2022-08-11
spoof a bunch of headers like the web client
ouwou
2022-06-14
hoisted_role can be missing from guild member list update
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-02-02
fix ready parsing (#54)
ouwou
2021-12-28
actually deserialize mute_config
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-10
hide guild unread indicator for muted guilds
ouwou
2021-12-06
mark guild as read
ouwou
2021-12-05
basic unread indicators for channels
ouwou
2021-11-23
Restructure source and resource files (#46)
Dylam De La Torre