<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src, branch rel-22-rc1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-22-rc1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-22-rc1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2014-09-22T00:17:04+00:00</updated>
<entry>
<title>Sync "except lists" between servers</title>
<updated>2014-09-22T00:17:04+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-09-17T23:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=84ff5a6eb975fbabfaaa92447246571721a016bc'/>
<id>urn:sha1:84ff5a6eb975fbabfaaa92447246571721a016bc</id>
<content type='text'>
Up to now, ban, invite, and G-Line lists have been synced between servers
while linking -- but obviously nobody noticed that except list have been
missing ever since. Until now.

Thanks to "j4jackj", who reported this issue in #ngircd.
</content>
</entry>
<entry>
<title>Allow longer usernames for authentication</title>
<updated>2014-09-11T20:04:31+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-09-03T14:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bf2eae3249cd7890c0189dfcf1a50b0e40e199b2'/>
<id>urn:sha1:bf2eae3249cd7890c0189dfcf1a50b0e40e199b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly check that a server has a valid hostname and port</title>
<updated>2014-09-10T11:03:30+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-09-10T11:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ffad2da835e26a1a457d4f4a16acf6797d4cc71e'/>
<id>urn:sha1:ffad2da835e26a1a457d4f4a16acf6797d4cc71e</id>
<content type='text'>
David Binderman &lt;dcb314@hotmail.com&gt; reported the following compiler warning,
which is a real bug in ngIRCd, thanks!

conn.c:2077:55: warning: logical not is only applied to the left hand
                         side of comparison [-Wlogical-not-parentheses]
</content>
</entry>
<entry>
<title>Lists_MakeMask: Don't destroy source buffer</title>
<updated>2014-08-08T11:50:48+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-08-08T11:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=896d45471aa4324d6c86cfc5613feab760151c70'/>
<id>urn:sha1:896d45471aa4324d6c86cfc5613feab760151c70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initialize Conf_ScrubCTCP even when SYSLOG isn't #define'd</title>
<updated>2014-07-29T21:08:18+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-07-29T21:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=01c3552140f710fd1efc5b1037e99500c2a292d7'/>
<id>urn:sha1:01c3552140f710fd1efc5b1037e99500c2a292d7</id>
<content type='text'>
The "SYSLOG" #define isn't related to "Conf_ScrubCTCP" at all, so
initialize the latter even when "SYSLOG" isn't #define'd.

Pointed out by wowaname on #ngircd, thanks!
</content>
</entry>
<entry>
<title>Increase MAX_SERVERS from 16 to 64</title>
<updated>2014-07-20T11:19:36+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-07-20T11:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=40ed94a1f23aa120cb80bcf8224cef69124909f1'/>
<id>urn:sha1:40ed94a1f23aa120cb80bcf8224cef69124909f1</id>
<content type='text'>
There are installations out there that would like to configure more
than 16 links per server, so increase this limit. Best would be to
get rid of MAX_SERVERS altogether and make if fully dynamic, but
start with this quick and dirty hack ...
</content>
</entry>
<entry>
<title>Add "tests-skipped.lst" to src/testsuite/.gitignore</title>
<updated>2014-06-04T10:20:31+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-06-04T10:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=39b8fc65b69c7534228e314c08604341bdf6125f'/>
<id>urn:sha1:39b8fc65b69c7534228e314c08604341bdf6125f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test suite/platformtest.sh: Detect when tests have been skipped</title>
<updated>2014-06-04T10:15:23+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-06-04T10:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3de972e0bdbb5da7b13db5628e5373e3ec57cf51'/>
<id>urn:sha1:3de972e0bdbb5da7b13db5628e5373e3ec57cf51</id>
<content type='text'>
Detect if some tests have been skipped, for example when telnet(1) or expect(1)
is missing: ./contrib/platformtest.sh will echo a warning message now.
</content>
</entry>
<entry>
<title>Test suite: Update file headers and comments</title>
<updated>2014-04-17T21:56:36+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-04-17T21:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a90004b9133b62b3dc2ee80c572a8d0c9c607141'/>
<id>urn:sha1:a90004b9133b62b3dc2ee80c572a8d0c9c607141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow "DefaultUserModes" to set all possible modes</title>
<updated>2014-03-18T15:43:21+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-03-18T15:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d314c75a37f0132a1a16658494d0f60a0c0083f2'/>
<id>urn:sha1:d314c75a37f0132a1a16658494d0f60a0c0083f2</id>
<content type='text'>
Let IRC_MODE() detect that the "fake" MODE command originated on the local
sever, which enables all modes to be settable using "DefaultUserModes"
that can be set by regular MODE commands, including modes only settable by
IRC Operators.
</content>
</entry>
</feed>
