InspIRCd v4.2.0 is now available, download it from the releases page.
The most notable changes in this release are:
Added support for the IRCv3 WebSocket subprotocols.
Fixed allowing text websockets when the server has a non-utf8 charset.
Fixed automatic synchronisation of unset extensibles.
Fixed exposing the real hostname of users when recloaking.
Fixed parsing S2S UID messages from 1205 (v3) servers.
InspIRCd v4.1.0 is now available, download it from the releases page.
The most notable changes in this release are:
Allowed /ACCEPT to bypass more message restriction user modes.
Fixed a memory leak in the regex_pcre2 module.
Fixed high CPU and network usage caused by rebursting the account nick list.
Fixed mistakenly skipping empty lines in MOTD files.
Fixed unregistering extbans when a module unloads.
InspIRCd v4.0.1 is now available, download it from the releases page.
The most notable changes in this release are:
Fixed the passforward module unnecessarily looking up connect class passwords from the config.
Fixed various minor documentation issues.
Updated the example tables for the sqloper module to include all core fields.
Updated the log_sql tables to use non-null columns.
InspIRCd v4.0.0 is now available, download it from the releases page.
This is the first stable v4 release which has been in development for five years. An overview of the changes in this release can be found on the docs site.
A big thanks goes out to all of the people who have contributed to this release.
InspIRCd v3.17.1 is now available, download it from the releases page.
The most notable changes in this release are:
Fixed erroneously showing RPL_CHANNELSMSG when the hidden channel list has been blocked.
Fixed not comparing server fingerprints case insensitively.
Fixed not sending ERR_USERNOTINCHANNEL when a user tries to give a prefix mode to a user not in the channel.
Fixed the mysql module not closing the TCP connection properly on connection failure.