<feed xmlns='http://www.w3.org/2005/Atom'>
<title>simplechat/chat, branch master</title>
<subtitle>A simple websocket-based chatserver written in Go.
</subtitle>
<id>http://git.laria.me/simplechat/atom?h=master</id>
<link rel='self' href='http://git.laria.me/simplechat/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/'/>
<updated>2014-03-27T22:51:08Z</updated>
<entry>
<title>Stopping the ticker in Push</title>
<updated>2014-03-27T22:51:08Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-03-27T20:36:19Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/commit/?id=5c45b0e3e5fbe479155ad403b4936d2485a028bd'/>
<id>urn:sha1:5c45b0e3e5fbe479155ad403b4936d2485a028bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nickname and message length limits implemented</title>
<updated>2014-03-27T22:51:07Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-03-27T13:58:45Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/commit/?id=addb75b981a2044a47adb7ff26850d6ff12b6144'/>
<id>urn:sha1:addb75b981a2044a47adb7ff26850d6ff12b6144</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forbid empty nicknames</title>
<updated>2014-03-27T22:51:07Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-03-27T11:28:20Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/commit/?id=7206812e266df8d57cd6628e22b9049b6517ebb8'/>
<id>urn:sha1:7206812e266df8d57cd6628e22b9049b6517ebb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Chat now works on the client side</title>
<updated>2014-03-27T22:51:07Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-03-27T11:28:05Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/commit/?id=dfd11c94c1ad5261caa43128a39fcce550edf61d'/>
<id>urn:sha1:dfd11c94c1ad5261caa43128a39fcce550edf61d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added TestChat for testing message broadcasting.</title>
<updated>2014-03-25T21:50:07Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-03-25T21:50:07Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/commit/?id=c35e43e9cf0f915236016a3f73a6ee6bc9962e0b'/>
<id>urn:sha1:c35e43e9cf0f915236016a3f73a6ee6bc9962e0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expanded TestLeave</title>
<updated>2014-03-25T21:27:15Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-03-25T21:27:15Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/commit/?id=fe179701f2cb32be250b3b882a02b02acad1cae5'/>
<id>urn:sha1:fe179701f2cb32be250b3b882a02b02acad1cae5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expanded TestJoin</title>
<updated>2014-03-25T21:24:04Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-03-25T21:24:04Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/commit/?id=256027bece912fefd7e27c954936e2fb37a6b80d'/>
<id>urn:sha1:256027bece912fefd7e27c954936e2fb37a6b80d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some test cases and fixes</title>
<updated>2014-03-25T21:20:01Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-03-25T21:20:01Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/commit/?id=b21f8996143c8404b17aecceb2b7b1c7d270e53b'/>
<id>urn:sha1:b21f8996143c8404b17aecceb2b7b1c7d270e53b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Documenting the new chat package. Also fixing access rights</title>
<updated>2014-03-25T15:04:45Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-03-25T15:04:45Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/commit/?id=96973a17b3e2301bb3d9f3b1d3f3c1b80f918fb1'/>
<id>urn:sha1:96973a17b3e2301bb3d9f3b1d3f3c1b80f918fb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move protocol agnostic stuff into own package.</title>
<updated>2014-03-25T14:54:32Z</updated>
<author>
<name>Kevin Chabowski</name>
<email>kevin@kch42.de</email>
</author>
<published>2014-03-25T14:54:32Z</published>
<link rel='alternate' type='text/html' href='http://git.laria.me/simplechat/commit/?id=966c17bb84866f10fc9e995df4107ed11ed2bdce'/>
<id>urn:sha1:966c17bb84866f10fc9e995df4107ed11ed2bdce</id>
<content type='text'>
So we can test it more easily.
</content>
</entry>
</feed>
