summaryrefslogtreecommitdiff
path: root/server/src/modules_handler.cpp
AgeCommit message (Collapse)Author
2015-08-23server:Gluzskiy Alexandr
started first downloader module implementation added api to get core settings downloads_dir in config
2015-08-22protocol:Gluzskiy Alexandr
minor corrections few missed fields server: started module api designing fixed typo in modules loader code
2015-08-09client-qt:Gluzskiy Alexandr
socket wraper to work with both ssl and plain connection server: socket wraper to work with both ssl and plain connection bit of config related changes ssl support (untested)
2015-03-31core:Gluzskiy Alexandr
moved on_modules_loaded call to later stage so modules actually can call other modules without race condition and exceptions implemented default metadata_storage basic settings //TODO: per module metadata storage modules: finished flat metadata module base implementation set,get,remove now working and tested via core, via modules
2015-03-29typo fixGluzskiy Alexandr
2015-03-29module settings auto loadingGluzskiy Alexandr
2015-03-29api fixesGluzskiy Alexandr
implemented get_module_settings
2015-03-29work in progressGluzskiy Alexandr
2015-03-27working module loaderGluzskiy Alexandr
basic program options support abitilty to print installed modules info started config support implementation