<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/man, 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-12-05T23:20:59+00:00</updated>
<entry>
<title>Update the date ("Dec 2008") of the manual pages.</title>
<updated>2008-12-05T23:20:59+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-05T23:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e5fea5380d29f02027b41d55bddf89cccd44d0b7'/>
<id>urn:sha1:e5fea5380d29f02027b41d55bddf89cccd44d0b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix double minus signs in manual pages</title>
<updated>2008-11-21T20:37:03+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-21T20:31:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ffc5f93ef543189626e0e4e269f125aea15a5053'/>
<id>urn:sha1:ffc5f93ef543189626e0e4e269f125aea15a5053</id>
<content type='text'>
This patch fixes the following lintian(1) warning: "Manual page seems
to contain a hyphen where a minus sign was intended. '-' chars are
interpreted as hyphens (U+2010) by groff, not as minus signs (U+002D).
Since options to programs use minus signs (U+002D), this means for
example in UTF-8 locales that you cannot cut&amp;paste options, nor search
for them easily. '-' must be escaped ('\-') to be interpreted as minus."
</content>
</entry>
<entry>
<title>New configuration option "NoIdent" to disable IDENT lookups</title>
<updated>2008-11-19T18:11:39+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-19T18:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4c113d8850dfc423e3dae2d2f90e7e9a9d42f0b0'/>
<id>urn:sha1:4c113d8850dfc423e3dae2d2f90e7e9a9d42f0b0</id>
<content type='text'>
The new configuration option "NoIdent" in ngircd.conf can be used to
disable IDENT lookups even when the ngIRCd daemon is compiled with IDENT
lookups enabled.
</content>
</entry>
<entry>
<title>Connection counter: count outgoing connections as well.</title>
<updated>2008-11-12T00:26:04+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-12T00:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9f067a059d9f64c68a73a2f7fbf5308ee342fe2a'/>
<id>urn:sha1:9f067a059d9f64c68a73a2f7fbf5308ee342fe2a</id>
<content type='text'>
This patch lets ngIRCd count outgoing connections as well as incoming
connections (up to now only outgoing connections have been counted). This
change is required because the Conn_Close() function doesn't know whether
it closes an outgoing connection or not and therefore would decrement the
counter below zero when an outgoing connection existed -- which would
trigger an assert() call ...

Please note that this patch changes the (so far undocumented but now fixed)
behaviour of the "MaxConnections" configuration option to account the sum
of the in- and outbound connections!
</content>
</entry>
<entry>
<title>sample-ngircd.conf &amp; ngircd.conf(5): document "ServiceMask" option.</title>
<updated>2008-09-23T09:53:14+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-08-16T00:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=0337b1ac1e128661b81901bdf2384e4ee51fa0df'/>
<id>urn:sha1:0337b1ac1e128661b81901bdf2384e4ee51fa0df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TLS/SSL support: documentation.</title>
<updated>2008-09-13T13:10:08+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2008-09-13T13:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ebf5edfd8788037c39818461d09874a851b845fc'/>
<id>urn:sha1:ebf5edfd8788037c39818461d09874a851b845fc</id>
<content type='text'>
</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>Add option aliases -V (for --version) and -h (for --help).</title>
<updated>2008-05-18T14:19:41+00:00</updated>
<author>
<name>Jari Aalto</name>
<email>jari.aalto@cante.net</email>
</author>
<published>2008-02-15T19:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=818a206a4261f3d4153b0ab5c2025d77002290f5'/>
<id>urn:sha1:818a206a4261f3d4153b0ab5c2025d77002290f5</id>
<content type='text'>
This patch adds -h and -V short options (to complement the usage).

It is based on a patch attached to Debian bug #466063, see
&lt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466063&gt;.

Idea by Jari Aalto &lt;jari.aalto@cante.net&gt;,
patch adapted by Alexander Barton &lt;alex@barton.de&gt;.
</content>
</entry>
<entry>
<title>Update ngIRCd manual pages</title>
<updated>2008-05-11T15:08:46+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-05-11T15:08:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=aad49bd260494878aed6795c7a897ad1d28c3082'/>
<id>urn:sha1:aad49bd260494878aed6795c7a897ad1d28c3082</id>
<content type='text'>
- Update timestamp,
- enhance some phrasing,
- and fix "Passive" ([Server]) formatting.
</content>
</entry>
<entry>
<title>IPv6: Add config options to disabe ipv4/ipv6 support.</title>
<updated>2008-04-20T22:45:19+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2008-04-20T22:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=22fa782be7840dae825be43e9ac8d8476d80f08c'/>
<id>urn:sha1:22fa782be7840dae825be43e9ac8d8476d80f08c</id>
<content type='text'>
This also enables ipv6-only setups.
</content>
</entry>
</feed>
