<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd, 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-25T22:18:29+00:00</updated>
<entry>
<title>ngIRCd release 13</title>
<updated>2008-12-25T22:18:29+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-25T22:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4b83a23d9d3aa4644dc497f14eaca2bd7f1cc347'/>
<id>urn:sha1:4b83a23d9d3aa4644dc497f14eaca2bd7f1cc347</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't print pid_t type with %ld format specifier</title>
<updated>2008-12-17T21:55:20+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2008-12-17T21:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=8a94ec9728cef27c0b1e3a7df62f5530c6394308'/>
<id>urn:sha1:8a94ec9728cef27c0b1e3a7df62f5530c6394308</id>
<content type='text'>
Reported by Christoph Biedl:
ngircd[21581]: Running as user irc(39), group irc(39), with PID 140733193409613.

cast pid_t to long to avoid this.
While we are there, cast uid_t and gid_t, too.
</content>
</entry>
<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>doc/Platforms.txt: added x86_64/unknown/linux-gnu</title>
<updated>2008-12-05T21:35:23+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-05T21:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9a82ca0d6b3309636da38129285971d8080cd6f6'/>
<id>urn:sha1:9a82ca0d6b3309636da38129285971d8080cd6f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/Platforms.txt: update list of tested platforms.</title>
<updated>2008-12-05T17:11:50+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-05T17:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e573f54b0cb9fd182cfcdbbb70e4e01936d33c0a'/>
<id>urn:sha1:e573f54b0cb9fd182cfcdbbb70e4e01936d33c0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/SSL.txt: enhance documentation.</title>
<updated>2008-12-04T12:20:38+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-04T12:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e070d93f649f76a57ce4c01782887e375f3cfba3'/>
<id>urn:sha1:e070d93f649f76a57ce4c01782887e375f3cfba3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/Services.txt: explain which IRC Services versions are compatible</title>
<updated>2008-12-04T10:14:26+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-04T10:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1519afa391d7cb33957892fded23e1b1e178f1f3'/>
<id>urn:sha1:1519afa391d7cb33957892fded23e1b1e178f1f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Testsuite start-server.sh: return correct exit code.</title>
<updated>2008-12-03T15:49:55+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-03T15:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=85ce82e504d4cd7d505d215c973e55cf14101cd8'/>
<id>urn:sha1:85ce82e504d4cd7d505d215c973e55cf14101cd8</id>
<content type='text'>
src/testsuite/start-server.sh returns 0 when no errors occurred and the
daemon has been startet and 1 on errors. Always returning 0 is wrong ...
</content>
</entry>
<entry>
<title>Make testsuite (getpid.sh) work on OpenSolaris (i386/pc/solaris2.11).</title>
<updated>2008-12-03T15:49:17+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-03T15:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=83c699d5a559acecc9b62767e4ffcf8fb50dfbb5'/>
<id>urn:sha1:83c699d5a559acecc9b62767e4ffcf8fb50dfbb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/Services.txt: document using ngIRCd with IRC Services.</title>
<updated>2008-12-02T14:41:57+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-02T14:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=56cf95278e24fb2df8742bcfddd2d6ea0a61accb'/>
<id>urn:sha1:56cf95278e24fb2df8742bcfddd2d6ea0a61accb</id>
<content type='text'>
</content>
</entry>
</feed>
