summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-01dont make requests for inaccessible channelsouwou
2021-11-29fix corrupted disk image sqlite error (fixes #51)ouwou
2021-11-29rename find module (fixes #50)ouwou
2021-11-28actually retrieve roles for guildsouwou
FetchRoles isnt needed anymore cuz full roles are fetched now
2021-11-28fix distortion of non-1:1 emojisouwou
2021-11-25dont print identify message to consoleouwou
mainly since i feel its only a matter of time before someone copy pastes it somewhere and itd be my fault also typedef -> using
2021-11-25remove unnecessary copying left over from debuggingouwou
2021-11-24bump build number in identifyouwou
2021-11-24update readmeouwou
2021-11-24add fetching private archived threadsouwou
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