Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FetchRoles isnt needed anymore cuz full roles are fetched now
|
|
|
|
mainly since i feel its only a matter of time before someone copy pastes it somewhere and itd be my fault
also typedef -> using
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
importantly, res is now res/res and css is now res/css
|
|
|
|
|
|
|
|
* fix all warnings shown by GCC
|
|
and also add a reset statement i forgot (raii might be good here...)
|
|
|
|
|
|
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
|
|
|
|
oops
|
|
also check getenv in platform
|
|
|
|
|
|
|
|
mainly so i could debug something easier
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this probably should have been broken up into smaller commits. oh well
|
|
|
|
|
|
|
|
Fix another unchecked optional
|
|
|
|
|
|
|
|
|
|
also discard exceptions in file cache futures
|
|
|