summaryrefslogtreecommitdiff
path: root/server/include/event_subscription_base.h
AgeCommit message (Collapse)Author
2016-08-11server:Gluzskiy Alexandr
event_system: draft implementation of repeated events (we still have none defined by protcol) more appropriate names for some enums and structs messaging: a bit of refactoring in server_session (cut message handler to separate functions for each message type) more appropriate names for some functions curl_downloader: updating downloaded size variable during download process (thread safety required)
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-11-23client-qt:Gluzskiy Alexandr
added subscription to download deleted event (handler not implemented yet) server: simplified "fire _event" implementation basic implementation of "add_event_subscription" in client class
2015-11-22prootcol:Gluzskiy Alexandr
added download_state change structure (used in download state changes event from server) client-qt: subscription to download state changes events server: basic implementation of download state changes events TODO: use single structure for download_state_changes in messages instead of all separate ones.
2015-11-20server:Gluzskiy Alexandr
a bit of work with event system
2015-10-27protocol:Gluzskiy Alexandr
tiny enum value names correction server: event subscription subsystem: a bit of implementation of repeated 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