<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/doc/sample-ngircd.conf, branch rel-16</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-16</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-16'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2010-03-16T15:16:03+00:00</updated>
<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>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>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>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>sample-ngircd.conf: remove now unused CVS "$Id$"</title>
<updated>2008-11-22T13:47:01+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-22T13:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d0b2526a01c57f54e3899d4c8fd878005d701116'/>
<id>urn:sha1:d0b2526a01c57f54e3899d4c8fd878005d701116</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change formatting of some log messages</title>
<updated>2008-11-20T22:50:26+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-20T22:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=2eb564ccaa0c560a49cb46bfc2ce8bd5dec77b57'/>
<id>urn:sha1:2eb564ccaa0c560a49cb46bfc2ce8bd5dec77b57</id>
<content type='text'>
- Fix formatting of some log messages, mostly punctuation.
- cb_Connect_to_Server(): don't use string concatenation, because it
  is not supported by pre-ANSI C compilers ...
</content>
</entry>
<entry>
<title>New configuration option "NoIdent" to disable IDENT lookups</title>
<updated>2008-11-19T18:11:39+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-19T18:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4c113d8850dfc423e3dae2d2f90e7e9a9d42f0b0'/>
<id>urn:sha1:4c113d8850dfc423e3dae2d2f90e7e9a9d42f0b0</id>
<content type='text'>
The new configuration option "NoIdent" in ngircd.conf can be used to
disable IDENT lookups even when the ngIRCd daemon is compiled with IDENT
lookups enabled.
</content>
</entry>
<entry>
<title>Connection counter: count outgoing connections as well.</title>
<updated>2008-11-12T00:26:04+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-12T00:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9f067a059d9f64c68a73a2f7fbf5308ee342fe2a'/>
<id>urn:sha1:9f067a059d9f64c68a73a2f7fbf5308ee342fe2a</id>
<content type='text'>
This patch lets ngIRCd count outgoing connections as well as incoming
connections (up to now only outgoing connections have been counted). This
change is required because the Conn_Close() function doesn't know whether
it closes an outgoing connection or not and therefore would decrement the
counter below zero when an outgoing connection existed -- which would
trigger an assert() call ...

Please note that this patch changes the (so far undocumented but now fixed)
behaviour of the "MaxConnections" configuration option to account the sum
of the in- and outbound connections!
</content>
</entry>
<entry>
<title>sample-ngircd.conf &amp; ngircd.conf(5): document "ServiceMask" option.</title>
<updated>2008-09-23T09:53:14+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-08-16T00:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=0337b1ac1e128661b81901bdf2384e4ee51fa0df'/>
<id>urn:sha1:0337b1ac1e128661b81901bdf2384e4ee51fa0df</id>
<content type='text'>
</content>
</entry>
</feed>
