<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/man, branch rel-22.1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-22.1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-22.1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2014-10-16T11:42:24+00:00</updated>
<entry>
<title>Update "CipherList" to not enable SSLv3 by default</title>
<updated>2014-10-16T11:42:24+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-10-16T11:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=100de3e4ccaab10524821d4262f6a8c3342224f8'/>
<id>urn:sha1:100de3e4ccaab10524821d4262f6a8c3342224f8</id>
<content type='text'>
Idea, initial patch, and testing by Christoph Biedl
&lt;ngircd.anoy@manchmal.in-ulm.de&gt;
</content>
</entry>
<entry>
<title>Allow "DefaultUserModes" to set all possible modes</title>
<updated>2014-03-18T15:43:21+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-03-18T15:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d314c75a37f0132a1a16658494d0f60a0c0083f2'/>
<id>urn:sha1:d314c75a37f0132a1a16658494d0f60a0c0083f2</id>
<content type='text'>
Let IRC_MODE() detect that the "fake" MODE command originated on the local
sever, which enables all modes to be settable using "DefaultUserModes"
that can be set by regular MODE commands, including modes only settable by
IRC Operators.
</content>
</entry>
<entry>
<title>ngircd.conf.5: Update manual page</title>
<updated>2014-01-19T14:32:20+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-01-19T14:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3b24ebf122fd8661437be244eb851d8f7d04408f'/>
<id>urn:sha1:3b24ebf122fd8661437be244eb851d8f7d04408f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement new configuration option "Network"</title>
<updated>2013-12-27T22:16:11+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-12-27T22:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=86bdf6e1d4539da1076afe10b57b177fb54dd147'/>
<id>urn:sha1:86bdf6e1d4539da1076afe10b57b177fb54dd147</id>
<content type='text'>
The new configuration variable "Network" is used to set the (completely
optional) "network name", to which this instance of the daemon belongs.
When set, this name is used in the ISUPPORT(005) numeric which is sent to
all clients connecting to the server after logging in.

Closes bug #165.
</content>
</entry>
<entry>
<title>Update (date of) manual pages</title>
<updated>2013-10-07T21:02:27+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-10-07T21:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c34b91d8ddd23c0f04da949b4f3b592ed081c729'/>
<id>urn:sha1:c34b91d8ddd23c0f04da949b4f3b592ed081c729</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change cipher defaults</title>
<updated>2013-09-17T16:15:24+00:00</updated>
<author>
<name>Federico G. Schwindt</name>
<email>fgsch@lodoss.net</email>
</author>
<published>2013-09-17T15:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=0985d69cc6c1daa7cdc8f15f93772b12ab3e8271'/>
<id>urn:sha1:0985d69cc6c1daa7cdc8f15f93772b12ab3e8271</id>
<content type='text'>
Switch cipher defaults to HIGH:!aNULL:@STRENGTH (OpenSSL) or
SECURE128 (GnuTLS).
</content>
</entry>
<entry>
<title>Cipher list selection for GnuTLS</title>
<updated>2013-09-15T15:57:47+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-09-15T15:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b9006acee3649600226652a8361f13c859726cf2'/>
<id>urn:sha1:b9006acee3649600226652a8361f13c859726cf2</id>
<content type='text'>
This patch implements the missing functionality for cipher list selection
using GnuTLS (our OpenSSL code has this already).
</content>
</entry>
<entry>
<title>Cipher list selection for OpenSSL</title>
<updated>2013-09-15T13:09:36+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-09-15T13:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=84ed46d4c1caaa4ec79a6223c35785afcf1c9d53'/>
<id>urn:sha1:84ed46d4c1caaa4ec79a6223c35785afcf1c9d53</id>
<content type='text'>
This patch introduces the possibility to arbitrarily select ciphers which
should be promoted resp. declined when establishing a SSL connection
with a client by implementing the new configuration option "CipherList".

By default, OpenSSL would accept low and medium strength and RC-4 ciphers,
which nowadays are known to be broken.

This patch only implements the feature for OpenSSL. A GnuTLS counterpart
has to be implemented in another patch ...

Original patch by Bastian &lt;bastian-ngircd@t6l.de&gt;.

Closes bug #162.
</content>
</entry>
<entry>
<title>Implement new configuration option "DefaultUserModes"</title>
<updated>2013-08-26T19:17:10+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-08-26T19:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=2bacb8210b4f0807eb50587bcc4329c7ea7a50c3'/>
<id>urn:sha1:2bacb8210b4f0807eb50587bcc4329c7ea7a50c3</id>
<content type='text'>
The new configuration option "DefaultUserModes" lists user modes that
become automatically set on new local clients right after login.

Please note that only modes can be set that the client could set on
itself, you can't set "a" (away) or "o" (IRC Op), for example! User
modes "i" (invisible) or "x" (cloaked) etc. are "interesting", though.

Default: set no modes (like without this patch).

Closes bug #160.
</content>
</entry>
<entry>
<title>Implement new configuration option "AllowedChannelTypes"</title>
<updated>2013-08-04T12:10:12+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-08-04T01:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=5258fb7f7c3d92a35083f869bae4f05ab988d2da'/>
<id>urn:sha1:5258fb7f7c3d92a35083f869bae4f05ab988d2da</id>
<content type='text'>
The new configuration variable "AllowedChannelTypes" lists all allowed
channel types (channel prefixes) for newly created channels on the local
server. By default, all supported channel types are allowed.

If set to the empty string, local clients can't create new channels at
all, which equals the old "PredefChannelsOnly = yes" setting.

This patch deprecates the "PredefChannelsOnly" variable, too, but it is
still supported and translated to the apropriate "AllowedChannelTypes"
setting. When "PredefChannelsOnly" is processed, a warning message is
logged.

Closes bug #152.
</content>
</entry>
</feed>
