<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src, branch rel-18-rc1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-18-rc1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-18-rc1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2011-06-27T08:27:07+00:00</updated>
<entry>
<title>hash: Use UINT32 instead of uint32_t</title>
<updated>2011-06-27T08:27:07+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-06-27T08:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=14afdaee087dd1243800dd0697785c47ccbf931e'/>
<id>urn:sha1:14afdaee087dd1243800dd0697785c47ccbf931e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hash: use more recent lookup3 algorithm instead of lookup2</title>
<updated>2011-06-26T22:16:37+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2011-06-26T22:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1765f0ae0b8932a4977c181c07d174f124143cef'/>
<id>urn:sha1:1765f0ae0b8932a4977c181c07d174f124143cef</id>
<content type='text'>
Bob Jenkins published a newer hash function in May 2006, it has
better distribution.

See http://burtleburtle.net/bob/hash/doobs.html for lengthy
comparisions.
</content>
</entry>
<entry>
<title>Use srand()/rand() instead of srandom()/random(); seems to be more portable</title>
<updated>2011-06-26T21:39:20+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-06-26T21:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=7f8d0ea5a3e927b8b6dd84eae63849ae17cdf5ae'/>
<id>urn:sha1:7f8d0ea5a3e927b8b6dd84eae63849ae17cdf5ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'MorePrivacy'</title>
<updated>2011-06-26T13:41:27+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-06-26T13:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d99edb7728e058a889e4734f8592f495effa5bc3'/>
<id>urn:sha1:d99edb7728e058a889e4734f8592f495effa5bc3</id>
<content type='text'>
* MorePrivacy:
  New configuration opion "MorePrivacy" to "censor" some user information
</content>
</entry>
<entry>
<title>Merge branch 'ScrubCTCP'</title>
<updated>2011-06-26T13:38:53+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-06-26T13:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=269310f04b7624675f0e609a18c645474d9e5c6f'/>
<id>urn:sha1:269310f04b7624675f0e609a18c645474d9e5c6f</id>
<content type='text'>
* ScrubCTCP:
  Add documentation for "ScrubCTCP" configuration option
  New option to scrub incoming CTCP commands
</content>
</entry>
<entry>
<title>Move SSL-related configuration variables to new [SSL] section</title>
<updated>2011-06-25T22:09:36+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-06-25T22:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=946d838de4b6aee588e1136dcea018259a17e778'/>
<id>urn:sha1:946d838de4b6aee588e1136dcea018259a17e778</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CheckFileReadable(): only check when a filename is given ...</title>
<updated>2011-06-25T22:07:47+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-06-25T22:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a085444035016061ca71d43f077d715138708f4e'/>
<id>urn:sha1:a085444035016061ca71d43f077d715138708f4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PAM: make clear which "Password" config option is ignored</title>
<updated>2011-06-25T21:55:54+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-06-25T21:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=449ad1eeea20b08d2fe049725f71e98e105ec5f4'/>
<id>urn:sha1:449ad1eeea20b08d2fe049725f71e98e105ec5f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New configuration opion "MorePrivacy" to "censor" some user information</title>
<updated>2011-06-25T20:21:20+00:00</updated>
<author>
<name>xor</name>
<email>xorboy@gmail.com</email>
</author>
<published>2011-06-19T04:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b80e115f3947eae39aba39d1647f0a81f3d95fa3'/>
<id>urn:sha1:b80e115f3947eae39aba39d1647f0a81f3d95fa3</id>
<content type='text'>
this patch contains:

  * Fix for Conf_CloakUserToNick to make it conceal user details
  * Adds MorePrivacy-feature

MorePrivacy censors some user information from being reported by the
server. Signon time and idle time is censored. Part and quit messages
are made to look the same. WHOWAS requests are silently dropped. All
of this is useful if one wish to conceal users that access the ngircd
servers from TOR or I2P.
</content>
</entry>
<entry>
<title>New option to scrub incoming CTCP commands</title>
<updated>2011-06-25T19:37:17+00:00</updated>
<author>
<name>xor</name>
<email>xorboy@gmail.com</email>
</author>
<published>2011-06-10T19:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=f087c68a99951d12ba91c5f6e1e0e548c5a5d912'/>
<id>urn:sha1:f087c68a99951d12ba91c5f6e1e0e548c5a5d912</id>
<content type='text'>
This patch makes it possible to scrub incomming CTCP commands from
other servers and clients alike. The ngircd oper can enable it from
the config file, by adding "ScrubCTCP = yes" under [OPTIONS]. It is
default off.

CTCP can be used to profile IRC users (get user clients name and
version, and also their IP addresses). This is not something we like
to happen when user pseudonymity/secrecy is important.

The server silently drops incomming CTCP requests from both other
servers and from users. The server that scrubs CTCP will not forward
the CTCP requests to other servers in the network either, which can
spell trouble if not every oper knows about the CTCP-scrubbing.
Scrubbing CTCP commands also means that it is not possible to send
files between users.

There is one exception to the CTCP scrubbing performed: ACTION ("/me
commands") requests are not scrubbed. ACTION is not dangerous to users
(unless they use OTR, which does not encrypt CTCP requests) and most
users would be confused if they were just dropped.

A CTCP request looks like this:

ctcp_char, COMMAND, arg0, arg1, arg2, .. argN, ctcp_char

ctcp_char is 0x01. (just like bold is 0x02 and color is 0x03.)

They are sent as part of a message and can be delivered to channels
and users alike.
</content>
</entry>
</feed>
