aboutsummaryrefslogtreecommitdiff
path: root/lib/pluginloader/pluginloader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Turn on more warnings by defaultAqua-sama2020-05-281-1/+5
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* Expand pluginloader test coverageAqua-sama2020-04-291-50/+57
| | | | | | | - add poi-plugin-load to test compatibility of plugins - rewrite tests to use catch2 - use cpp stdlib to read files - clang-tidy and clang-format pass
* pluginloader: add test for PluginLoader::verifyAqua-sama2020-01-271-20/+20
|
* Fix various gcc and clazy compile warningsAqua-sama2020-01-171-2/+2
|
* Drop boost dependencyAqua-sama2019-11-031-1/+1
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Add plugin signature verification policiesAqua-sama2019-04-191-0/+93