summaryrefslogtreecommitdiff
path: root/src/discord/discord.hpp
AgeCommit message (Expand)Author
2023-03-06add basic guild notificationsouwou
2022-12-23basic folder supportouwou
2022-12-21add option to dump ready payload because thats usefulouwou
2022-10-06remove ability to join guildsouwou
2022-08-17fetch cookies and build number on startupouwou
2022-08-12Merge branch 'attachments'ouwou
2022-08-11spoof a bunch of headers like the web clientouwou
2022-08-10remove ability to create dmsouwou
2022-07-25limit how often progress bar can updateouwou
2022-07-07add upload progress barouwou
2022-06-14refactor send message params into one structouwou
2022-06-09remove temp attachment files when theyre actually done being uploadedouwou
2022-06-05start attachments (image paste and upload)ouwou
2022-05-17only save state when actually disconnecting (fixes #65)ouwou
2022-05-06clear tabs when access lost, show blanks for missing channelsouwou
2022-04-07remove mark all as read (it doesnt work on API end)ouwou
2022-04-05fix up a bunch of clang-tidy stuffouwou
2022-03-04optimize sql for getting unknown member idsouwou
2022-03-03dont request guild members if there are no user idsouwou
2022-03-03start sending request guild members for unknown membersouwou
2022-01-20add mark as unread/toggle mute for threadsouwou
2022-01-08show count of unread dms in headerouwou
2022-01-08handle mute/unmute for dmsouwou
2022-01-05handle mutable categoriesouwou
2021-12-30add mute/unmute guild menu itemouwou
2021-12-29handle change of mute state for guildsouwou
2021-12-25take muted channels into account for unread guild indicatorouwou
2021-12-22add mark all as readouwou
2021-12-18add mute/unmute channel menu itemouwou
2021-12-17handle mute/unmute of channels (USER_GUILD_SETTINGS_UPDATE)ouwou
2021-12-16hide unread indicator for muted channelsouwou
2021-12-10hide guild unread indicator for muted guildsouwou
2021-12-06mark guild as readouwou
2021-12-05basic unread indicators for channelsouwou
2021-11-24add fetching private archived threadsouwou
2021-11-23Restructure source and resource files (#46)Dylam De La Torre