summaryrefslogtreecommitdiff
path: root/server/src/api_core.cpp
AgeCommit message (Collapse)Author
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-29api fixesGluzskiy Alexandr
implemented get_module_settings
2015-03-27module api fixes (thx 0xd34df00d)Gluzskiy Alexandr
working module prototype