v2.0.26 released!

Posted by ~Sadie on April 21 2018

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

This release contains bug fixes and documentation corrections. Most notably:

  • m_banredirect no longer creates phantom redirects in some rare cases.
  • m_cgiirc clients connecting from [GZK]Lined hosts through an ELined gateway are now banned correctly.
  • m_swhois messages set via an oper block are now correctly removed on deoper.
  • m_xline_db and m_spanningtree now store the correct user as the XLine setter.

All users are recommended to upgrade.


v2.0.25 released!

Posted by ~Sadie on November 12 2017

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

This release contains minor bug fixes, including fixes to m_cgiirc to protect again WebIRC gateways from sending malformed hostnames and CIDR [GKZ]Lines not respecting the protections set in <insane>. All users are recommended to upgrade.


v2.0.24 released!

Posted by ~Adam on May 18 2017

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

This release contains minor bug fixes, including fixes to the build system and module manager to work on newer perl versions (>5.24.1) which are common on newer systems. All users are recommended to upgrade.


v2.0.23 released!

Posted by ~Adam on September 03 2016

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

This release fixes a serious security vulnerability in m_sasl in combination with any services that support SASL EXTERNAL. To be vulnerable you must have m_sasl loaded, and have services which support SASL EXTERNAL authentication.

If you are affected and can not immediately upgrade, it is recommended to unload m_sasl, or otherwise disable all SASL EXTERNAL authentication in services.


v2.0.22 released!

Posted by ~Attila Molnar on August 13 2016

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

This release fixes the issues discovered since 2.0.21, containing important stability and correctness related fixes and better support for newer compilers (GCC 6.x). There is a new config option <options:hideulinekills> that can be used to hide server notices for KILLs done by U-Lined servers (services). A desync issue has also been fixed which caused some channel bans to be not synced on burst for empty non-permanent channels in some cases.