<feed xmlns='http://www.w3.org/2005/Atom'>
<title>udm.git/server/src, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/'/>
<entry>
<title>server:</title>
<updated>2016-08-11T05:54:06+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2016-08-11T05:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/commit/?id=028ddc8e576e78d500f1cba443d7e21401130bb6'/>
<id>028ddc8e576e78d500f1cba443d7e21401130bb6</id>
<content type='text'>
	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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	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)
</pre>
</div>
</content>
</entry>
<entry>
<title>server:</title>
<updated>2016-08-03T16:35:48+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2016-08-03T16:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/commit/?id=d9ffc27c8b563d76a493ec9eafad56ec5dda13b9'/>
<id>d9ffc27c8b563d76a493ec9eafad56ec5dda13b9</id>
<content type='text'>
	core:
		added check for config directory on config save (crash fix)
		added "--version" option
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	core:
		added check for config directory on config save (crash fix)
		added "--version" option
</pre>
</div>
</content>
</entry>
<entry>
<title>new repo access test</title>
<updated>2016-07-08T16:56:26+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2016-07-08T16:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/commit/?id=4f6c3dffb212bd48bf97520548d18b966083c665'/>
<id>4f6c3dffb212bd48bf97520548d18b966083c665</id>
<content type='text'>
added few comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added few comments
</pre>
</div>
</content>
</entry>
<entry>
<title>protocol:</title>
<updated>2016-01-20T03:31:14+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2016-01-20T03:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/commit/?id=7c4d85348ecbb9913948edc53b82efaa97d85fda'/>
<id>7c4d85348ecbb9913948edc53b82efaa97d85fda</id>
<content type='text'>
	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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	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
</pre>
</div>
</content>
</entry>
<entry>
<title>server:</title>
<updated>2016-01-20T02:35:09+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2016-01-20T02:35:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/commit/?id=09a905e401df451f12673d75dc8d4d72ee73b7c9'/>
<id>09a905e401df451f12673d75dc8d4d72ee73b7c9</id>
<content type='text'>
	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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	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)
</pre>
</div>
</content>
</entry>
<entry>
<title>i am alive )</title>
<updated>2016-01-16T06:01:18+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2016-01-16T06:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/commit/?id=bb8cd8a9ff7d80046cc2c7d41742c74d8f811c62'/>
<id>bb8cd8a9ff7d80046cc2c7d41742c74d8f811c62</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>docs:</title>
<updated>2015-12-10T03:15:47+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2015-12-10T03:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/commit/?id=1a345f933f5b86fb297463863bd82334c94592c7'/>
<id>1a345f933f5b86fb297463863bd82334c94592c7</id>
<content type='text'>
	added BUGS file with known bugs
server:
	fixed bug with download_deleted event
	optimized download state change event (send nothing on no subscriptions match)

client-qt:
	implemented download deleted event handler
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	added BUGS file with known bugs
server:
	fixed bug with download_deleted event
	optimized download state change event (send nothing on no subscriptions match)

client-qt:
	implemented download deleted event handler
</pre>
</div>
</content>
</entry>
<entry>
<title>protocol:</title>
<updated>2015-12-08T22:08:15+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2015-12-08T22:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/commit/?id=ba29462f09c748de5c75837f9fdd3c1bb3bc4791'/>
<id>ba29462f09c748de5c75837f9fdd3c1bb3bc4791</id>
<content type='text'>
	added download deleted event
	small cleanup
server:
	implemented "download_deleted" event
client:
	started work on download state change events handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	added download deleted event
	small cleanup
server:
	implemented "download_deleted" event
client:
	started work on download state change events handling
</pre>
</div>
</content>
</entry>
<entry>
<title>client-qt:</title>
<updated>2015-11-23T17:17:56+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2015-11-23T17:17:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/commit/?id=d233b343940602429c4db1fb1bc2c0192240fd75'/>
<id>d233b343940602429c4db1fb1bc2c0192240fd75</id>
<content type='text'>
	added subscription to download deleted event (handler not implemented yet)
server:
	simplified "fire _event" implementation
	basic implementation of "add_event_subscription" in client class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	added subscription to download deleted event (handler not implemented yet)
server:
	simplified "fire _event" implementation
	basic implementation of "add_event_subscription" in client class
</pre>
</div>
</content>
</entry>
<entry>
<title>prootcol:</title>
<updated>2015-11-22T07:26:42+00:00</updated>
<author>
<name>Gluzskiy Alexandr</name>
<email>sss@sss.chaoslab.ru</email>
</author>
<published>2015-11-22T07:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/udm.git/commit/?id=7ef827ea95590c3096f7f6255c5d40eb447d4178'/>
<id>7ef827ea95590c3096f7f6255c5d40eb447d4178</id>
<content type='text'>
	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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	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.
</pre>
</div>
</content>
</entry>
</feed>
