<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/man, branch rel-16-rc2</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-16-rc2</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-16-rc2'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2010-02-10T23:01:53+00:00</updated>
<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>New configuration option "AllowRemoteOper"</title>
<updated>2009-09-30T14:00:04+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-04-13T14:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=f78b0c61e967c66386803a3dc77069c66bd664de'/>
<id>urn:sha1:f78b0c61e967c66386803a3dc77069c66bd664de</id>
<content type='text'>
Added new configuration option "AllowRemoteOper" to control whether
remote IRC operators are allowed to use administrative commands that
affect this server or not

This commit introduces the configuration variable, but actually no
function is using it. That's up for the next patches to come ...
</content>
</entry>
<entry>
<title>do not add default listening port if ssl ports were specified</title>
<updated>2009-08-31T20:08:35+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2009-08-31T17:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=cf7e19193b79af0711c5a03ac7da33bd84947b16'/>
<id>urn:sha1:cf7e19193b79af0711c5a03ac7da33bd84947b16</id>
<content type='text'>
Cosmo Kastemaa reported that its impossible to create an ssl-only setup,
as ngircd binds to port 6667 by default, even if setting "Ports =".

Only add the default port if _both_ "Ports" and "SSLPorts" are
unspecified.

Fixes bugzilla #98.
</content>
</entry>
<entry>
<title>manpage: move SSLConnect option to the right section</title>
<updated>2009-05-16T23:22:18+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2009-05-16T23:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b0931f322b527f24215419e9c73eda7d7f22de6a'/>
<id>urn:sha1:b0931f322b527f24215419e9c73eda7d7f22de6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support individual channel keys for pre-defined channels.</title>
<updated>2009-01-20T16:20:30+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-01-01T21:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c5000694d16da0a205e7dde49681d589d552d144'/>
<id>urn:sha1:c5000694d16da0a205e7dde49681d589d552d144</id>
<content type='text'>
This patch introduces the new configuration variable "KeyFile" for
[Channel] sections in ngircd.conf. Here a file can be configured for each
pre-defined channel which contains individual channel keys for different
users. This file is line-based and must have the following syntax:

  &lt;user&gt;:&lt;nick&gt;:&lt;key&gt;

&lt;user&gt; and &lt;nick&gt; can contain the wildcard character "*".

Please not that these channel keys are only in effect, when the channel
has a regular key set using channel mode "k"!
</content>
</entry>
<entry>
<title>Fix spelling in some documents.</title>
<updated>2009-01-01T16:56:42+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-01-01T16:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=fd9266df78e32104af3fa72eb5528b5615a2030e'/>
<id>urn:sha1:fd9266df78e32104af3fa72eb5528b5615a2030e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spell check and enhance ngIRCd manual pages.</title>
<updated>2008-12-30T18:20:09+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-30T18:20:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9d20397470e579e603897dc4e3a80538e278491f'/>
<id>urn:sha1:9d20397470e579e603897dc4e3a80538e278491f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>man ngircd.conf: line break missing before the SSLConnect description</title>
<updated>2008-12-29T22:34:20+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2008-12-29T22:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=307cdce90819ec3371d18c1f46374462220d6fa3'/>
<id>urn:sha1:307cdce90819ec3371d18c1f46374462220d6fa3</id>
<content type='text'>
reported by Christoph Biedl.
</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>
</feed>
