<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blabouncer/TODO, branch v0.2</title>
<subtitle>An IRC bouncer written in C</subtitle>
<id>http://git.tghost.co.uk/bratch-git/blabouncer/atom?h=v0.2</id>
<link rel='self' href='http://git.tghost.co.uk/bratch-git/blabouncer/atom?h=v0.2'/>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/'/>
<updated>2019-09-16T19:21:06Z</updated>
<entry>
<title>Log user/channel mode setting in the replay and normal logs.</title>
<updated>2019-09-16T19:21:06Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-16T19:21:06Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=424ba496e6affc6d9421b1ce7147b34bf5c7913b'/>
<id>urn:sha1:424ba496e6affc6d9421b1ce7147b34bf5c7913b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make all log filenames lowercase - since IRC nicks and channel names are case-insensitive, we can ensure a nick/channel with varying case always ends up in the same log file.</title>
<updated>2019-09-16T18:42:04Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-16T18:42:04Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=7a3a8aa2a521f752a042ede37b81125689aa0067'/>
<id>urn:sha1:7a3a8aa2a521f752a042ede37b81125689aa0067</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly log and NOTICE new connections' remote IP addresses.</title>
<updated>2019-09-16T18:18:02Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-16T18:18:02Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=a37c6010340f3bc755fcd7c54da13daea7645e42'/>
<id>urn:sha1:a37c6010340f3bc755fcd7c54da13daea7645e42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log nick changes to the normal log file(s).</title>
<updated>2019-09-15T14:11:55Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-15T14:11:55Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=aab7a7000cff14afe4cb331721ad55dc139f80c7'/>
<id>urn:sha1:aab7a7000cff14afe4cb331721ad55dc139f80c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start tracking nicks in channels (upon JOIN/PART/QUIT/NICK) and use that to correctly log QUITs in the replay log and normal log(s).</title>
<updated>2019-09-15T13:47:44Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-15T13:47:44Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=e9d4ad3c33b81ff56c4e4b2cac4aad559a303104'/>
<id>urn:sha1:e9d4ad3c33b81ff56c4e4b2cac4aad559a303104</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specify multiple nicks using a configuration array instead of multiple individual settings.</title>
<updated>2019-09-14T19:44:32Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-14T19:44:32Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=4dea4c16313ba3d1575cfa6722d75492c907f551'/>
<id>urn:sha1:4dea4c16313ba3d1575cfa6722d75492c907f551</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement arrays in the configuration file and start using them to allow for multiple connect commands.</title>
<updated>2019-09-14T16:57:07Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-14T16:57:07Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=e1f41810ac85a0d210062ed33f43938dc4b03be4'/>
<id>urn:sha1:e1f41810ac85a0d210062ed33f43938dc4b03be4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle ignoring replay messages from before we launched better to avoid misleading error messages going to clients.</title>
<updated>2019-09-14T12:11:20Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-14T12:11:20Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=e546de81cbecac2b02d29a02d6c6fd7d0785d739'/>
<id>urn:sha1:e546de81cbecac2b02d29a02d6c6fd7d0785d739</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make some older compilers happy by specifying -D_BSD_SOURCE and -std=gnu99.</title>
<updated>2019-09-12T22:12:52Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-12T22:12:52Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=5ea442d5b8d0b9101737c7c4b7ff7cb89a1f7821'/>
<id>urn:sha1:5ea442d5b8d0b9101737c7c4b7ff7cb89a1f7821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change Makefile to not leave separate .o files lying around.</title>
<updated>2019-09-12T21:20:39Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-12T21:20:39Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=820315c76b25471be9d3d609289024014d76506d'/>
<id>urn:sha1:820315c76b25471be9d3d609289024014d76506d</id>
<content type='text'>
</content>
</entry>
</feed>
