<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roomserver, branch master</title>
<subtitle>Simple game lobby server
</subtitle>
<id>https://git.tomsmeding.com/roomserver/atom?h=master</id>
<link rel='self' href='https://git.tomsmeding.com/roomserver/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/'/>
<updated>2017-01-21T21:31:15Z</updated>
<entry>
<title>Modify test.py to test new room_message format</title>
<updated>2017-01-21T21:31:15Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-21T21:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/commit/?id=935d61f58bc3a2afc50c3050761f9bcfb70d1359'/>
<id>urn:sha1:935d61f58bc3a2afc50c3050761f9bcfb70d1359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add (#if 0'd) socket-to-file log code</title>
<updated>2017-01-21T20:48:00Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-21T20:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/commit/?id=d31dcbc91d5027a3441e3c659a37bb4db84429c4'/>
<id>urn:sha1:d31dcbc91d5027a3441e3c659a37bb4db84429c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some protocol bugs</title>
<updated>2017-01-21T20:47:47Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-21T20:47:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/commit/?id=9e3c2b0635e68b59c040cb66e032b6c359a28bd9'/>
<id>urn:sha1:9e3c2b0635e68b59c040cb66e032b6c359a28bd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>show default port in usage</title>
<updated>2017-01-20T21:47:42Z</updated>
<author>
<name>Lieuwe Rooijakkers</name>
<email>lieuwerooijakkers@gmail.com</email>
</author>
<published>2017-01-20T20:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/commit/?id=0cbc19919b1eff010392b71e9f5f4119ef6da3c7'/>
<id>urn:sha1:0cbc19919b1eff010392b71e9f5f4119ef6da3c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Error on room_create already exists</title>
<updated>2017-01-20T13:24:52Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-20T13:24:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/commit/?id=c576c7718385f812ca71d815a12c0a1ebf6c135f'/>
<id>urn:sha1:c576c7718385f812ca71d815a12c0a1ebf6c135f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>strtol -&gt; strtoll</title>
<updated>2017-01-20T13:24:40Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-20T13:24:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/commit/?id=4aa1848c27da1c45b6204956ae28e9e83bc840c5'/>
<id>urn:sha1:4aa1848c27da1c45b6204956ae28e9e83bc840c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Broadcast on join and leave</title>
<updated>2017-01-19T18:16:23Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-19T18:16:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/commit/?id=47d78e9ce3330d6c00d5d0f3c9021e838944ae60'/>
<id>urn:sha1:47d78e9ce3330d6c00d5d0f3c9021e838944ae60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate sock_/tcp_ like regexbattle</title>
<updated>2017-01-19T17:30:07Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-19T17:30:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/commit/?id=fcc0658730e541477fa60995d8bd82ff87163b92'/>
<id>urn:sha1:fcc0658730e541477fa60995d8bd82ff87163b92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>List only open rooms</title>
<updated>2017-01-19T10:05:40Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-19T10:05:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/commit/?id=89f613475b8da3076aff70a6cef6b41df551d567'/>
<id>urn:sha1:89f613475b8da3076aff70a6cef6b41df551d567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename sock_read_{length,data}</title>
<updated>2017-01-18T19:42:41Z</updated>
<author>
<name>tomsmeding</name>
<email>tom.smeding@gmail.com</email>
</author>
<published>2017-01-18T19:42:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tomsmeding.com/roomserver/commit/?id=39e9065962607ce0267bac94473df6a1f322d9cb'/>
<id>urn:sha1:39e9065962607ce0267bac94473df6a1f322d9cb</id>
<content type='text'>
</content>
</entry>
</feed>
