summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-03doc: Display `CSS selectors` and `Settings` as tables (#126)abdalrzag eisa
2022-12-02Fixes a few minor typos in the README (#127)Altoids1
2022-12-02doc: list deps for building on Arch Linux (#125)abdalrzag eisa
2022-12-01Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2022-12-01update ci run to latest nlohmann/json releaseouwou
2022-12-01add missing setting (#123)abdalrzag eisa
2022-11-15Make README.md more readable (#120)abdalrzag eisa
* More noticeable warnings * Make CSS selectors stand out more from their description * Make Settings options stand out more from their description, and make the default value easy to see
2022-11-03add menu item + shortcuts to hide channel and member lists (closes #118)ouwou
2022-10-23add option to autoconnect (closes #114)ouwou
2022-10-23Add option to hide the menu bar behind alt key (#115)ouwou
2022-10-18readme: list exact depedency package names for Ubuntu (#109)Addison Snelling
Co-authored-by: Addison Snelling <fwd+gpg@ext.asnell.io>
2022-10-13update msys dependenciesouwou
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-25open browser on mouse release (fixes #108)ouwou
2022-09-09Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2022-09-09store user from interaction even if member is not presentouwou
2022-09-09fix some potential crashes because of optionalsouwou
2022-09-09add opt-in hide to system tray icon (#99)KnightMurloc
2022-08-21remove curl error bufferouwou
it was useless anyways
2022-08-17fetch cookies and build number on startupouwou
2022-08-16make cmake unity build workouwou
2022-08-15update msys-deps againouwou
2022-08-14copy over new dlls for win buildouwou
2022-08-14fix ci run on macouwou
2022-08-14remove unnecessary cstdio include (#101)dragontamer8740
2022-08-14Big-endian 'emojis.bin' decoding fix (#100)dragontamer8740
* Big-endian patch: fixes emojis.bin reading on big-endian systems (tested only on 32-bit PowerPC linux)
2022-08-12Merge branch 'attachments'ouwou
2022-08-11spoof a bunch of headers like the web clientouwou
2022-08-11add copy url menu item to attachments (closes #96)ouwou
also refactor menu popup to fit over entire message width
2022-08-10update capabilities and client build numberouwou
2022-08-10Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2022-08-10remove ability to create dmsouwou
2022-08-10fix removing roles from members (maybe)ouwou
2022-08-10control icon pos in cssouwou
2022-08-08remove unnecessary verbosityouwou
2022-08-08hide browse icon when not in channel with permsouwou
2022-08-08fix some permission checksouwou
2022-08-07add SEND_MESSAGES permission check finallyouwou
2022-08-07pull chat input permission check out of signalouwou
2022-08-07add some Get()s that i forgot somehowouwou
2022-08-07give focus to input after choosing fileouwou
2022-08-07Update README.mdouwou
2022-08-07add file picker to chat inputouwou
2022-08-07css tweaksouwou
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