summaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Collapse)Author
2021-04-24handle CHANNEL_ICON_CHANGE messageouwou
2021-04-24handle CHANNEL_NAME_CHANGE messagesouwou
2021-04-17show USER_PREMIUM_GUILD_SUBSCRIPTION messagesouwou
2021-04-15make enter key behave better in chat inputouwou
2021-04-14handle more of discord's quirky way of doing slowmodeouwou
also has the side effect of reducing db hits a little bit
2021-04-14update rate limit indicator on failed message sendouwou
this happens when you start the client while already rate-limited
2021-04-13fix premature returnouwou
2021-04-13handle rate limited channelsouwou
2021-04-13fix splitting breaking on new messagesouwou
2021-04-13pass message object through signal instead of just the idouwou
2021-04-12split messages from the same author after 10 minsouwou
2021-04-07use discord's default avatars instead of placeholderouwou
2021-04-06allow usage of multiple emoji shortcodesouwou
also raise max completer entries
2021-04-05fix build (again ffs)ouwou
2021-04-05allow using animated emojis + emojis from other servers w/ nitroouwou
also hide unavailable emojis and role-locked emojis. if you have the role it still wont show up yet though
2021-04-05channel list respects emojis settingouwou
2021-04-04fix buildouwou
2021-04-04display interaction responses (again)ouwou
2021-04-03show pending/failed messagesouwou
css changes: - added .failed - added .pending
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-17manage emojisouwou
2021-03-17reduce concurrent requests in guild settings + profileouwou
disable gtk's treeview search in bans+invites
2021-03-15embeds w/ urls are clickable, handle author icon, handle thumbnails betterouwou
2021-03-14fix some crashes when switching to DM channels sometimesouwou
2021-03-14add ability to create repliesouwou
2021-03-14fix reply content not showing up sometimesouwou
2021-03-12add ability to reorder rolesouwou
- some other small tweaks
2021-03-10fix some memory safety things (thanks ASan)ouwou
2021-03-04show crown next to ownerouwou
2021-02-28improve handling of ROLE_ gateway eventsouwou
2021-02-28LazyImage can be animatedouwou
2021-02-23fix some crashesouwou
- crash when assuming group dms have someone other than urself - crash from lifetime error with user note update
2021-02-22fix avatars that are <32pxouwou
2021-02-21some refactorageouwou
2021-02-18add menus to dm channels + close/leave dmouwou
2021-02-16improve message handling with DMs a littleouwou
2021-02-15handle channel delete for dmsouwou
2021-02-09show status indicator in dm list, handle (some of) READY_SUPPLEMENTALouwou
2021-01-28allow emoji completion in dm'souwou
2021-01-27cap member list rows cuz it can get way out of handouwou
2021-01-26make status indicator colors customizableouwou
2021-01-26show status indicators in member list, change some other shit with presencesouwou
2021-01-23fix new channels showing up when they shouldntouwou
2021-01-21view and delete invites, more tweakingouwou
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-15Guild settings 1 (#19)ouwou
* start guild settings window, tweak style