<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/doc, branch rel-15-rc1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-15-rc1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-15-rc1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2009-09-30T14:00:04+00:00</updated>
<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>Updated doc/Platforms.txt</title>
<updated>2009-08-04T20:53:38+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-08-04T20:53:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=56a8abc253d0565a75fb9066ec933dc7db96b93a'/>
<id>urn:sha1:56a8abc253d0565a75fb9066ec933dc7db96b93a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/Platforms.txt: ngircd builds on hppa2.0w-hp-hpux11.11 target</title>
<updated>2009-07-22T20:06:36+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2009-07-22T20:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bddfd67550d65402eb93e5ce152438bd513acf40'/>
<id>urn:sha1:bddfd67550d65402eb93e5ce152438bd513acf40</id>
<content type='text'>
Goetz Hoffart reports successful compile on HPUX/HPPA (on ngircd mailing list):

             Target: hppa2.0w-hp-hpux11.11
           Compiler: gcc
     Compiler flags: -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -D_XOPEN_SOURCE_EXTENDED
-DSYSCONFDIR='"$(sysconfdir)"'
          Libraries: -lz -lnsl

     Syslog support: yes     Enable debug code: no
   zlib compression: yes           IRC sniffer: no
   Use TCP Wrappers: no        Strict RFC mode: no
   Zeroconf support: no          IRC+ protocol: yes
      IDENT support: no            I/O backend: "poll()"
      IPv6 protocol: no            SSL support: no
</content>
</entry>
<entry>
<title>Doxygen: update source code repository link to GIT</title>
<updated>2009-04-24T22:53:47+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-04-24T22:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4a14fb252d1eb93905eb1dc71a11601acadf66d3'/>
<id>urn:sha1:4a14fb252d1eb93905eb1dc71a11601acadf66d3</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>documentation: gnutls does not support password-protected privkeys</title>
<updated>2009-01-09T20:33:19+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2009-01-09T20:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=0acef7c598765e4cd786b875395c6601f7e41a19'/>
<id>urn:sha1:0acef7c598765e4cd786b875395c6601f7e41a19</id>
<content type='text'>
already mentioned in man page and sample config file, but for
completeness also document it in doc/SSL.txt.
</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>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>
</feed>
