<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd, branch rel-19</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-19</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-19'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2012-02-29T16:35:32+00:00</updated>
<entry>
<title>ngIRCd release 19</title>
<updated>2012-02-29T16:35:32+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-02-29T16:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9e7360e5faea1468f0906f993c965b8b085ee46a'/>
<id>urn:sha1:9e7360e5faea1468f0906f993c965b8b085ee46a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of /srv/git/ngircd</title>
<updated>2012-02-29T13:47:37+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-02-29T13:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=273d4bdd32de33d4632ee48b681d3ffff158e359'/>
<id>urn:sha1:273d4bdd32de33d4632ee48b681d3ffff158e359</id>
<content type='text'>
* 'master' of /srv/git/ngircd:
  Update doc/Platforms.txt for ngIRCd 19
  doc/README-Interix.txt: note that GNU make should be used
</content>
</entry>
<entry>
<title>Update doc/Platforms.txt for ngIRCd 19</title>
<updated>2012-02-29T13:46:34+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-02-29T13:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=27d244dfae5e0909957dab9f2e5958de215608c8'/>
<id>urn:sha1:27d244dfae5e0909957dab9f2e5958de215608c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/README-Interix.txt: note that GNU make should be used</title>
<updated>2012-02-29T12:20:09+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-02-29T12:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a39a1a5273f953c7c25bcb5b89c607444368d072'/>
<id>urn:sha1:a39a1a5273f953c7c25bcb5b89c607444368d072</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update config.guess and config.sub to recent versions</title>
<updated>2012-02-27T16:19:44+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-02-27T15:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ef392e7d3781e3919718cf55fa87d5a8f8bdd354'/>
<id>urn:sha1:ef392e7d3781e3919718cf55fa87d5a8f8bdd354</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't accept "[SSL]" in config when no SSL support is built in</title>
<updated>2012-02-26T14:52:12+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-02-26T14:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c38751191f5811cbd45a0723e39c88785a854e9f'/>
<id>urn:sha1:c38751191f5811cbd45a0723e39c88785a854e9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix C syntax: duplicate ";;" should be ";"</title>
<updated>2012-02-26T14:27:04+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-02-26T14:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=5cbdcf4f0d44709798469f09a72d4b4bd56d6e93'/>
<id>urn:sha1:5cbdcf4f0d44709798469f09a72d4b4bd56d6e93</id>
<content type='text'>
Using gcc 2.7.2, this fixes:

 irc-channel.c: In function `join_allowed':
 irc-channel.c:86: parse error before `const'
</content>
</entry>
<entry>
<title>Correctly re-open syslog logging after reading of configuration</title>
<updated>2012-02-14T10:01:13+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-02-14T10:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3641e511095203818df7ca05439cf42eb7c7c954'/>
<id>urn:sha1:3641e511095203818df7ca05439cf42eb7c7c954</id>
<content type='text'>
Syslog logging has been initialized before reading the configuraton
file, so ngIRCd always used the default facility and ignored the
"SyslogFacility" configuration option.

Thanks to Patrik Schindler for reporting this issue!
</content>
</entry>
<entry>
<title>Logging: remove "Activating ..." info message</title>
<updated>2012-02-14T09:32:58+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-02-14T09:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3f46e93ccc429722ed4298127d664673d9e8f37d'/>
<id>urn:sha1:3f46e93ccc429722ed4298127d664673d9e8f37d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ngIRCd release 19~rc1</title>
<updated>2012-02-12T16:58:50+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-02-12T16:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8e3c56e5b2ad57576d2342f2971e33778cb1dd72'/>
<id>urn:sha1:8e3c56e5b2ad57576d2342f2971e33778cb1dd72</id>
<content type='text'>
</content>
</entry>
</feed>
