summaryrefslogtreecommitdiff
path: root/src/discord
AgeCommit message (Collapse)Author
2023-02-01Merge branch 'master' into pchouwou
2023-01-29first pass compile time optimizationouwou
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-23basic folder supportouwou
2022-12-21add option to dump ready payload because thats usefulouwou
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-09store user from interaction even if member is not presentouwou
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-10update capabilities and client build numberouwou
2022-08-10remove ability to create dmsouwou
2022-08-10fix removing roles from members (maybe)ouwou
2022-07-31stop printing every event typeouwou
2022-07-25limit how often progress bar can updateouwou
2022-07-14fix potential deadlockouwou
2022-07-10try to fix compile againouwou
2022-07-09handle premium server upload size limitsouwou
2022-07-08fix compileouwou
2022-07-07add upload progress barouwou
2022-07-05fix checks for is botouwou
2022-06-17add file upload via dnd + rework httpouwou
2022-06-14refactor send message params into one structouwou
2022-06-14Merge branch 'master' into attachmentsouwou
2022-06-14hoisted_role can be missing from guild member list updateouwou
2022-06-09remove temp attachment files when theyre actually done being uploadedouwou
2022-06-05start attachments (image paste and upload)ouwou
2022-06-05try to fix multiple attachment handlingouwou
2022-05-19remove thing i shouldnt have committedouwou
2022-05-19fix role updates (fixes #69, fixes #70)ouwou
2022-05-17only save state when actually disconnecting (fixes #65)ouwou
2022-05-11add icons to dmsouwou
2022-05-06clear tabs when access lost, show blanks for missing channelsouwou
2022-04-14fix tab titlesouwou
2022-04-07remove mark all as read (it doesnt work on API end)ouwou
2022-04-07fix open dm opening the wrong thing sometimesouwou
2022-04-06replace file chooser with nativeouwou
also remove clipboard since it was just a workaround and i dont want to maintain it
2022-04-05fix up a bunch of clang-tidy stuffouwou
mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past
2022-03-26Merge branch 'master' into msysouwou
2022-03-05fix UBouwou
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-03-03fill out gateway op enum using internal namesouwou
2022-02-20parse role mentionsouwou
2022-02-17delete database instead of trying to clear itouwou