InspIRCd v4.0.0rc1 released!

Posted by ~Sadie on June 07 2024

InspIRCd v4.0.0 release candidate 1 is now available, download it from the releases page.

This is the first release candidate on our new v4 branch which has been in development for five years. An overview of the changes in this release can be found on the docs site.


InspIRCd v3.17.0 released!

Posted by ~Sadie on December 22 2023

InspIRCd v3.17.0 is now available, download it from the releases page.

The most notable changes in this release are:

  • Added an example post-deploy hook script for use with CertBot, Dehydrated, or other ACME SSL (TLS) renewal tools.

  • Changed SVSHOLDs to also force existing users to change their nick on add.

  • Fixed a crash on shutdown on some systems when using --nofork and the ssl_gnutls module.

  • Fixed sending nick/user/host changes from the wrong mask when using the ircv3_labeledresponse module.


InspIRCd v3.16.1 released!

Posted by ~Sadie on June 16 2023

InspIRCd v3.16.1 is now available, download it from the releases page.

This is a minor release. The most notable changes in this release are:

  • Fixed ssl_openssl marking long-lived TLS (SSL) client certificates as invalid.

  • Fixed the regex_re2 module when building against RE2 2023-06-01 or newer.


InspIRCd v3.16.0 released!

Posted by ~Sadie on April 28 2023

InspIRCd v3.16.0 is now available, download it from the releases page.

The most notable changes in this release are:

  • Added support for the IRCv3 standard-replies extension.

  • Added support for warning users when their client certificate is about to or has expired.

  • Fixed resolving user hosts when the result is a simple hostname (e.g. localhost).

  • Fixed the uniqueusername state not being broadcast on connect.


InspIRCd v3.15.0 released!

Posted by ~Sadie on December 30 2022

InspIRCd v3.15.0 is now available, download it from the releases page.

The most notable changes in this release are:

  • Added support for the IRCv3 extended-monitor extension.

  • Added the regex_pcre2 module which provides the pcre regex engine with PCRE2.

  • Fixed reading the MOTD when <connect:motd> is a path instead of a <files>/<execfiles> key.