summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-07dont allow sending empty messages (fixes #27)ouwou
also add a nullptr check just in case
2021-05-07send user data over signal_presence_updateouwou
2021-05-05Merge branch 'ci/fix-build'ouwou
2021-05-05Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2021-05-05fix buildouwou
2021-05-05GetUserStatus returns offline instead of nulloptouwou
2021-05-05GetUserStatus returns offline instead of nulloptouwou
2021-05-03pull central pane (chat) into a stackouwou
2021-04-28handle discovery-related message typesouwou
2021-04-28emoji completion respects USE_EXTERNAL_EMOJISouwou
2021-04-28properly store permission overwrites & updatesouwou
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-21bump to api v9 now that it's liveouwou
2021-04-17show USER_PREMIUM_GUILD_SUBSCRIPTION messagesouwou
2021-04-15make enter key behave better in chat inputouwou
2021-04-15Merge branch 'slowmode'ouwou
2021-04-15fix handling of reconnect messagesouwou
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-14Merge branch 'master' into slowmodeouwou
2021-04-14improve handling of unexpected disconnectouwou
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-13dont emit reconnecting close codeouwou
2021-04-13temporary workaround for a crashouwou
2021-04-12fix some gtk errors w/ tree modelsouwou
2021-04-12show dialog on unexpected socket close codeouwou
2021-04-12remove disconnect emit when stopping clientouwou
2021-04-12center dialogs and fix warningouwou
2021-04-12split messages from the same author after 10 minsouwou
2021-04-12fix some warningsouwou
2021-04-07use discord's default avatars instead of placeholderouwou
2021-04-07default expand all audit log entriesouwou
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-03fix buildouwou
2021-04-03show pending/failed messagesouwou
css changes: - added .failed - added .pending
2021-04-03update enums a bitouwou
2021-04-03license (closes #23)ouwou
2021-03-30remove old messages when new ones come in to save resourcesouwou