<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd, branch rel-16-rc1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-16-rc1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-16-rc1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2010-03-25T14:57:11+00:00</updated>
<entry>
<title>ngIRCd release 16~rc1</title>
<updated>2010-03-25T14:57:11+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-03-25T14:57:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=50e8a62c5cfe8eaaeeaaccc5ff577cedf72e848d'/>
<id>urn:sha1:50e8a62c5cfe8eaaeeaaccc5ff577cedf72e848d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated NEWS and ChangeLog file for ngIRCd 16-rc1</title>
<updated>2010-03-25T13:55:31+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-03-25T13:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=aa32fec1b6d5d1679ede9e5109c7f6ebe95c0983'/>
<id>urn:sha1:aa32fec1b6d5d1679ede9e5109c7f6ebe95c0983</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use port 6668 as example for both "Ports" and "SSLPorts"</title>
<updated>2010-03-16T15:16:03+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-03-16T15:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=cbe41ec87506003e484a85301b3c0a6e05bf0ad7'/>
<id>urn:sha1:cbe41ec87506003e484a85301b3c0a6e05bf0ad7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure.in: only add -lnsl when needed</title>
<updated>2010-02-17T21:25:30+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2010-02-17T21:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=20276f7cc967ec1a472715574adc6792b1598314'/>
<id>urn:sha1:20276f7cc967ec1a472715574adc6792b1598314</id>
<content type='text'>
dpkg-shlibdeps: warning: dependency on libnsl.so.1 [..]
(they use none of its symbols).

As shown via commit 2b14234abc252383679bae2d23861b773dc9713e
(dpkg-shlibdeps: warning: dependency on libnsl.so.1) and the
following revert of that commit, we cannot simply drop
the AC_CHECK_LIB(nsl). Although -lnsl is indeed unneeded
when glibc is used, some platforms (e.g. Solaris) need it.

Use AC_SEARCH_LIBS instead to only link when the library exports
a particular symbol.
</content>
</entry>
<entry>
<title>Implement WEBIRC command</title>
<updated>2010-02-10T23:01:53+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-02-10T23:01:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=6e8cf51bb216f956e7a6fdb5c61b0f2799bf8d2d'/>
<id>urn:sha1:6e8cf51bb216f956e7a6fdb5c61b0f2799bf8d2d</id>
<content type='text'>
The WEBIRC command is used by some Web-to-IRC gateways to set the correct
user name and host name of users instead of their own.

Syntax: WEBIRC &lt;password&gt; &lt;username&gt; &lt;hostname&gt; &lt;ip-address&gt;

The &lt;password&gt; must be set using the new configuration variable "WebircPassword" in the [Global] section of ngircd.conf.

Please note that the &lt;ip-address&gt; is currently not used by ngIRCd (we don't store it in the CLIENT structure, only the resolved hostname).
</content>
</entry>
<entry>
<title>ngircd.conf.5: Document missing "Password" variable</title>
<updated>2010-02-10T22:47:05+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-02-10T22:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=53fc0ebff6fe09bb6a3ae3b134647b3499fc6618'/>
<id>urn:sha1:53fc0ebff6fe09bb6a3ae3b134647b3499fc6618</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-format Init_New_Client() function</title>
<updated>2010-02-10T22:40:03+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-02-10T22:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9b3e143a26f1079d185c41611cd2475f8fbdae39'/>
<id>urn:sha1:9b3e143a26f1079d185c41611cd2475f8fbdae39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New README-Interix.txt for running ngIRCd on MS SFU and MS SUA</title>
<updated>2010-02-04T23:24:33+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-02-04T23:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=f1bbc92b391f2dabd8c07234689f4f36207f81c6'/>
<id>urn:sha1:f1bbc92b391f2dabd8c07234689f4f36207f81c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added "i586/pc/interix3.5" (MS Services for UNIX) to Platforms.txt</title>
<updated>2010-01-22T17:26:26+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-01-22T17:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1da3e25e65c7bcc3e47d18f114f7c4e76e274250'/>
<id>urn:sha1:1da3e25e65c7bcc3e47d18f114f7c4e76e274250</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Quote received messages of ERROR commands in log output</title>
<updated>2010-01-19T18:20:56+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-01-19T18:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e1de769ab9958f6debbd884a1555de09d1191d32'/>
<id>urn:sha1:e1de769ab9958f6debbd884a1555de09d1191d32</id>
<content type='text'>
</content>
</entry>
</feed>
