summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-04-05add runtime settings for notisouwou
2023-03-16withdraw notifications on channel openouwou
2023-03-16handle role mentionsouwou
2023-03-16use built-in Is*Muted (untested)ouwou
2023-03-15cleanup and escape notification bodiesouwou
2023-03-10fix buildouwou
2023-03-10refactor notification sounds cmake optionouwou
2023-03-10handle USER_GUILD_SETTINGS_UPDATE for notificationsouwou
2023-03-10fix null notifier again maybeouwou
2023-03-09add user avatars to notificationsouwou
2023-03-08handle notification level 3ouwou
2023-03-06add destructor to dummy notifierouwou
2023-03-06notification sounds with miniaudioouwou
2023-03-06add basic guild notificationsouwou
2023-03-01Merge branch 'master' into notificationsouwou
2023-03-01fix @everyone not being considered a mentionouwou
2023-03-01dont notify on own messagesouwou
2023-03-01dont notify if message channel is focusedouwou
2023-02-28add null implementation for non-gio notifierouwou
2023-02-28rudimentary dm notificationsouwou
2023-02-06fix potential crash (#136)ouwou
2023-02-06fix some keybinds not working in the chat input (fixes #135)ouwou
2023-02-06fix potential stack overflowouwou
this will only happen if: there is a CHANNEL_UPDATE on a channel the channel is part of a guild which is in a folder and the channel is so old that it shares its id with the guild
2023-02-04fix channel tree expansion under foldersouwou
2023-02-01Merge branch 'master' into pchouwou
2023-02-01Merge branch 'folders'ouwou
2023-01-29first pass compile time optimizationouwou
2023-01-28make embed labels selectable, let chat textview take focusouwou
2023-01-25make window title consistent (#133)ouwou
2023-01-21Merge branch 'master' into foldersouwou
2023-01-21mimic discord group dm naming scheme (closes #133)ouwou
2023-01-21speed up channel list population on connect a good bitouwou
2022-12-24colors, fallback if guild_folders is emptyouwou
2022-12-23basic folder supportouwou
2022-12-21add option to dump ready payload because thats usefulouwou
2022-11-29Merge branch 'master' into keychainouwou
2022-11-03add menu item + shortcuts to hide channel and member lists (closes #118)ouwou
2022-10-23add option to autoconnect (closes #114)ouwou
2022-10-23Add option to hide the menu bar behind alt key (#115)ouwou
2022-10-09make CURLOPT_ACCEPT_ENCODING automaticouwou
2022-10-06remove ability to join guildsouwou
because 1. joining a guild seems to often require captchas now which are never going to be supported and 2. joining guilds is one of the things that upsets discords spam filter the most, so it kinda makes sense to remove anyways just like open dm
2022-10-06remove a bunch of unnecessary fields from user settingsouwou
2022-09-25open browser on mouse release (fixes #108)ouwou
2022-09-09Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2022-09-09store user from interaction even if member is not presentouwou
2022-09-09fix some potential crashes because of optionalsouwou
2022-09-09add opt-in hide to system tray icon (#99)KnightMurloc
2022-08-21remove curl error bufferouwou
it was useless anyways
2022-08-17fetch cookies and build number on startupouwou
2022-08-16make cmake unity build workouwou