<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blabouncer/TODO, branch v0.1</title>
<subtitle>An IRC bouncer written in C</subtitle>
<id>http://git.tghost.co.uk/bratch-git/blabouncer/atom?h=v0.1</id>
<link rel='self' href='http://git.tghost.co.uk/bratch-git/blabouncer/atom?h=v0.1'/>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/'/>
<updated>2019-07-18T20:42:01Z</updated>
<entry>
<title>Release version 0.1!</title>
<updated>2019-07-18T20:42:01Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-07-18T20:37:51Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=165cb674c689b1c779a357cd20467844c855e93e'/>
<id>urn:sha1:165cb674c689b1c779a357cd20467844c855e93e</id>
<content type='text'>
Also add version information (client welcome message, -v, and --version).
</content>
</entry>
<entry>
<title>Fix compiler warnings emitted by Clang/LLVM and some older GCC versions.</title>
<updated>2019-07-18T20:07:06Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-07-18T20:07:06Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=1702786389a71b28aac9c2f66dc27fa02889de22'/>
<id>urn:sha1:1702786389a71b28aac9c2f66dc27fa02889de22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly log and replay "/me" PRIVMSGs.</title>
<updated>2019-07-18T19:04:22Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-07-18T19:04:22Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=8f9a58e181d16cad2b86b8116bfe9470774bbdee'/>
<id>urn:sha1:8f9a58e181d16cad2b86b8116bfe9470774bbdee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only check for newlines at the end of client strings if the string length is at least one.</title>
<updated>2019-07-18T17:39:32Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-07-18T17:39:32Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=40a9f76e2d4ddd972b2e9ea2594c7567718517f4'/>
<id>urn:sha1:40a9f76e2d4ddd972b2e9ea2594c7567718517f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make setting configuration option "replayseconds" optional if "replaymode" != "time".</title>
<updated>2019-07-10T18:09:59Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-07-10T18:09:59Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=22a4f361329ed4e303e2f1bdce9edf49e70970f3'/>
<id>urn:sha1:22a4f361329ed4e303e2f1bdce9edf49e70970f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure debug lines printed to file end with a trailing newline.</title>
<updated>2019-07-09T21:49:48Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-07-09T21:49:48Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=17d7f9e8e6e5e41ef3411728671e414319726727'/>
<id>urn:sha1:17d7f9e8e6e5e41ef3411728671e414319726727</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename selret to pselret since it's now the return code for pselect().</title>
<updated>2019-07-09T21:37:58Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-07-09T21:37:58Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=2b15e7be74ba61fc1f14a92fda98b654ff8daa2c'/>
<id>urn:sha1:2b15e7be74ba61fc1f14a92fda98b654ff8daa2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid SSL_accept() blocking if the client fails to do TLS negotiation.</title>
<updated>2019-07-09T21:36:35Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-07-09T21:36:35Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=05d3d94613168187cbf7d54ac6de345bb75910dd'/>
<id>urn:sha1:05d3d94613168187cbf7d54ac6de345bb75910dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement a per-client identifier so auto replay can replay everything a given client has missed.</title>
<updated>2019-06-17T00:46:28Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-06-17T00:46:28Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=c70cd5cccc966a35f175913f2281ce251fd62425'/>
<id>urn:sha1:c70cd5cccc966a35f175913f2281ce251fd62425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly return success when handling new replay modes.</title>
<updated>2019-06-16T22:29:34Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-06-16T22:29:34Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=fa37193c83f82784e826b8477ee7d4a4cd96d7cf'/>
<id>urn:sha1:fa37193c83f82784e826b8477ee7d4a4cd96d7cf</id>
<content type='text'>
</content>
</entry>
</feed>
