summaryrefslogtreecommitdiff
path: root/abaddon.hpp
AgeCommit message (Collapse)Author
2021-11-04preserve channel list expansion and active channel (#36)ouwou
also check getenv in platform
2021-09-03add notice for archived threads at top of chatwindowouwou
2021-08-20fix buildouwou
2021-08-04basic window to view threadsouwou
2021-07-26Merge branch 'channels-list'ouwou
2021-07-26let channel list manage itself instead of windowouwou
2021-07-25Merge branch 'resources' (closes #29)ouwou
2021-07-05remove reload settings menu item cuz it doesnt do anythingouwou
2021-06-30try loading resources from share, fallback to cwdouwou
2021-06-17add unpin to menu, refactor a bitouwou
2021-06-11basic pins windowouwou
2021-05-28add some workarounds/fixes for css stuffouwou
adds a separate css file registered with a lower priority to allow for application-wide css while allowing the main css file to override more general selectors
2021-05-07start friends listouwou
2021-04-13pass message object through signal instead of just the idouwou
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-22basic member verification for guilds that set rulesouwou
2021-03-17manage emojisouwou
2021-03-15fix errors with user menu and window managementouwou
2021-03-14add ability to create repliesouwou
2021-02-28add members panel/change member rolesouwou
2021-02-18add menu item to add recipient to group dmouwou
2021-02-18add option to remove user from group dm in menuouwou
also fix a crash when opening empty group dms
2021-02-04view user profile (notes+connections+badges)ouwou
change some stuff with callbacks
2021-01-25handle opcode 9 invalid session and improve handling socket closureouwou
2021-01-16add role list to user menuouwou
2021-01-15Guild settings 1 (#19)ouwou
* start guild settings window, tweak style
2020-12-18reload settings + custom css pathouwou
2020-12-15display reactions + click to add/removeouwou
2020-11-23progress 2ouwou
2020-11-14remove some stuffouwou
2020-11-08add open dm to user menuouwou
2020-11-08allow multiple components to display shared user menuouwou
2020-11-01add set status for funsiesouwou
2020-11-01update channel list selection when channel mention is clickedouwou
2020-11-01handle GUILD_UPDATEouwou
2020-10-24render emojisouwou
2020-10-19CHANNEL_CREATE, CHANNEL_UPDATE, CHANNEL_DELETEouwou
2020-10-12add kick/banouwou
2020-10-11add category/channel menu and update some other menu stuffouwou
2020-10-04allow limiting concurrent http requestsouwou
add Semaphore update SettingsManager a little
2020-09-21join/leave guildouwou
2020-09-12make avatar loading a bit betterouwou
2020-09-10basic avatarsouwou
2020-09-07use a singleton (oh no) instead of passing Abaddon* everywhereouwou
2020-09-06DiscordClient uses signals nowouwou
2020-09-06member list gets a basic right click menuouwou
2020-09-05lazy loading, member list, some other shitouwou
2020-09-03add active chat to main window titleouwou
2020-09-03add basic css supportouwou