index
:
abaddon-portaudio
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2023-01-25
make window title consistent (#133)
ouwou
2023-01-21
mimic discord group dm naming scheme (closes #133)
ouwou
2023-01-21
speed up channel list population on connect a good bit
ouwou
2022-11-29
Merge branch 'master' into keychain
ouwou
2022-11-03
add menu item + shortcuts to hide channel and member lists (closes #118)
ouwou
2022-10-23
add option to autoconnect (closes #114)
ouwou
2022-10-23
Add option to hide the menu bar behind alt key (#115)
ouwou
2022-10-09
make CURLOPT_ACCEPT_ENCODING automatic
ouwou
2022-10-06
remove ability to join guilds
ouwou
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-06
remove a bunch of unnecessary fields from user settings
ouwou
2022-09-25
open browser on mouse release (fixes #108)
ouwou
2022-09-09
Merge branch 'master' of https://github.com/uowuo/abaddon
ouwou
2022-09-09
store user from interaction even if member is not present
ouwou
2022-09-09
fix some potential crashes because of optionals
ouwou
2022-09-09
add opt-in hide to system tray icon (#99)
KnightMurloc
2022-08-21
remove curl error buffer
ouwou
it was useless anyways
2022-08-17
fetch cookies and build number on startup
ouwou
2022-08-16
make cmake unity build work
ouwou
2022-08-14
remove unnecessary cstdio include (#101)
dragontamer8740
2022-08-14
Big-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-12
Merge branch 'attachments'
ouwou
2022-08-11
spoof a bunch of headers like the web client
ouwou
2022-08-11
add copy url menu item to attachments (closes #96)
ouwou
also refactor menu popup to fit over entire message width
2022-08-10
update capabilities and client build number
ouwou
2022-08-10
remove ability to create dms
ouwou
2022-08-10
fix removing roles from members (maybe)
ouwou
2022-08-10
control icon pos in css
ouwou
2022-08-09
change service clear user
ouwou
2022-08-08
store token in keychain
ouwou
2022-08-08
remove unnecessary verbosity
ouwou
2022-08-08
hide browse icon when not in channel with perms
ouwou
2022-08-08
fix some permission checks
ouwou
2022-08-07
add SEND_MESSAGES permission check finally
ouwou
2022-08-07
pull chat input permission check out of signal
ouwou
2022-08-07
add some Get()s that i forgot somehow
ouwou
2022-08-07
give focus to input after choosing file
ouwou
2022-08-07
add file picker to chat input
ouwou
2022-08-06
Merge branch 'master' into attachments
ouwou
2022-08-06
Merge branch 'master' of https://github.com/uowuo/abaddon
ouwou
2022-08-06
dont override expansion state because of active channel
ouwou
2022-08-05
fixed text input box to not resize when typing (#89)
dragontamer8740
2022-08-03
handle null from std::locale::locale (fixes #88)
ouwou
2022-07-31
stop printing every event type
ouwou
2022-07-31
grey out leave button if user owns the guild
ouwou
2022-07-25
limit how often progress bar can update
ouwou
2022-07-25
try to align stuff a little better
ouwou
2022-07-23
handle max message payload + show filename label
ouwou
2022-07-14
fix potential deadlock
ouwou
2022-07-10
try to fix compile again
ouwou
2022-07-09
handle premium server upload size limits
ouwou
[next]