Difference between revisions of "InspIRCd"

From IRC Wiki
Jump to navigation Jump to search
m (Some cosmetic changes.)
Line 2: Line 2:
|logo=[[File:inspircd.jpg]]
|logo=[[File:inspircd.jpg]]
|homepage=http://www.inspircd.org
|homepage=http://www.inspircd.org
|release=2.0.5<ref>https://github.com/inspircd/inspircd/downloads</ref>  & 1.2.8<ref>https://github.com/inspircd/inspircd/downloads</ref>   
|release=2.0.5<ref name="ReferenceA">https://github.com/inspircd/inspircd/downloads</ref>  & 1.2.8<ref name="ReferenceA"/>   
|programming_language={{Programming languages/C++}}
|programming_language={{Programming languages/C++}}
|platform=Linux, Windows, BSD, Apple OS X
|platform=Linux, Windows, BSD, Apple OS X
Line 10: Line 10:
}}
}}


'''InspIRCd''' is an [[IRC daemon]] written entirely from scratch, it is one of the few [[IRC daemon|IRC daemons]] to be written in C++ and it was released under the GNU General Public License.<ref name="hp">http://www.inspircd.org/</ref> InspIRCd is the second most used [[IRC daemon]] according to the ranking on [http://searchirc.com/ircd-versions SearchIRC]. The first stable release of InspIRCd was in 2002.
'''InspIRCd''' is an [[IRC daemon]] written entirely from scratch, it is one of the few [[IRC daemon]]s to be written in C++ and it was released under the GNU General Public License.<ref name="hp">http://www.inspircd.org/</ref> InspIRCd is the second most used [[IRC daemon]] according to the ranking on [http://searchirc.com/ircd-versions SearchIRC]. The first stable release of InspIRCd was in 2002.


InspIRCd has recently moved to [http://github.com/inspircd GitHub]. However, not all of the InspIRCd wiki pages have been moved over yet. Meanwhile, a copy of the wiki can be found on the [http://web.archive.org/web/20110726181926/http://wiki.inspircd.org/Introduction Internet Archive].
InspIRCd has recently moved to [http://github.com/inspircd GitHub]. However, not all of the InspIRCd wiki pages have been moved over yet. Meanwhile, a copy of the wiki can be found on the [http://web.archive.org/web/20110726181926/http://wiki.inspircd.org/Introduction Internet Archive].
Line 30: Line 30:
==Releases==
==Releases==
InspIRCd is currently available in two stable branches:
InspIRCd is currently available in two stable branches:
*1.2.8<ref>https://github.com/inspircd/inspircd/downloads</ref>
*1.2.8<ref name="ReferenceA"/>
*2.0.5<ref>https://github.com/inspircd/inspircd/downloads</ref>
*2.0.5<ref name="ReferenceA"/>


*2.0.6rc1 and 1.2.9rc1 are both available too.<ref>https://github.com/inspircd/inspircd/downloads</ref>
*2.0.6rc1 and 1.2.9rc1 are both available too.<ref name="ReferenceA"/>


==Supported [[IRC Services]]==
==Supported IRC Services==
* [[Anope]]
* [[Anope]]
* [[Atheme]]
* [[Atheme]]
* [[Services for IRC Networks|IRC Services]]
* [[Services for IRC Networks|IRC Services]]


==Supported [[Extended Services]]==
==Supported Extended Services==
* [[BOPM]]
* [[BOPM]]
* [[Denora]]
* [[Denora]]

Revision as of 04:49, 6 May 2012

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.5[2] & 1.2.8[2]
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.

InspIRCd has recently moved to GitHub. However, not all of the InspIRCd wiki pages have been moved over yet. Meanwhile, a copy of the wiki can be found on the Internet Archive.

Prominent 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.[3]

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.[4]

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

Usage & Popularity

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

A bigger network where it is currently in use is ChatSpike, 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.

Releases

InspIRCd is currently available in two stable branches:

  • 2.0.6rc1 and 1.2.9rc1 are both available too.[2]

Supported IRC Services

Supported Extended Services

References