Commits
- Commit:
af60f04fef1bdad9ca1c8384f6479f4c33f1b923- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd release 18~rc2
- Commit:
2d35731399890316610e85d7a7aea41529b1fea9- From:
- Alexander Barton <alex@barton.de>
- Date:
GnuTLS: use 1024 (DH_BITS_MIN) as minimum size of the DH prime
For outgoing connections, we use 2048 (DH_BITS) since commit 49b2d0e.
This patch enables ngIRCd to accept incoming connections from other servers
and clients that use at least 1024 bits (and no longer requires 2048 for
incoming connections, too).
Patch proposed by Florian Westphal.
- Commit:
7ae7ace579915dc023722f733f30e941d371cab3- From:
- Alexander Barton <alex@barton.de>
- Date:
ngircd.8: document debugging options
- Commit:
5f400694cfee5bed6be0ac0a5c1638ed9b413c55- From:
- Alexander Barton <alex@barton.de>
- Date:
ngircd.conf.5: strip "SSL" prefix from variables in [SSL] section
- Commit:
bd118c65fdb1428daf4775205b0f40918b3f22fb- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix some wording, use spellchecker ;-)
- Commit:
29c49f643fdaa5db2604d129a2dc3814e3f54700- From:
- Alexander Barton <alex@barton.de>
- Date:
doc/SSL.txt: adopt to new configuration file layout
- Commit:
b6185b1ac8dedfc3a0f261c82aaf1facde5b55ee- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd release 18~rc1
- Commit:
14afdaee087dd1243800dd0697785c47ccbf931e- From:
- Alexander Barton <alex@barton.de>
- Date:
hash: Use UINT32 instead of uint32_t
- Commit:
949c8ea7c74c81c7a5387ff4334553ceb31ecb86- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS and ChangeLog file for our upcoming next release
- Commit:
1765f0ae0b8932a4977c181c07d174f124143cef- From:
- Florian Westphal <fw@strlen.de>
- Date:
hash: use more recent lookup3 algorithm instead of lookup2
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.
- Commit:
7f8d0ea5a3e927b8b6dd84eae63849ae17cdf5ae- From:
- Alexander Barton <alex@barton.de>
- Date:
Use srand()/rand() instead of srandom()/random(); seems to be more portable
- Commit:
d99edb7728e058a889e4734f8592f495effa5bc3- From:
- Alexander Barton <alex@barton.de>
- Date:
Merge branch 'MorePrivacy'
* MorePrivacy:
New configuration opion "MorePrivacy" to "censor" some user information
- Commit:
cb28c4ff03d775825b698fcff3fbe68b50a8f8a6- From:
- Alexander Barton <alex@barton.de>
- Date:
sample-ngircd.conf: remove "SSL" prefix from SSL-related variables
- Commit:
b80e115f3947eae39aba39d1647f0a81f3d95fa3- From:
- xor <xorboy@gmail.com>
- Via:
- Alexander Barton <alex@barton.de>
- Date:
New configuration opion "MorePrivacy" to "censor" some user information
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.
- Commit:
269310f04b7624675f0e609a18c645474d9e5c6f- From:
- Alexander Barton <alex@barton.de>
- Date:
Merge branch 'ScrubCTCP'
* ScrubCTCP:
Add documentation for "ScrubCTCP" configuration option
New option to scrub incoming CTCP commands
- Commit:
6aad5a6706f2487019ff92da01509abda1d09b33- From:
- Alexander Barton <alex@barton.de>
- Date:
INSTALL: document changed location of configuration variables
- Commit:
3282c1325e491f2fbc7ee388c557f40e1f9eaed6- From:
- Alexander Barton <alex@barton.de>
- Date:
Merge branch 'newconfig'
* newconfig:
sample-ngircd.conf: "SyslogFacility" should be commented out
Move SSL-related configuration variables to new [SSL] section
CheckFileReadable(): only check when a filename is given ...
PAM: make clear which "Password" config option is ignored
Really remove [Features] in our manual pages
INSTALL: document changed location of configuration variables
Update sample config file and manual page for new config structure
Testsuite: update configuration files for new config file format
Display configuration errors more prominent on "--configtest"
conf.c: code cleanup
Check for redability of SSL-related files like for MOTD file
Restructure ngIRCd configuration, introduce [Limits] and [Options]
- Commit:
5410d96748bbc93fa9479ddaad0fffc51d816f92- From:
- xor <xorboy@gmail.com>
- Via:
- Alexander Barton <alex@barton.de>
- Date:
Add documentation for "ScrubCTCP" configuration option
- Commit:
eba14d937d7d8980a1d178ca0066c577bf66c806- From:
- Alexander Barton <alex@barton.de>
- Date:
Update sample config file and manual page for new config structure
- Commit:
3d0ce77f12117df9e12d364c725c3c54332901bd- From:
- Alexander Barton <alex@barton.de>
- Date:
sample-ngircd.conf: "SyslogFacility" should be commented out
- Commit:
f087c68a99951d12ba91c5f6e1e0e548c5a5d912- From:
- xor <xorboy@gmail.com>
- Via:
- Alexander Barton <alex@barton.de>
- Date:
New option to scrub incoming CTCP commands
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.
- Commit:
c438c227b554684f4fc92c1548f42731469696c7- From:
- Alexander Barton <alex@barton.de>
- Date:
Testsuite: update configuration files for new config file format
- Commit:
b1786f309ecc29216a8d0b919cd514c8f69f24bf- From:
- Alexander Barton <alex@barton.de>
- Date:
New documentation: "how to contribute"
- Commit:
946d838de4b6aee588e1136dcea018259a17e778- From:
- Alexander Barton <alex@barton.de>
- Date:
Move SSL-related configuration variables to new [SSL] section
- Commit:
d41f4d6d20797c9dfdde272b8689f4cc7622fe38- From:
- Alexander Barton <alex@barton.de>
- Date:
Display configuration errors more prominent on "--configtest"
