<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/contrib, branch rel-17-rc2</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-17-rc2</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-17-rc2'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2010-10-25T16:51:32+00:00</updated>
<entry>
<title>ngIRCd release 17~rc2</title>
<updated>2010-10-25T16:51:32+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-25T16:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8449e082455fc69c5a062c4cfeb1b1ad9aca437c'/>
<id>urn:sha1:8449e082455fc69c5a062c4cfeb1b1ad9aca437c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated contrib/platformtest.sh (new version scheme)</title>
<updated>2010-10-25T16:49:54+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-25T16:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=05d1df97c300485d24dc31b4cf7f280fe1d693f4'/>
<id>urn:sha1:05d1df97c300485d24dc31b4cf7f280fe1d693f4</id>
<content type='text'>
 - handle version numbers generated by "git describe"
 - detect gcc compiler version correctly when "-std=xxx" is used
</content>
</entry>
<entry>
<title>ngIRCd release 17~rc1</title>
<updated>2010-10-11T21:25:48+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-11T21:25:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d00a0f1e7c8b7e247f26a8fc265ca8217eaace8b'/>
<id>urn:sha1:d00a0f1e7c8b7e247f26a8fc265ca8217eaace8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xcode: only build current architecture in "Debug" target</title>
<updated>2010-10-09T18:13:54+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-09T18:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4226db873fa01e0c50a48fc8c96605e5420f5732'/>
<id>urn:sha1:4226db873fa01e0c50a48fc8c96605e5420f5732</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Debian packages: build "-full" and "-full-dbg" with support for PAM</title>
<updated>2010-10-03T13:06:07+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-03T13:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c51cc88eb08eb3aa3fd626347bd9c87f2ae7f9c1'/>
<id>urn:sha1:c51cc88eb08eb3aa3fd626347bd9c87f2ae7f9c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add sighandlers.{c|h} to Xcode project</title>
<updated>2010-09-22T12:11:30+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-09-22T12:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b1a117cd98bad64ac56f06f854d4b00f488e44ea'/>
<id>urn:sha1:b1a117cd98bad64ac56f06f854d4b00f488e44ea</id>
<content type='text'>
And update static Mac OS X config.h used by the Xcode project.
</content>
</entry>
<entry>
<title>Add new pam.{c|h} module to Xcode project</title>
<updated>2010-07-12T10:54:01+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-07-12T10:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=fb4b5acfb8871c43e34dc2aa9c354a86f14f9293'/>
<id>urn:sha1:fb4b5acfb8871c43e34dc2aa9c354a86f14f9293</id>
<content type='text'>
Adjust Xcode project and Mac OS X static config.h header to use PAM.
</content>
</entry>
<entry>
<title>New "module" proc.c/proc.h for generic process handling</title>
<updated>2010-06-29T20:55:27+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-05-18T15:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=54e67ea9ee6c2b00c43f759edc55b57b969c9e2d'/>
<id>urn:sha1:54e67ea9ee6c2b00c43f759edc55b57b969c9e2d</id>
<content type='text'>
The new "module" proc.c is used for functions dealing with child
processes. At the moment, it is only used by the asynchronous resolver.

All the functions already implemented habe been migrated from the
resolver code base, and the rest of the ngIRCd source code has been
adepted to the new namespace and calling conventions.

The goal is to develop "generic" process handling functions that can
be used for other purposes as well, e.g. running processes on client
connects etc.
</content>
</entry>
<entry>
<title>ngircd.init: require $network $remote_fs when stopping ngircd</title>
<updated>2010-06-24T22:10:56+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-06-24T22:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=139d6303e73079f48adfe37be2b88efed31e47df'/>
<id>urn:sha1:139d6303e73079f48adfe37be2b88efed31e47df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ngIRCd release 16</title>
<updated>2010-05-02T13:25:35+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-05-02T13:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=defd7e09afb62ac71859ad910e6dd52a86fb0ae2'/>
<id>urn:sha1:defd7e09afb62ac71859ad910e6dd52a86fb0ae2</id>
<content type='text'>
</content>
</entry>
</feed>
