InspIRCd v2.0 maintenance schedule updated

Posted by ~Sadie on May 20 2020

In a few days InspIRCd v2 was planned to reach the end of its life. However, as many things have been suspended for a few months due to COVID-19 and will likely remain suspended for a few more we are extending security fixes and support for v2 to the end of 2020.

Please do not consider this an excuse to push off upgrading unless you really have to though. We will not be extending this date again.

If you are an upgrading v2 user please consult our list of config changes in v3 on the docs site for information on how to upgrade to v3.


InspIRCd v3.6.0 released!

Posted by ~Sadie on April 24 2020

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

This release fixes a crash bug in the pgsql module as well as adding several minor features. Most notably:

  • Added <class:snomasks> to allow configuring the snomasks that a server operator can use.
  • Added support for the IRCv3 SETNAME specification.
  • Added support for using environment variables in the server configuration using the &env.FOO; syntax.
  • Fixed a crash in the pgsql module when connecting to a server fails.
  • Fixed a bug where previously changed display hostnames would be reset when a hostname lookup finishes.
  • Improved the error message shown when trying to load a module which is too old or too new for the current version.

No breaking configuration changes have been made since the v3.0.0 release but if you are upgrading from v2 please consult our list of config changes in v3.


InspIRCd v2.0.29 released!

Posted by ~Sadie on April 24 2020

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

This release fixes a crash bug in the pgsql module.

As mentioned previously InspIRCd v2 is now deprecated and will no longer receive security updates after 2020-05-31 2020-12-31. You should strongly consider updating to the v3 branch as soon as possible. Documentation on how to do so is available on the docs site.


InspIRCd v3.5.0 released!

Posted by ~Sadie on January 31 2020

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

This release fixes many minor bugs and adds several minor features. Most notably:

  • Added support for the IRCv3 Labeled Response specification.
  • Added support for help topics to the helpop module.
  • Added support for the X-Real-IP and X-Forwarded-For headers to the websocket module.
  • Added the codepage module — a better solution for custom 8-bit character set support than the incredibly broken and undocumented nationalchars module.
  • Fixed connections to ports which have an invalid I/O hook configured not being rejected.
  • Fixed allowing TAGMSG messages to be sent without any tags attached.
  • Fixed prioritisation of custom events provided by modules.
  • Fixed the chanhistory module not storing message tags and notices.

No breaking configuration changes have been made since the v3.0.0 release but if you are upgrading from v2 please consult our list of config changes in v3.


InspIRCd v3.4.0 released!

Posted by ~Sadie on October 25 2019

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

This release fixes many minor bugs and adds several minor features. Most notably:

  • Added <cloak:ignorecase> to ignore the case of a FQDN when cloaking.
  • Added a workaround for gateway IP addresses being banned by the connectban module.
  • Added support for filtering part messages to the chanfilter module.
  • Disabled DNS, DNSBL, and ident lookups for unregistered KiwiIRC.com users in the example provider configs.
  • Fixed the example configs allowing voiced users to voice/devoice other users.
  • Fixed the silence module not being able to add or remove entries in some cases.
  • Updated the NetBSD EV_SET workaround now that upstream have fixed the issue.

No breaking configuration changes have been made since the v3.0.0 release but if you are upgrading from v2 please consult our list of config changes in v3.