summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-07add file picker to chat inputouwou
2022-08-06Merge branch 'master' into attachmentsouwou
2022-08-06Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2022-08-06dont override expansion state because of active channelouwou
2022-08-05fixed text input box to not resize when typing (#89)dragontamer8740
2022-08-03handle null from std::locale::locale (fixes #88)ouwou
2022-07-31stop printing every event typeouwou
2022-07-31grey out leave button if user owns the guildouwou
2022-07-25limit how often progress bar can updateouwou
2022-07-25try to align stuff a little betterouwou
2022-07-23handle max message payload + show filename labelouwou
2022-07-14fix potential deadlockouwou
2022-07-10try to fix compile againouwou
2022-07-09handle premium server upload size limitsouwou
2022-07-09check nitro size restriction + fix replying borderouwou
2022-07-08fix compileouwou
2022-07-08try to properly clear chat listouwou
im sure this will break something somehow
2022-07-07add upload progress barouwou
2022-07-05fix checks for is botouwou
2022-07-04grab focus when adding attachmentouwou
2022-07-03fix compileouwou
2022-06-30dnd'd files show preview images if displayableouwou
2022-06-23add icon to attachments without previewouwou
2022-06-23add change filenameouwou
2022-06-17add file upload via dnd + rework httpouwou
2022-06-16preserve attachment insertion orderouwou
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-10dont use tmpnam because its stupidouwou
2022-06-09remove temp attachment files when theyre actually done being uploadedouwou
2022-06-06remove temporary image file when attachment removedouwou
2022-06-06only save temporary image when theres room in containerouwou
2022-06-05start attachments (image paste and upload)ouwou
2022-06-05try to fix multiple attachment handlingouwou
2022-05-22add includeouwou
2022-05-20save state per-userouwou
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-15make it look sort of better i guessouwou
2022-05-11add icons to dmsouwou
2022-05-10add ctrl+number key shortcuts for tabsouwou
2022-05-09add ctrl(+shift)+tab keybindsouwou
2022-05-08request channels again if accessibility was lostouwou
2022-05-08stop sending messages to inaccessible channelsouwou
2022-05-06compile oopsyouwou
2022-05-06clear tabs when access lost, show blanks for missing channelsouwou
2022-05-03Merge branch 'master' into tabsouwou
2022-05-03improve resizing behavior (fixes #67)ouwou