summaryrefslogtreecommitdiff
path: root/src/discord/discord.cpp
AgeCommit message (Expand)Author
2022-01-05fix initial read state for dmsouwou
2022-01-05handle mutable categoriesouwou
2021-12-30add mute/unmute guild menu itemouwou
2021-12-29handle change of mute state for guildsouwou
2021-12-29validate iso8601 when parsing to snowflakeouwou
2021-12-28take mute_config.end_time into account for muted entriesouwou
2021-12-28messages sent by user shouldnt count as new unreadsouwou
2021-12-25take muted channels into account for unread guild indicatorouwou
2021-12-25check view permissions for channels in read stateouwou
2021-12-25mark more channels as unread properlyouwou
2021-12-22add mark all as readouwou
2021-12-20fix bad if statement causing UBouwou
2021-12-18unread indicator for dm channelsouwou
2021-12-18add mute/unmute channel menu itemouwou
2021-12-17handle mute/unmute of channels (USER_GUILD_SETTINGS_UPDATE)ouwou
2021-12-16hide unread indicator for muted channelsouwou
2021-12-10hide guild unread indicator for muted guildsouwou
2021-12-10basic channel mentions count indicatorouwou
2021-12-07make mark guild as read actually work properlyouwou
2021-12-06mark guild as readouwou
2021-12-05mark channels as unread on MESSAGE_CREATEouwou
2021-12-05dont send acks for channels known to be readouwou
2021-12-05basic unread indicators for channelsouwou
2021-11-28actually retrieve roles for guildsouwou
2021-11-25dont print identify message to consoleouwou
2021-11-24bump build number in identifyouwou
2021-11-24add fetching private archived threadsouwou
2021-11-24remove SimpleIni as a dependencyouwou
2021-11-23Restructure source and resource files (#46)Dylam De La Torre