summaryrefslogtreecommitdiff
path: root/abaddon.cpp
AgeCommit message (Collapse)Author
2021-01-15Guild settings 1 (#19)ouwou
* start guild settings window, tweak style
2021-01-13change idouwou
2021-01-07improve build process, add github actionsouwou
2020-12-18reload settings + custom css pathouwou
2020-12-18add prefetch (default off)ouwou
2020-12-17abstract away settings some moreouwou
2020-12-15display reactions + click to add/removeouwou
2020-12-14pretend to be a real client a little betterouwou
2020-12-10cache channelsouwou
2020-12-09Merge branch 'master' into disk-cacheouwou
2020-12-09mask user agentouwou
2020-12-08disk cache guildouwou
2020-11-28Merge branch 'master' into disk-cacheouwou
2020-11-27set user-agent through iniouwou
2020-11-23progress 2ouwou
2020-11-19initial sqlite, store userouwou
2020-11-14remove some stuffouwou
2020-11-10put original message in edit dialogouwou
2020-11-08block menu items for selfouwou
2020-11-08add open dm to user menuouwou
2020-11-08allow multiple components to display shared user menuouwou
2020-11-01show news channelsouwou
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-13join/leave guild updates without reloading entire channel listouwou
2020-10-12add kick/banouwou
2020-10-12add confirmation dialog to leave guildouwou
2020-10-11shift click on message author to insert mentionouwou
2020-10-11add category/channel menu and update some other menu stuffouwou
2020-10-10add clickable channel mentions, rework links a littleouwou
2020-10-05slap a bunch of shit everywhere until the crashing stopsouwou
2020-10-04allow limiting concurrent http requestsouwou
add Semaphore update SettingsManager a little
2020-09-21join/leave guildouwou
2020-09-20improve MESSAGE_UPDATE handling (hopefully)ouwou
2020-09-14only load 50 messages on channel switch (also fix member menu)ouwou
2020-09-12make avatar loading a bit betterouwou
2020-09-10basic avatarsouwou
2020-09-07more signal usage and some other fixesouwou
2020-09-07use a singleton (oh no) instead of passing Abaddon* everywhereouwou
2020-09-06DiscordClient uses signals nowouwou
2020-09-06refactor (store)ouwou
2020-09-06member list gets a basic right click menuouwou
2020-09-05bug momentouwou
2020-09-05lazy loading, member list, some other shitouwou
2020-09-04catch errors when loading cssouwou
2020-09-04add a very important featureouwou
2020-09-04pass around snowflake instead of MessageDataouwou