summaryrefslogtreecommitdiff
path: root/server/include/api_module_base.h
AgeCommit message (Collapse)Author
2016-01-16i am alive )Gluzskiy Alexandr
updated copyrights (new year) server: started implementation of api for module events (module should be able to fire event which will be delivered to clients which have subscribed for this event type)
2015-10-25protocol:Gluzskiy Alexandr
a bit of work with "client_event_subscription_request" some comments server: event subsystem: event's object class skeleton very basic event subscription handler
2015-08-31server:Gluzskiy Alexandr
core: another bit of api simplification modules: adapted to api changes
2015-08-28protocol:Gluzskiy Alexandr
typo fix added description to setting_info server: api: using structure with setting info instead of hust string for just value (a bit of necessary complication) renamed few structs to avoid collision with protobuf ones defined few module variables in api itself (a bit of simplification for module developer) modules: adapted to api changes
2015-08-22protocol:Gluzskiy Alexandr
minor corrections few missed fields server: started module api designing fixed typo in modules loader code
2015-03-29api fixesGluzskiy Alexandr
implemented get_module_settings
2015-03-27working module loaderGluzskiy Alexandr
basic program options support abitilty to print installed modules info started config support implementation
2015-03-27module api fixes (thx 0xd34df00d)Gluzskiy Alexandr
working module prototype
2015-03-26workingGluzskiy Alexandr
2015-03-25working on apiGluzskiy Alexandr