<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src, branch rel-17-rc1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-17-rc1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-17-rc1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2010-10-11T14:54:49+00:00</updated>
<entry>
<title>New configuration option "NoZeroConf" to disable ZeroConf registration</title>
<updated>2010-10-11T14:54:49+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-11T14:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a988bbc86aed404b7bcfdbceafc030ea4bc5ecab'/>
<id>urn:sha1:a988bbc86aed404b7bcfdbceafc030ea4bc5ecab</id>
<content type='text'>
If ngIRCd is compiled to register its services using ZeroConf (e.g. using
Howl, Avahi or on Mac OS X) this parameter can be used to disable service
registration at runtime.
</content>
</entry>
<entry>
<title>Make sure sighandlers.h is listed in noinst_HEADERS</title>
<updated>2010-10-05T19:57:01+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-05T19:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ade8902b88a525622a40dc3c2276e35a8dad29ac'/>
<id>urn:sha1:ade8902b88a525622a40dc3c2276e35a8dad29ac</id>
<content type='text'>
... because it must be included in the distribution archive :-)
</content>
</entry>
<entry>
<title>const'ify ngt_SyslogFacilityName() function</title>
<updated>2010-10-05T18:16:35+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-05T18:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3a826b774a10a069d2f18b1a07842acf8da8fc49'/>
<id>urn:sha1:3a826b774a10a069d2f18b1a07842acf8da8fc49</id>
<content type='text'>
This fixes the following gcc compiler warning:

tool.c: In function 'ngt_SyslogFacilityName':
tool.c:195: warning: return discards qualifiers from pointer target type
</content>
</entry>
<entry>
<title>New configuration option "SyslogFacility"</title>
<updated>2010-09-24T15:39:11+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-09-24T15:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=5e82a91d1337b78510bc62fe3c7e43f9c0b7d3d1'/>
<id>urn:sha1:5e82a91d1337b78510bc62fe3c7e43f9c0b7d3d1</id>
<content type='text'>
The new option "SyslogFacility" deines the syslog "facility" to which
ngIRCd should send log messages.

Possible values are system dependant, but most probably "auth", "daemon",
"user" and "local1" through "local7" are possible values; see syslog(3).
Default is "local5" for historical reasons.
</content>
</entry>
<entry>
<title>New functions ngt_SyslogFacilityName() and ngt_SyslogFacilityID()</title>
<updated>2010-09-24T14:29:55+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-09-24T14:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4943bbb066bb49603743ae03846689d2f82441b6'/>
<id>urn:sha1:4943bbb066bb49603743ae03846689d2f82441b6</id>
<content type='text'>
These both functions translate syslog facility names to ID numbers
and vice versa. On systems that don't define the facilitynames[] array
in syslog.h, we try to build one ourself.
</content>
</entry>
<entry>
<title>Explicitly cast return value of read(2) to "int"</title>
<updated>2010-09-22T12:15:46+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-09-22T12:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e2ba7e08b4a4ca73a74c10e7189b46f6d8dcfc75'/>
<id>urn:sha1:e2ba7e08b4a4ca73a74c10e7189b46f6d8dcfc75</id>
<content type='text'>
This fixes the following gcc warning, emitted by Xcode:

src/ngircd/sighandlers.c: In function 'Signal_Callback':
src/ngircd/sighandlers.c:239: warning: implicit conversion shortens 64-bit value into a 32-bit value
</content>
</entry>
<entry>
<title>Don't call sigaction() if it is not available on the system</title>
<updated>2010-09-22T12:10:09+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-09-22T12:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4a770e8e2deaa90bd99edd8132de09f778158a87'/>
<id>urn:sha1:4a770e8e2deaa90bd99edd8132de09f778158a87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix signalpipe file descriptor leak on RESTART</title>
<updated>2010-09-14T21:53:59+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2010-09-14T21:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ba720fcbaeaacee700d7d23936cf481e6fcb83b1'/>
<id>urn:sha1:ba720fcbaeaacee700d7d23936cf481e6fcb83b1</id>
<content type='text'>
Signals_Init() must only be called once.
This does not affect any ngircd release version.

Earlier version of this patch moved the io and sighandler
initialization before the while() loop, but as Alexander
Barton noticed that broke all systems without builtin select
support in io.c...
</content>
</entry>
<entry>
<title>sighandlers.{c|h}: Code cleanup</title>
<updated>2010-09-13T22:30:45+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-09-13T22:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b3cfbc3d28de9098be7cffc22ea9c5b98c36443f'/>
<id>urn:sha1:b3cfbc3d28de9098be7cffc22ea9c5b98c36443f</id>
<content type='text'>
 - declare signals_catch[] array not between the function implementations.
 - rename now local function NGIRCd_Rehash() to Rehash().
 - remove empty and therefore not used "catch SIGHUP; break;".
</content>
</entry>
<entry>
<title>Make sighandlers.{c|h} compatible with ansi2knr</title>
<updated>2010-09-13T22:29:34+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-09-13T22:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=74578890b71dc16aadaf299af875b45fc7fbe081'/>
<id>urn:sha1:74578890b71dc16aadaf299af875b45fc7fbe081</id>
<content type='text'>
</content>
</entry>
</feed>
