Commits
- Commit:
04744e9d8998e6526b30673c099982eda1217af3- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd release 18
- Commit:
54f04f81e9ee7bdcdc1f01a447bcdb37bd7eb1d6- From:
- Alexander Barton <alex@barton.de>
- Date:
Update ChangeLog and NEWS for ngIRCd release 18
- Commit:
95e156b51963b0554bf815bbfc258cbc3b488598- From:
- Alexander Barton <alex@barton.de>
- Date:
Updated doc/Platforms.txt for ngIRCd release 18
- Commit:
e160121698e7ec51f3e763dbdb1b76f755e47729- From:
- Alexander Barton <alex@barton.de>
- Date:
MorePrivacy: Don't register WHOWAS information
Citing an email from Florian to the ngIRCd mailing list:
"I wonder what the expected behaviour is when Conf_MorePrivacy is changed
from 'yes' to 'no' and the config is reloaded.
At the moment, WHOWAS will start giving out information on Users that
were connected during Conf_MorePrivacy=yes period. If this is not
wanted, Client_RegisterWhowas() should be changed to not store a record
when Conf_MorePrivacy is enabled."
And I think it is "not wanted" :-)
- Commit:
54566b6b32441044660c8fca784ef7b09b933a7e- From:
- Alexander Barton <alex@barton.de>
- Date:
Add preliminary ngIRCd protocol module for Anope 1.9
See contrib/Anope/README and doc/Services.txt for more details
and installation instructions!
- Commit:
c041bb340cd69654cab68fe6e9cefd62b1c1c30a- From:
- Alexander Barton <alex@barton.de>
- Date:
Update timestamp of ngircd(8) manual page
- 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
