v2.0.12 released!

Posted by ~Attila Molnar on April 24 2013

InspIRCd v2.0.12 has been released, you can download it here.

This version brings major performance and stability improvements, upgrading is strongly recommended.

A slowdown issue has been fixed that caused problems mainly on big servers with a large number of clients. However, smaller servers will also benefit from the fix.

To reduce load time, m_ssl_gnutls is now also able to load DH parameters from a file. Specify the filename in the <gnutls> tag, e.g.: <gnutls dhfile="conf/dhparams.pem"> You can generate the primes using the following command: certtool --generate-dh-params --bits 2048 --outfile dhparams.pem

Git shortlog:

Adam (1):

Sadie Powell (1):

attilamolnar (30):