Commit Graph

  • 243e48e609
    remove unnecessary cstdio include (#101) dragontamer8740 2022-08-13 23:36:56 -0400
  • fac9f1ba58
    Big-endian 'emojis.bin' decoding fix (#100) dragontamer8740 2022-08-13 22:59:08 -0400
  • 6a5ecb4d95 Merge branch 'attachments' ouwou 2022-08-12 18:35:58 -0400
  • dc28eae95a spoof a bunch of headers like the web client ouwou 2022-08-11 23:37:39 -0400
  • baf96da80c add copy url menu item to attachments (closes #96) also refactor menu popup to fit over entire message width ouwou 2022-08-11 20:53:02 -0400
  • 31ca6d9fd2 update capabilities and client build number ouwou 2022-08-10 23:38:12 -0400
  • 04befeb180 Merge branch 'master' of https://github.com/uowuo/abaddon ouwou 2022-08-10 23:29:10 -0400
  • a4c8a2290d remove ability to create dms ouwou 2022-08-10 23:29:00 -0400
  • 96ec5bb665 fix removing roles from members (maybe) ouwou 2022-08-10 23:20:27 -0400
  • f60cea2216 control icon pos in css ouwou 2022-08-10 00:03:04 -0400
  • 77dd9fabfa change service clear user ouwou 2022-08-09 02:06:24 -0400
  • ee67037a3f store token in keychain ouwou 2022-08-08 23:25:34 -0400
  • b46cf53be5 add hrantzsch/keychain and link ouwou 2022-08-08 22:50:27 -0400
  • 02741f2c1b remove unnecessary verbosity ouwou 2022-08-08 02:41:54 -0400
  • 955b9239b9 hide browse icon when not in channel with perms ouwou 2022-08-08 00:40:20 -0400
  • 53ac853367 fix some permission checks ouwou 2022-08-08 00:29:18 -0400
  • 1c38671356 add SEND_MESSAGES permission check finally ouwou 2022-08-07 19:56:01 -0400
  • 91527fbd0d pull chat input permission check out of signal ouwou 2022-08-07 19:54:39 -0400
  • 537d4163c2 add some Get()s that i forgot somehow ouwou 2022-08-07 19:19:52 -0400
  • c0e4a3a988 give focus to input after choosing file ouwou 2022-08-07 19:18:05 -0400
  • 860049fad5
    Update README.md ouwou 2022-08-07 20:15:47 +0000
  • 344f269414 add file picker to chat input ouwou 2022-08-07 02:16:20 -0400
  • 3487353fc7 css tweaks ouwou 2022-08-07 02:14:26 -0400
  • 86fc8f4186 Merge branch 'master' into attachments ouwou 2022-08-06 02:27:37 -0400
  • acb80da387 Merge branch 'master' of https://github.com/uowuo/abaddon ouwou 2022-08-06 02:23:15 -0400
  • d99d8443ee dont override expansion state because of active channel ouwou 2022-08-06 02:23:08 -0400
  • 319f9c392c
    fixed text input box to not resize when typing (#89) dragontamer8740 2022-08-05 00:22:59 -0400
  • a61a630ee6 handle null from std::locale::locale (fixes #88) ouwou 2022-08-03 02:27:43 -0400
  • e8260c164f stop printing every event type ouwou 2022-07-31 17:53:55 -0400
  • 4e4986f670 grey out leave button if user owns the guild ouwou 2022-07-31 17:23:00 -0400
  • 3610a2508b limit how often progress bar can update ouwou 2022-07-25 01:10:31 -0400
  • 8396d07d9e try to align stuff a little better ouwou 2022-07-25 00:26:04 -0400
  • 59acd0f82f handle max message payload + show filename label ouwou 2022-07-23 18:34:33 -0400
  • 544ae6f915 fix potential deadlock ouwou 2022-07-14 04:12:17 -0400
  • 111399cf4a move progress bar so it doesnt conflict with other stuff ouwou 2022-07-14 03:13:27 -0400
  • fba5cee519 try to fix compile again ouwou 2022-07-10 02:38:19 +0000
  • f95d79129e handle premium server upload size limits ouwou 2022-07-09 03:05:48 -0400
  • 02ce353c6d check nitro size restriction + fix replying border ouwou 2022-07-09 01:57:56 -0400
  • 241d9a2140 fix compile ouwou 2022-07-08 02:27:21 -0400
  • 849ebf17f1 try to properly clear chat list im sure this will break something somehow ouwou 2022-07-08 02:27:09 -0400
  • 41776fbd02 add upload progress bar ouwou 2022-07-07 03:09:54 -0400
  • 5c7631e713 fix checks for is bot ouwou 2022-07-05 03:53:00 -0400
  • 41e2478a6f grab focus when adding attachment ouwou 2022-07-04 03:29:30 -0400
  • a9d35dcccd fix compile ouwou 2022-07-03 18:58:48 -0400
  • e87766f106 dnd'd files show preview images if displayable ouwou 2022-06-30 04:20:42 -0400
  • a038f47a25 add icon to attachments without preview ouwou 2022-06-23 01:51:30 -0400
  • d841a2c862 add change filename ouwou 2022-06-23 00:48:00 -0400
  • 4ee7025ab0 add file upload via dnd + rework http ouwou 2022-06-17 02:46:55 -0400
  • d0fa308f6e preserve attachment insertion order ouwou 2022-06-16 01:09:54 -0400
  • 4456c8771d refactor send message params into one struct ouwou 2022-06-14 02:36:04 -0400
  • caa551a469 Merge branch 'master' into attachments ouwou 2022-06-14 02:23:22 -0400
  • ccf5afbba9 Merge branch 'master' of https://github.com/uowuo/abaddon ouwou 2022-06-14 02:16:03 -0400
  • 2474ffc2ba hoisted_role can be missing from guild member list update ouwou 2022-06-14 02:15:08 -0400
  • 5cf4d8e160 dont use tmpnam because its stupid ouwou 2022-06-10 01:28:27 -0400
  • 49ff9a249e remove temp attachment files when theyre actually done being uploaded ouwou 2022-06-09 01:48:24 -0400
  • abc448eca0
    readme: Simplify submodule install process. (#81) betty "reenii" bessa 2022-06-06 19:07:59 +0000
  • d7177cac97 remove temporary image file when attachment removed ouwou 2022-06-06 03:59:20 -0400
  • c6182e8923 only save temporary image when theres room in container ouwou 2022-06-06 03:55:25 -0400
  • 270730d9b3 start attachments (image paste and upload) ouwou 2022-06-05 21:41:57 -0400
  • 4ec5c1dfcc try to fix multiple attachment handling ouwou 2022-06-05 01:53:11 -0400
  • da27c67e6b
    Remove zipped resource archive in repo (#74) Adrian Schollmeyer 2022-05-23 18:55:27 +0200
  • de3b53c676 add include v0.1.6 ouwou 2022-05-22 00:03:51 -0400
  • 3ac993bae4 always quietly try and include fontconfig if present ouwou 2022-05-21 22:59:53 -0400
  • 756de57919 save state per-user ouwou 2022-05-20 02:29:32 -0400
  • d9cf989813 remove thing i shouldnt have committed ouwou 2022-05-19 03:15:27 -0400
  • ffc69576f2 fix role updates (fixes #69, fixes #70) ouwou 2022-05-19 03:13:02 -0400
  • 2bed7f161b only save state when actually disconnecting (fixes #65) ouwou 2022-05-17 20:47:01 -0400
  • 607607ef0a update css ouwou 2022-05-16 01:17:34 -0400
  • b2ba7709df make it look sort of better i guess ouwou 2022-05-15 23:38:10 -0400
  • 8b488a5ca9 add icons to dms ouwou 2022-05-11 15:05:32 -0400
  • 1d8ef79da6 add ctrl+number key shortcuts for tabs ouwou 2022-05-10 01:09:42 -0400
  • bbf32730cd add ctrl(+shift)+tab keybinds ouwou 2022-05-09 01:33:09 -0400
  • f58ca39e8c request channels again if accessibility was lost ouwou 2022-05-08 02:40:27 -0400
  • 3b5f4ded31 stop sending messages to inaccessible channels ouwou 2022-05-08 00:27:48 -0400
  • f6fdfeb95f compile oopsy ouwou 2022-05-06 04:13:29 -0400
  • 2c25319fb8 clear tabs when access lost, show blanks for missing channels ouwou 2022-05-06 01:14:15 -0400
  • 7daa0a250c Merge branch 'master' into tabs ouwou 2022-05-03 18:26:17 -0400
  • 121c2585c8 improve resizing behavior (fixes #67) ouwou 2022-05-03 18:19:26 -0400
  • b18b94818a respect muted state for tab indicator ouwou 2022-05-02 02:38:41 -0400
  • 63db16a711 open channel if its the first opened tab ouwou 2022-05-02 02:31:15 -0400
  • c30ab91738 add menu+accelerator for go back/forward ouwou 2022-04-27 17:40:37 -0400
  • e8f16292d1 add back/forward history to tabs also lots of reformatting in .cmake because clion is weird and did that for some reason ouwou 2022-04-27 16:23:50 -0400
  • db28abaa44 dont show attention indicator on checked tab ouwou 2022-04-23 15:41:31 -0400
  • bfb2490938 dont expand channel list when changing tabs ouwou 2022-04-23 15:33:54 -0400
  • b4ab88f708 add opened tabs to state ouwou 2022-04-21 14:41:45 -0400
  • 2dab595476 add open dm in new tab ouwou 2022-04-21 14:19:21 -0400
  • a98967fccc add ci run for minimal dependencies ouwou 2022-04-20 21:50:57 -0400
  • 32e4540464 install libhandy dep on msys ouwou 2022-04-17 02:26:21 -0400
  • 02dc28e89c Merge branch 'master' into tabs ouwou 2022-04-17 02:20:34 -0400
  • 47545d9d32 fix menu bar updates again (fixes #61) ouwou 2022-04-15 02:14:25 -0400
  • 5670dfc1d5
    update nightly.link download url ouwou 2022-04-15 03:26:27 +0000
  • 34f8af599d fix tab titles ouwou 2022-04-14 00:11:39 -0400
  • d36fe4d0e9 add server icons to channels ouwou 2022-04-09 03:33:56 -0400
  • 44317e2d34 more tab work - only one tab for any channel can be open - rudimentary unread indicators - add some css ouwou 2022-04-09 02:45:09 -0400
  • 5b806a2589 basic tabs system ouwou 2022-04-08 23:47:12 -0400
  • 5a13c7fef7 pull in libhandy optionally ouwou 2022-04-08 14:50:11 -0400
  • c22a49f64e no more vcpkg v0.1.5 ouwou 2022-04-08 13:49:51 -0400
  • 436024b4a0 remove mark all as read (it doesnt work on API end) ouwou 2022-04-07 20:26:15 -0400
  • 61cde0f7e1 fix more menu stuff also reformat ouwou 2022-04-07 20:18:10 -0400
  • a9399873fd fix open dm opening the wrong thing sometimes ouwou 2022-04-07 03:02:25 -0400