summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-24fix buildouwou
2021-11-24remove SimpleIni as a dependencyouwou
use Glib::KeyFile instead which is basically the same file format also read into and save from struct once, cuz its faster and less redundant
2021-11-23Restructure source and resource files (#46)Dylam De La Torre
importantly, res is now res/res and css is now res/css
2021-11-20normalize include pathsouwou
2021-11-20merge storeouwou
2021-11-19fix sqlite error messagesouwou
2021-11-16Fix warnings shown by GCC (#47)Dylam De La Torre
* fix all warnings shown by GCC
2021-11-16fix retrieving message referencesouwou
and also add a reset statement i forgot (raii might be good here...)
2021-11-14Merge branch 'master' into storeouwou
2021-11-13presence of ThreadMember means user added to private threadouwou
2021-11-13dont call StopDiscord in destructorouwou
since the destructor is run during static destruction it can cause issues it's redundant anyways as StopDiscord is slotted into Gtk::Application::signal_shutdown
2021-11-06fix double close of store throwingouwou
2021-11-04add files that should have been pushed with last commitouwou
oops
2021-11-04preserve channel list expansion and active channel (#36)ouwou
also check getenv in platform
2021-11-02Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2021-11-02remove channel row css classes from readmeouwou
2021-11-01fix typo (#41)South
2021-10-30some snowflake IsValid checksouwou
mainly so i could debug something easier
2021-10-30fix big mistake that made it not runouwou
2021-10-29templatize some stuffouwou
2021-10-28try to fix some more compilation errors/warningsouwou
2021-10-28try to fix weird ambiguous int stuffouwou
2021-10-28take care of some warningsouwou
2021-10-28dont use functions that dont actually existouwou
2021-10-28fix syntax errorouwou
2021-10-28rewrite storeouwou
this probably should have been broken up into smaller commits. oh well
2021-10-27fix UB when all reactions on a msg are removed and one is added againouwou
2021-10-18set action versionsouwou
2021-10-16fix potential crash when loading channel with no messagesouwou
2021-10-12Merge pull request #39 from Zander671/masterouwou
Fix another unchecked optional
2021-10-12Fix another unchecked optionalAlexander Rosenberg
2021-10-11make ixwebsocket find module workouwou
2021-10-11update simpleini submoduleouwou
2021-10-11use find modules for ixwebsocket/simpleiniouwou
2021-10-08fix unchecked optionalsouwou
also discard exceptions in file cache futures
2021-10-06skip audit log entries with no target idouwou
2021-10-06preserve scroll position when loading historyouwou
it still jumps around a bit sometimes but its acceptable. hopefully there is a better solution
2021-10-06add relative to root #includesouwou
2021-10-06remove FOUND_VARouwou
should also fix compilation in some situations because of sigc++
2021-10-06fix #includes (#35)ouwou
2021-09-29dont purge on socket closeouwou
2021-09-24try and fix potential crash on ROLE_UPDATEouwou
2021-09-21use GTK emoji rendering by default on Windowsouwou
2021-09-21update README with new infoouwou
2021-09-13Merge branch 'threads'ouwou
2021-09-13fix join guildouwou
even though this probably isnt the best idea in a third party client...
2021-09-03add notice for archived threads at top of chatwindowouwou
2021-09-03remove archived threads from channel list on syncouwou
this probably doesnt do anything but i added it while trying to fix something and it might work sometime i dont know
2021-09-01send channel lazy load when loading thread if not previously sentouwou
2021-08-28permissions check on archive/unarchive (oops)ouwou