<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src/ipaddr/ng_ipaddr.h, branch rel-13</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-13</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-13'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2008-05-19T12:27:35+00:00</updated>
<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>
