summaryrefslogtreecommitdiff
path: root/components/chatmessage.cpp
AgeCommit message (Expand)Author
2021-07-21only make text channel mentions bold and clickableouwou
2021-07-05some more minor tweakingouwou
2021-07-01re-add suppport for static (a)png stickersouwou
2021-06-16move chat message menu into the chatlistouwou
2021-06-10reduce db access + refactorouwou
2021-06-03basic support of per-guild avatarsouwou
2021-05-24add more granular control over emojisouwou
2021-05-24pull out chat list into a separate componentouwou
2021-05-07dont allow sending empty messages (fixes #27)ouwou
2021-04-28handle discovery-related message typesouwou
2021-04-24basic handling of CALL messagesouwou
2021-04-24handle CHANNEL_FOLLOW_ADD messagesouwou
2021-04-24handle USER_PREMIUM_GUILD_SUBSCRIPTION_TIER_ messagesouwou
2021-04-24handle CHANNEL_ICON_CHANGE messageouwou
2021-04-24handle CHANNEL_NAME_CHANGE messagesouwou
2021-04-17show USER_PREMIUM_GUILD_SUBSCRIPTION messagesouwou
2021-04-12split messages from the same author after 10 minsouwou
2021-04-07use discord's default avatars instead of placeholderouwou
2021-04-04fix buildouwou
2021-04-04display interaction responses (again)ouwou
2021-04-03show pending/failed messagesouwou
2021-03-30remove old messages when new ones come in to save resourcesouwou
2021-03-27remove hardcoded color from author label (#22)ouwou
2021-03-15embeds w/ urls are clickable, handle author icon, handle thumbnails betterouwou
2021-03-14add ability to create repliesouwou
2021-03-14fix reply content not showing up sometimesouwou
2021-03-10fix some memory safety things (thanks ASan)ouwou
2021-02-28improve handling of ROLE_ gateway eventsouwou
2021-02-22fix avatars that are <32pxouwou
2021-02-21some refactorageouwou
2021-01-18some better member/role update handlingouwou
2021-01-17put tooltips on reactionsouwou
2021-01-17cleanupouwou
2021-01-16improve image loading a bit (close #6)ouwou
2021-01-12try and speed some stuff upouwou
2021-01-09fix some lifetime stuffouwou
2021-01-07improve build process, add github actionsouwou
2021-01-02format timestamps and place them on the right (#17)ouwou
2021-01-01change some prototypesouwou
2021-01-01display repliesouwou
2020-12-26embed tweakageouwou
2020-12-25make animated avatars work slightly betterouwou
2020-12-22show RECIPIENT_ADD, RECIPIENT_REMOVE messagesouwou
2020-12-22show slash command/APPLICATION_COMMAND messagesouwou
2020-12-22get rid of some warningsouwou
2020-12-22animated avatars on hoverouwou
2020-12-22animated emojisouwou
2020-12-21fix replies from being emptyouwou
2020-12-18add prefetch (default off)ouwou
2020-12-17make LaunchBrowser betterouwou