<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd, branch rel-20.1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-20.1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-20.1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2013-01-02T21:37:55+00:00</updated>
<entry>
<title>ngIRCd Release 20.1</title>
<updated>2013-01-02T21:37:55+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-01-02T21:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=21493731dffa0f5d9f62d24cdef290be6a6856fd'/>
<id>urn:sha1:21493731dffa0f5d9f62d24cdef290be6a6856fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Copyright notices for 2013</title>
<updated>2013-01-01T18:23:56+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-01-01T18:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1f59821270e7298b380183778672e6db9c87971b'/>
<id>urn:sha1:1f59821270e7298b380183778672e6db9c87971b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow ERROR command on server and service links only</title>
<updated>2012-12-31T20:46:48+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-12-31T20:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3e47bc9af511716bbe388f0a29b5fdbb617cee4c'/>
<id>urn:sha1:3e47bc9af511716bbe388f0a29b5fdbb617cee4c</id>
<content type='text'>
Ignore it and add a penalty time on all other link types.
</content>
</entry>
<entry>
<title>Get rid of Conn_ResetPenalty(), it is unused</title>
<updated>2012-12-31T17:23:21+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-12-31T17:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=5d921984873b708c2f91bed01689f6351d95c233'/>
<id>urn:sha1:5d921984873b708c2f91bed01689f6351d95c233</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mode setting: only check channel user modes when on channel</title>
<updated>2012-12-31T17:13:18+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-12-31T17:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=20ddffca0d5ae5393adc57b67ba90e15d33e2ee3'/>
<id>urn:sha1:20ddffca0d5ae5393adc57b67ba90e15d33e2ee3</id>
<content type='text'>
Only check the channel user modes of the initiator if he is joined to
this channel and not an IRC operator enforcing modes (which requires
the configuration option "OperCanUseMode" to be enabled), because trying
to check channel user modes of a non-member results in this assertion:

 Assertion failed: (cl2chan != NULL), function Channel_UserModes,
  file channel.c, line 742.

This closes bug #147, thanks to James Kirwill &lt;james.kirwill@bk.ru&gt;
for tracking this down!
</content>
</entry>
<entry>
<title>Add some more casts in assert() statemens</title>
<updated>2012-12-25T18:21:40+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-12-25T18:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=25e56a5e837173a567a0873bd5a9ccc126cff333'/>
<id>urn:sha1:25e56a5e837173a567a0873bd5a9ccc126cff333</id>
<content type='text'>
This fixes the following warning messages of gcc 4.5.3 on Cygwin when
building with debug code enabled:

 ng_ipaddr.c: In function ‘ng_ipaddr_init’:
 ng_ipaddr.c:52:2: warning: comparison between signed and
                   unsigned integer expressions
 ng_ipaddr.c:53:20: warning: comparison between signed and
                    unsigned integer expressions

 resolve.c: In function ‘ForwardLookup’:
 resolve.c:271:3: warning: comparison between signed and
                  unsigned integer expressions
</content>
</entry>
<entry>
<title>Makefiles: Correctly quote sed expressions</title>
<updated>2012-12-25T18:14:31+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-12-25T18:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1e5a7aac877f2b5d105d8cb291b107217b140632'/>
<id>urn:sha1:1e5a7aac877f2b5d105d8cb291b107217b140632</id>
<content type='text'>
Now the Makefiles support spaces in "$sysconfdir", which isn't uncommon
for Cygwin for example, when $HOME contains whitespaces ("/home/User Name")
and ngIRCd is installed into the user home ("./configure --prefix=$HOME").
</content>
</entry>
<entry>
<title>Add Cygwin binaries (*.exe) to .gitignore files</title>
<updated>2012-12-25T17:52:49+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-12-25T17:52:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b5b3dd9cfd7e1a10eecc92c8b23bd65945b61a31'/>
<id>urn:sha1:b5b3dd9cfd7e1a10eecc92c8b23bd65945b61a31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a cast in ForwardLookup() to fix a gcc warning on Cygwin</title>
<updated>2012-12-25T17:49:28+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-12-25T17:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=92fba63ad88e0a3260c75468fb3407fae7074dc6'/>
<id>urn:sha1:92fba63ad88e0a3260c75468fb3407fae7074dc6</id>
<content type='text'>
This fixes the following warning message of 4.5.3 on Cygwin:

 resolve.c: In function ‘ForwardLookup’:
 resolve.c:273:21: warning: comparison between signed and
                   unsigned integer expressions
</content>
</entry>
<entry>
<title>ngIRCd Release 20</title>
<updated>2012-12-17T12:14:32+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-12-17T12:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=25d35dd6f4e3f116e22c87533b4e2d2a372e847c'/>
<id>urn:sha1:25d35dd6f4e3f116e22c87533b4e2d2a372e847c</id>
<content type='text'>
</content>
</entry>
</feed>
