InspIRCd v3.1.0 released!

Posted by ~Sadie on May 17 2019

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

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

  • Fixed a crash in the silence module when built with older GCCs.
  • Fixed an inverted condition in the commonchans module which made the module not work.
  • Fixed pending X-lines only being applied to a single user.
  • Added support for disabling a STS policy for users in specific connect classes.
  • Added support for the IRCv3 Message IDs specification.

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.0.1 released!

Posted by ~Sadie on May 10 2019

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

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

  • Fixed building on NetBSD.
  • Fixed building on Windows.
  • Fixed building with older libc implementations.
  • Fixed setting a distribution label.
  • Fixed higher <maxlist> values not being shown in MAXLIST.

No 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.0.0 released! 🎉

Posted by ~Sadie on May 03 2019

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

This release contains many major new enhancements. Some of which include:

  • Full support for all currently ratified IRCv3 extensions.
  • Support for WebSocket connections.
  • Support for the bcrypt and PBKDF2 password hashing algorithms.
  • Support for the WHOX extension.
  • Support for UNIX socket connections.
  • Support for the HAProxy PROXY protocol.
  • Many performance improvements.

To upgrade from v2 please consult our list of config changes.

A big thanks goes out to all of the people who have contributed to this release and to prawnsalad of KiwiIRC for funding my last year of InspIRCd development.


New documentation site

Posted by ~Sadie on May 03 2019

InspIRCd’s documentation has a new home!

We’re retiring our old wiki in favour of a new GitHub-based docs site at docs.inspircd.org.

All documentation has been rewritten from scratch and should be more complete and reliable than the old wiki. Documentation for the upcoming v3.0.0 release has also been added.

If something is missing from the new site then please request for it to be added on IRC or file an issue on our new docs issue tracker.


v2.0.27 released!

Posted by ~Sadie on November 06 2018

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

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

  • Clients connecting via m_cgiirc will no longer have the wrong IP address shown in messages.
  • Several bugs in the WHO implementation and documentation have been fixed.
  • The configure checks for eventfd(), <stdint.h>, and strlcpy() have been fixed.

All users are recommended to upgrade.