summaryrefslogtreecommitdiff
path: root/server/src/api_core_events.cpp
AgeCommit message (Collapse)Author
2016-01-20protocol:Gluzskiy Alexandr
download completed state client-qt: added "download completed" subscription and status support server: module_curl: used events api in core for download state changes core: download completed event support for modules
2016-01-20server:Gluzskiy Alexandr
very basic implementation of download_state_changed event api call for plugins started work on thread safety (plugins may and will be multithreaded, so api for plugins should be thread safe)
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)