summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-11-04use a slightly different way of getting build numberouwou
2023-11-04show animated reactionsouwou
2023-11-03update permissions strings and role paneouwou
2023-11-03update enumsouwou
2023-11-03fix build number fetch (again)ouwou
i think we might need to fetch every script until we find the one with build number (i.e. the "main script" is no longer fixed in the html)
2023-10-26Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2023-10-26fix fetching build number (closes #243)ouwou
2023-10-25feat: `show_deleted_indicator` (#237)Tiramify (A.K. Daniel)
* show_deleted_messages * Update README.md --------- Co-authored-by: ouwou <26526779+ouwou@users.noreply.github.com>
2023-10-21add mix mono option to voice window (closes #238)ouwou
2023-10-20fix double escaped username in message headers (#239, fixes #236)ouwou
2023-10-17update connections (#239)ouwou
2023-10-17fix gap in connections if image not foundouwou
2023-10-02use group(?)-agnostic keyval for paste shortcut (fixes #228)ouwou
2023-10-02add gui.font_scale settingouwou
2023-10-02remove silly warnouwou
2023-10-01fix closing segfaultouwou
2023-09-24add cap to member listouwou
2023-09-24remove printfouwou
2023-09-23code deduplicationouwou
2023-09-22fix member list in dms againouwou
2023-09-21some lovely member list optimizationsouwou
2023-09-11add menus to member listouwou
2023-09-11proper member list sortingouwou
2023-09-10add profile pics and colors to member listouwou
2023-09-09start new member listouwou
2023-09-08fix title not being evaluated when checking if embed is image-onlyouwou
2023-08-28fix webhook messages not using right username + avatar (fixes #209)ouwou
2023-08-25more spdlog/libfmt workaroundouwou
2023-08-25Merge branch 'master' into rnnoiseouwou
2023-08-25add workaround for compiling with spdlog and incompatible libfmt (fixes #214)ouwou
2023-08-25Merge pull request #207 from TheMorc/macosplatformouwou
add hackish macOS detection for home folder, resources and cache
2023-08-25Merge pull request #212 from TheMorc/macosfilepickerouwou
remove useless file picker filter
2023-08-24add hackish macOS detection for home folder, resources and cacheTheMorc
2023-08-24platform.cpp switch logging to spdlogTheMorc
2023-08-24disable file picker filtersTheMorc
macOS's file picker had issues with them being enabled and it works just fine without the filter being added. Probably applies to other file picker interfaces too
2023-08-24Merge pull request #208 from TheMorc/imagepreviewfixouwou
fix ImageComponent embeds due to extensions being mixedcase
2023-08-23fix ImageComponent embeds due to extensions being mixedcaseTheMorc
2023-08-21dont deserialize groups in GUILD_MEMBER_LIST_UPDATEouwou
2023-08-21fix denoise under gate vad, keep state always initdouwou
2023-08-21decay vad prob over timeouwou
2023-08-19add noise suppressionouwou
2023-08-02tie slider to rnnoise probability thresholdouwou
2023-08-02add mutex for rnnoiseouwou
2023-08-02Merge branch 'master' into rnnoiseouwou
2023-07-25Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2023-07-25fix regex reading from freed memory (fixes #197)ouwou
2023-07-25try to fix mindepsouwou
2023-07-23get rid of signals for setting gate and gainouwou
2023-07-23update vad param value on combobox changeouwou
2023-07-23slight refactor, show rnnoise vad prob in meter when selectedouwou