<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src/ipaddr/ng_ipaddr.h, branch rel-17</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-17</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-17'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2010-10-24T19:48:32+00:00</updated>
<entry>
<title>Make sourcecode compatible with ansi2knr again</title>
<updated>2010-10-24T19:48:32+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-10-24T19:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=596bc096b02ef94efe3d73bb747c6ab0368f63bf'/>
<id>urn:sha1:596bc096b02ef94efe3d73bb747c6ab0368f63bf</id>
<content type='text'>
This allows to compile ngIRCd using a pre-ANSI K&amp;R C compiler again:
all source files are automatically converted by the included ansi2knr
program (of GNU automake/autoconf) before compiling them with the
K&amp;R C compiler, but a few coding standards must be met.

Tested on Apple A/UX 3.x.
Regression testing on Linux and Mac OS X.
</content>
</entry>
<entry>
<title>ng_ipaddr.h: include assert.h</title>
<updated>2010-09-11T09:35:01+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2010-09-10T22:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1e281a8baa5dc0499ad8f0b75d5f366b498511f6'/>
<id>urn:sha1:1e281a8baa5dc0499ad8f0b75d5f366b498511f6</id>
<content type='text'>
We use assert() in this header, so we should include assert.h.
</content>
</entry>
<entry>
<title>Fix "implicit conversion shortens 64-bit value" warning</title>
<updated>2009-09-11T20:52:12+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-09-11T20:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8fd0e29d463c934756dce7a562f09ea831b5d968'/>
<id>urn:sha1:8fd0e29d463c934756dce7a562f09ea831b5d968</id>
<content type='text'>
This patch fixes the following gcc warning in our sources:
"implicit conversion shortens 64-bit value into a 32-bit value"
</content>
</entry>
<entry>
<title>make Listen parameter a comma-seperated list of addresses.</title>
<updated>2008-05-19T12:27:35+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2008-05-18T22:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4ed2cb1a0248130f476ff9afd4fd4ed887fee376'/>
<id>urn:sha1:4ed2cb1a0248130f476ff9afd4fd4ed887fee376</id>
<content type='text'>
this also obsoletes ListenIPv4 and ListenIPv6 options.
If Listen is unset, it is treated as Listen="::,0.0.0.0".

Note: ListenIPv4 and ListenIPv6 options are still recognized,
but ngircd will print a warning if they are used in the config file.

Also, some plattforms require that ai_socktype
is set in the getaddrinfo() hints structure.
</content>
</entry>
<entry>
<title>ng_ipaddr.h must include netinet/in.h.</title>
<updated>2008-05-10T19:49:51+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2008-05-10T19:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d9c26f3aeb35e979b72f7b0ac4220dbd07d7bc15'/>
<id>urn:sha1:d9c26f3aeb35e979b72f7b0ac4220dbd07d7bc15</id>
<content type='text'>
compile on FreeBSD 5.4 failed with:
./../ipaddr/ng_ipaddr.h:34: error: field `sin4' has incomplete type

Reported and tested by Jefferson S Almeida.
</content>
</entry>
<entry>
<title>On AIX (for example) socklen_t is defined in sys/socket.h</title>
<updated>2008-05-01T18:25:39+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-05-01T18:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4e507881f30c8b4296d87de519658e45f8cb417f'/>
<id>urn:sha1:4e507881f30c8b4296d87de519658e45f8cb417f</id>
<content type='text'>
On AIX and probably other systems socklen_t is defined in sys/socket.h,
so we have to include it here explicitly (tested by Florian).
</content>
</entry>
<entry>
<title>IPv6 support.</title>
<updated>2008-02-26T22:50:35+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2008-02-26T22:50:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=feb31e4200b42e0a5e9fb9637fa5f03c7ec05fcb'/>
<id>urn:sha1:feb31e4200b42e0a5e9fb9637fa5f03c7ec05fcb</id>
<content type='text'>
all references to struct sockaddr/in_addr have been
removed from src/ngircd.
libngipaddr (in src/ipaddr/) hides all the gory details.
See src/ipaddr/ng_ipaddr.h for API description.
</content>
</entry>
</feed>
