<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/doc, branch rel-21-rc1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-21-rc1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-21-rc1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2013-09-24T19:17:35+00:00</updated>
<entry>
<title>Add support to show user links using "STATS L"</title>
<updated>2013-09-24T19:17:35+00:00</updated>
<author>
<name>Federico G. Schwindt</name>
<email>fgsch@lodoss.net</email>
</author>
<published>2013-09-18T22:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ec5ab4fcd1bc361cacb56e999b2b8f0a00caf5a9'/>
<id>urn:sha1:ec5ab4fcd1bc361cacb56e999b2b8f0a00caf5a9</id>
<content type='text'>
Change "stats L" to show servers and user links and restrict it to
IRC Operators.
</content>
</entry>
<entry>
<title>doc/PAM.txt: add a slightly more useful example</title>
<updated>2013-09-18T22:17:43+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-09-18T22:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=99db111bca731490e8e91dfe3efe075179177005'/>
<id>urn:sha1:99db111bca731490e8e91dfe3efe075179177005</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>Commands.txt: Document proprietary DIE &lt;message&gt; parameter</title>
<updated>2013-09-04T22:19:03+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-09-04T22:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e5cdd61fe3d78fa976836192dbca64874160a493'/>
<id>urn:sha1:e5cdd61fe3d78fa976836192dbca64874160a493</id>
<content type='text'>
</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>Cosmetic changes to METADATA</title>
<updated>2013-08-25T04:26:08+00:00</updated>
<author>
<name>Federico G. Schwindt</name>
<email>fgsch@lodoss.net</email>
</author>
<published>2013-08-25T04:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=086cf3a2723e2dcc8e1acf49d166e254fe22e7cf'/>
<id>urn:sha1:086cf3a2723e2dcc8e1acf49d166e254fe22e7cf</id>
<content type='text'>
Update certfp and sort entries.
</content>
</entry>
<entry>
<title>Implement account login support</title>
<updated>2013-08-25T04:24:08+00:00</updated>
<author>
<name>Federico G. Schwindt</name>
<email>fgsch@lodoss.net</email>
</author>
<published>2013-08-22T13:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3af0ece2bcf550cccd7b647c111ce503c2faa459'/>
<id>urn:sha1:3af0ece2bcf550cccd7b647c111ce503c2faa459</id>
<content type='text'>
This is done via the `accountname' METADATA command and used to
automatically identify users after netsplits or across service
restarts.
</content>
</entry>
<entry>
<title>More spelling corrections</title>
<updated>2013-08-05T10:06:52+00:00</updated>
<author>
<name>Federico G. Schwindt</name>
<email>fgsch@lodoss.net</email>
</author>
<published>2013-08-05T10:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=fcdb5cf8dd1579172ad894ddc8c07defa16f0822'/>
<id>urn:sha1:fcdb5cf8dd1579172ad894ddc8c07defa16f0822</id>
<content type='text'>
</content>
</entry>
</feed>
