<feed xmlns='http://www.w3.org/2005/Atom'>
<title>want-chat/src/server, branch master</title>
<subtitle>Single threaded TCP chat and server in 80s style
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/'/>
<entry>
<title>changes in work spec-symbols have done; server: send info about online and players</title>
<updated>2020-12-13T18:43:07+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-12-13T18:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/commit/?id=a5d15a716f6e7e21a67529478f77851d15defe09'/>
<id>a5d15a716f6e7e21a67529478f77851d15defe09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some changes in reg/auth; client: remove name in arguments</title>
<updated>2020-12-06T19:47:25+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-12-06T19:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/commit/?id=e99a03a838ddcf9eecadc10a7f71837afac3b99c'/>
<id>e99a03a838ddcf9eecadc10a7f71837afac3b99c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add registration and authorization</title>
<updated>2020-12-05T18:12:04+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-12-05T18:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/commit/?id=91d777da4f5baeac47b3097913b2407b45bc031e'/>
<id>91d777da4f5baeac47b3097913b2407b45bc031e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor code; add class storing users</title>
<updated>2020-12-02T17:59:46+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-12-02T17:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/commit/?id=f5a7c51c89567abc9b9c6b974a65e24ea616e1f4'/>
<id>f5a7c51c89567abc9b9c6b974a65e24ea616e1f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try to make the code is easier; start work with db</title>
<updated>2020-12-02T12:46:42+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-12-02T12:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/commit/?id=ad0a2dc909fbb772d42ab6faf13bba74fbc2483d'/>
<id>ad0a2dc909fbb772d42ab6faf13bba74fbc2483d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add database class</title>
<updated>2020-12-02T10:56:36+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-12-02T10:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/commit/?id=a6b8d6e475700efcb7ae1f7cdb7afeb2027fd4b7'/>
<id>a6b8d6e475700efcb7ae1f7cdb7afeb2027fd4b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactoring and some feature</title>
<updated>2020-11-29T23:29:18+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-11-29T23:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/commit/?id=7385c0352c7fe7e9ceca343400a5caa5ddd999d6'/>
<id>7385c0352c7fe7e9ceca343400a5caa5ddd999d6</id>
<content type='text'>
client: type nick in argument

server: basis for registration;
change style add commands;
edit send msg to user;
feature: private room
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
client: type nick in argument

server: basis for registration;
change style add commands;
edit send msg to user;
feature: private room
</pre>
</div>
</content>
</entry>
<entry>
<title>server: add different messages, support commands('/') and spec-messages</title>
<updated>2020-11-26T22:41:09+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-11-26T22:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/commit/?id=5cbaa841d0bf07f75614205059324e5d2adbc5dd'/>
<id>5cbaa841d0bf07f75614205059324e5d2adbc5dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add second (work with chat) level of abstraction</title>
<updated>2020-11-25T16:04:49+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-11-25T16:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/commit/?id=6139b74876a5c8417d75c2759ce0baec4ae0e171'/>
<id>6139b74876a5c8417d75c2759ce0baec4ae0e171</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>server: add first (work with sockets) level of abstraction</title>
<updated>2020-11-23T17:07:36+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-11-23T17:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/want-chat/commit/?id=cd2decce51c32b8c0531a87ea849e9f8e80db0d3'/>
<id>cd2decce51c32b8c0531a87ea849e9f8e80db0d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
