InspIRCd

From IRC Wiki
Revision as of 15:34, 5 April 2011 by Bertrum (talk | contribs)
Jump to navigation Jump to search
InspIRCd
Inspircd.jpg
Programming language: C++
Platform: Linux, Windows, BSD, Apple OS X
Status: Active
Based on: Written from scratch[1]
License: GNU General Public License[1]
Latest release: 2.0.3 & 1.2.8
Homepage: http://www.inspircd.org

InspIRCd is an IRC daemon written entirely from scratch, it is one of the few IRC daemons to be written in C++ and it was released under the GNU General Public License.[1] InspIRCd is the second most used IRC daemon according to the ranking on SearchIRC. The first stable release of InspIRCd was in 2002.

Features

Due to its modularity, InspIRCd offers runtime reloadable core commands and can be extended with custom functionality without bloating the thin core which allows for very customized installations. For Windows users, it offers a GUI not only for starting/stopping the IRCd but also for creating a configuration file automatically by asking the user for the desired values.[2]

Other interesting features are Linux epoll support and Windows IOCP support for good performance even with a vast amount of simultaneous connections, a regular expressions spam filter and abstract oper classes with different assigned rights for easy oper management especially for a larger staff.[3]

InspIRCd has its own m_dsnbl module that offers proxy scanner functionally, similar to BOPM.

Usage & Popularity

According to SearchIRC.com, it is, following UnrealIRCd, the second-to-most popular IRCd on networks crawled by [1]]. At some point, Unreal developers considered forking InspIRCd for the new Unreal 4 release,[4] but ultimatively they dropped that idea again in favour of something new written from scratch.[5]

A bigger network where it is currently in use is [2], which is also the one that drives development.[1]

InspIRCd is most commonly used along side Anope and Atheme services packages[Source?] but can also be used with various others such as IRC Services.

Supported IRC Services

Supported Extended Services

References