<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blabouncer/blabouncer.conf.example, branch v0.3</title>
<subtitle>An IRC bouncer written in C</subtitle>
<id>http://git.tghost.co.uk/bratch-git/blabouncer/atom?h=v0.3</id>
<link rel='self' href='http://git.tghost.co.uk/bratch-git/blabouncer/atom?h=v0.3'/>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/'/>
<updated>2021-01-18T21:51:00Z</updated>
<entry>
<title>Make the "channels" configuration file entry an array.</title>
<updated>2021-01-18T21:51:00Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2021-01-18T21:51:00Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=a16d9bdecb572bb266a84ec90767d613ce8ce255'/>
<id>urn:sha1:a16d9bdecb572bb266a84ec90767d613ce8ce255</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>Add a configuration option to include the date in the timestamp when replaying the replay log.</title>
<updated>2019-09-07T11:43:04Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-09-07T11:43:04Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=e4d1706031540ae74ff104c44adeb735ee0bfcf4'/>
<id>urn:sha1:e4d1706031540ae74ff104c44adeb735ee0bfcf4</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>Implement two new auto replay modes:</title>
<updated>2019-06-16T22:16:18Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-06-16T22:16:18Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=61906329ccbe96c25c75533f819dea269492f5a7'/>
<id>urn:sha1:61906329ccbe96c25c75533f819dea269492f5a7</id>
<content type='text'>
- replaymode = "noclients": All messages since the bouncer last had no clients connected
- replaymode = "lastchange": All messages since the last client connect or disconnect
</content>
</entry>
<entry>
<title>Allow reloading the configuration file at runtime using a BLABOUNCER command or by issuing the SIGHUP signal.</title>
<updated>2019-06-12T22:38:36Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-06-12T22:38:36Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=6a2f7b87d4fb19f30f64ede4b18582eb366c8b7d'/>
<id>urn:sha1:6a2f7b87d4fb19f30f64ede4b18582eb366c8b7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement configurable auto replay modes.  So far there is "none", "time" (auto replay the last X seconds), and "lastspoke" (auto replay everything since you last spoke).</title>
<updated>2019-06-11T21:54:50Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-06-11T21:54:50Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=511e258e901e5248e1706609ba1099507fd750ae'/>
<id>urn:sha1:511e258e901e5248e1706609ba1099507fd750ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put debug logs in subdirectory and have max number to keep be configurable.  Also fix possible crash in debugprint() if debug directory doesn't exist yet.</title>
<updated>2019-06-01T18:11:00Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-06-01T18:11:00Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=c3f421e4046faf8b5f39cd1ad36bc4869405fcc9'/>
<id>urn:sha1:c3f421e4046faf8b5f39cd1ad36bc4869405fcc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert debugprint() from being to file/screen/disabled to always being to file with configurable verbosity.</title>
<updated>2019-05-30T20:23:44Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-05-30T20:23:44Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=6d183c02a50a42743c3031532f458ab5cea0685d'/>
<id>urn:sha1:6d183c02a50a42743c3031532f458ab5cea0685d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement an optional connect command, providing an example configuration of a NickServ IDENTIFY command.</title>
<updated>2019-05-29T21:32:45Z</updated>
<author>
<name>Luke Bratch</name>
<email>luke@bratch.co.uk</email>
</author>
<published>2019-05-29T21:32:45Z</published>
<link rel='alternate' type='text/html' href='http://git.tghost.co.uk/bratch-git/blabouncer/commit/?id=013e8d87e979b121b1589ca9609e9b721e8f3a81'/>
<id>urn:sha1:013e8d87e979b121b1589ca9609e9b721e8f3a81</id>
<content type='text'>
</content>
</entry>
</feed>
