v2.0.21 released!

Posted by ~Attila Molnar on February 13 2016

InspIRCd v2.0.21 is now available, download it from the releases page.

This is a bugfix only release, fixing issues discovered since 2.0.20. An issue has been fixed in m_namedmodes which allowed non-opers to obtain the key (+k) of a channel. This release also features build system fixes, more aggressive DNS cache pruning, increased default DH bit size to 2048 when generating DH params via configure, increased compatibility during CAP negotiation with some clients and various documentation enhancements.


New website

Posted by ~Attila Molnar on February 02 2016

I’m pleased to announce that we’ve got a brand new website developed by Roland Hegedus (syf` on IRC). Big thanks to Roland for his work on the site!


v2.0.20 released!

Posted by ~Attila Molnar on May 10 2015

InspIRCd v2.0.20 is now available, download it from the releases page.

This release fixes an issue with STARTTLS handling which can potentially cause a crash. Only servers using m_ssl_gnutls with STARTTLS enabled are affected, m_ssl_openssl is unaffected. To mitigate this problem, disable STARTTLS by setting <gnutls starttls="off">.


v2.0.19 released!

Posted by ~Attila Molnar on April 16 2015

InspIRCd v2.0.19 is now available, download it from the releases page.

This release fixes the issues discovered since 2.0.18, containing multiple important stability and correctness related improvements, including a fix for a bug which allowed malformed DNS records to cause netsplits on a network. Triggering this issue is non-trivial and it may not occur in all circumstances, but all users are advised to upgrade. If that’s not possible, disabling DNS lookups for connecting users (nouserdns setting) mitigates the problem.


v2.0.18 released!

Posted by ~Attila Molnar on October 26 2014

InspIRCd v2.0.18 is now available, download it from the releases page.

This release fixes the issues discovered since 2.0.17.

Several new config options are now available for OpenSSL making it possible to disable SSLv3 among other things. For details please see the updated OpenSSL wiki page.