<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj, branch rel-18</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-18</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-18'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2011-03-27T18:41:48+00:00</updated>
<entry>
<title>Xcode: don't list sample-ngircd.conf, use sample-ngircd.conf.tmpl</title>
<updated>2011-03-27T18:41:48+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-03-27T18:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=5b2512c2156443dbadec4ad66457d43dee87291e'/>
<id>urn:sha1:5b2512c2156443dbadec4ad66457d43dee87291e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove support for ZeroConf/Bonjour/Rendezvous service registration</title>
<updated>2011-01-09T22:51:30+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-01-09T22:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4a6d44dce2436103dafaad199597ada354d9b794'/>
<id>urn:sha1:4a6d44dce2436103dafaad199597ada354d9b794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xcode: correctly sort files</title>
<updated>2010-12-29T13:11:40+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-12-29T13:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4188a82e7674a46903c87e257ebbeeb013dc8146'/>
<id>urn:sha1:4188a82e7674a46903c87e257ebbeeb013dc8146</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xcode: update project file, use 10.5.x SDK</title>
<updated>2010-10-26T13:10:14+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-26T13:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3dd91923e442cef439744636f6abd80cde85792f'/>
<id>urn:sha1:3dd91923e442cef439744636f6abd80cde85792f</id>
<content type='text'>
This is required for universal 32 bit and 64 bit builds: now code
for ppc, i386, and x86_64 is generated (which requires 10.5 or newer).
</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>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>Xcode: fix "-Wuninitialized is not supported without -O"</title>
<updated>2009-12-27T16:21:37+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-12-27T16:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c62c2d349b718ad71ccabd88a42abe1ee5801ee3'/>
<id>urn:sha1:c62c2d349b718ad71ccabd88a42abe1ee5801ee3</id>
<content type='text'>
Fix Apple Xcode warning "cc1: warning: -Wuninitialized is not supported
without -O" when using the "Debug" build target:

Detection of uninitialized automatic variable requires data flow analsys
that is only enabled during optimized compilation.
</content>
</entry>
<entry>
<title>Xcode: added new op.{c|h} to project file</title>
<updated>2009-09-30T14:00:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-04-24T22:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=03b70229eb95e218f56ab22ce30fa6279b3ae91f'/>
<id>urn:sha1:03b70229eb95e218f56ab22ce30fa6279b3ae91f</id>
<content type='text'>
</content>
</entry>
</feed>
