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.


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.