<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src/tool/tool.c, branch rel-14-1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-14-1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-14-1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2008-09-23T09:53:15+00:00</updated>
<entry>
<title>New function ngt_UpperStr()</title>
<updated>2008-09-23T09:53:15+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-08-17T11:49:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=91e87a37051018c100cff6c72eb7aaf823efe894'/>
<id>urn:sha1:91e87a37051018c100cff6c72eb7aaf823efe894</id>
<content type='text'>
</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>
<entry>
<title>include &lt;arpa/inet.h&gt; inside tool.h</title>
<updated>2007-11-25T18:42:37+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2007-11-25T18:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=20ce56cc5bdbee652f73499e3b03714ecbb45085'/>
<id>urn:sha1:20ce56cc5bdbee652f73499e3b03714ecbb45085</id>
<content type='text'>
In file included from hash.c:24:
../tool/tool.h:27: warning: `struct in_addr' declared inside parameter list
</content>
</entry>
<entry>
<title>bind ListenAddress for outgoing connections</title>
<updated>2007-11-23T16:26:03+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2007-11-23T16:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=82d32ffb28262b302fb435739e4c81bd3c1a1b85'/>
<id>urn:sha1:82d32ffb28262b302fb435739e4c81bd3c1a1b85</id>
<content type='text'>
ngircd would always use INADDR_ANY for outgoing connections;
which might not be desirable. Added new [Server] option
"Bind" to set source ip.
</content>
</entry>
<entry>
<title>Fix up ngt_TrimStr() once more ... :-/</title>
<updated>2006-04-09T12:53:07+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2006-04-09T12:53:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=097c7bd741931bfbb9deef26fca4861b42e3bda6'/>
<id>urn:sha1:097c7bd741931bfbb9deef26fca4861b42e3bda6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ngt_TrimStr(), fix format string</title>
<updated>2006-03-24T23:25:38+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2006-03-24T23:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bebfbedf3fdf801a028c17a5b4395f705391462d'/>
<id>urn:sha1:bebfbedf3fdf801a028c17a5b4395f705391462d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ngt_TrimStr(): code cleanup.</title>
<updated>2006-03-22T08:05:10+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2006-03-22T08:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=cba9270845a6a6b03b4e163eb7fd5d3b9df96a50'/>
<id>urn:sha1:cba9270845a6a6b03b4e163eb7fd5d3b9df96a50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.</title>
<updated>2005-03-19T18:43:48+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2005-03-19T18:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8adff5922376676c2eeb49de1cbab86cc345b887'/>
<id>urn:sha1:8adff5922376676c2eeb49de1cbab86cc345b887</id>
<content type='text'>
use stdbool.h / inttypes.h if available.
</content>
</entry>
<entry>
<title>New function ngt_TrimLastChr(), prototype by Florian Westphal.</title>
<updated>2005-01-25T16:16:48+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2005-01-25T16:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=39f1ddd9d08cdf04bbf67b6e95f0c1ab655d77f4'/>
<id>urn:sha1:39f1ddd9d08cdf04bbf67b6e95f0c1ab655d77f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- new library "libngtool", reorganized code and directory structure therefore.</title>
<updated>2003-01-13T12:20:16+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2003-01-13T12:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=0f3e84f4154676dc05a09bd0b1ad9d3d43574d48'/>
<id>urn:sha1:0f3e84f4154676dc05a09bd0b1ad9d3d43574d48</id>
<content type='text'>
</content>
</entry>
</feed>
