Difference between revisions of "UnrealIRCd"

From IRC Wiki
Jump to navigation Jump to search
(update version to 3.2.10.2)
 
(27 intermediate revisions by 6 users not shown)
Line 1: Line 1:
http://img248.imageshack.us/img248/7070/270pxunrealircdlogo.png
{{Software|name=UnrealIRCd
==UnrealIRCd Infomation==
|logo=[[File:unreal.png|250px]]
'''Website:'''
|homepage=http://www.unrealircd.com/
* http://www.unrealircd.com
|release=[http://www.unrealircd.com/downloads.php 3.2.10.2]
|programming_language={{Programming languages/C}}
|platform=Linux, BSD, Mac OS X, Solaris, Windows
|license={{Licenses/GPL}}
|status=Active
|based_on=EliteIRCd<ref name="fork">http://cvs.unrealircd.com/cgi/viewcvs.cgi/*checkout*/unreal/doc/unrealircd.doc?rev=1.1</ref>
}}


'''Bio:'''
* UnrealIRCd is an open source IRC daemon which was orginally a fork of EliteIRCd.
* Development of UnrealIRCd began around May 1999.
* UnrealIRCd is one of the most popular, and most used IRCd's available.
* UnrealIRCd is commonly used alongside the [[Anope]] services package, although UnrealIRCd is capable of linking with other services, such as: [[Atheme]] and [[IRC Services]]
* UnrealIRCd can also be used with [[Denora]] and [[NeoStats]] which will both provide statistics for the IRC server.


'''Programming Language:'''
'''UnrealIRCd''' is an [[IRC daemon]] forked from [[EliteIRCd]]<ref name="fork"/> (which is a [[DreamForge]] fork) written in C and released under the terms of the GNU General Public License (GPL). UnrealIRCd is very popular amongst small networks and less experienced users and out of those networks indexed by [http://www.searchirc.com SearchIRC], it [http://searchirc.com/ircd-versions ranks #1 in servers using it].
* C


'''Platform:'''
===Usability===
* Linux, BSD, Apple OS X, Solaris, Windows
UnrealIRCd is commonly used alongside the [[Anope]] [[IRC services|services package]], although UnrealIRCd is supported of a wide range of other services, such as [[Atheme]] and [[Services for IRC Networks|IRC Services]]. UnrealIRCd can also be used with the [[Extended IRC services|extended services]] [[Denora]] and [[NeoStats]] which will both provide statistics for the IRC server.


'''License:'''
===History===
* General public license.
Development of UnrealIRCd began around May 1999. UnrealIRCd is a fork of [[EliteIRCd]] (Which is a fork of [[DreamForge]]). From 2008 to 2012 development of UnrealIRCd had slowed down considerably and in 2009 the project saw a number of developers quitting<ref>http://forums.unrealircd.com/viewtopic.php?t=6175</ref><ref>http://www.unrealircd.com/index.php?mode=archive</ref> with plans for new major releases (drastic changes or even a total recode from scratch) often changing.<ref>http://forums.unrealircd.com/viewtopic.php?f=1&t=4469&p=22808#p22808</ref><ref>http://forums.unrealircd.com/viewtopic.php?t=5709</ref> In December 2012, it was announced that development had started on a 3.4 version that is expected to be ready somewhere in 2014<ref>http://forums.unrealircd.com/viewtopic.php?t=8122</ref>. In the meantime, the 3.2.x stable series are still maintained.


'''Supported IRC Services:'''
===Exploit===
* [[Anope]]
It was discovered in June 2010 that the Unreal3.2.8 tarball on some of their mirrors had a trojan in it, that allowed any user, regardless of privileges to execute commands. It is believed the trojan was placed in the tar.gz in November 2009.<ref>http://www.unrealircd.com/txt/unrealsecadvisory.20100612.txt</ref> However the UnrealIRCd team have implemented counter measures to prevent this happening again.<ref>http://forums.unrealircd.com/viewtopic.php?t=6566</ref>
* [[Epona]]
 
===Latest releases===
Unreal 3.2.10 was released on Christmas 2012<ref>http://forums.unrealircd.com/viewtopic.php?f=2&t=8122</ref>, followed by version 3.2.10.1 on April 5th, 2013<ref>http://forums.unrealircd.com/viewtopic.php?f=2&t=8159&p=36736</ref> and 3.2.10.2 on November 23, 2013<ref>forums.unrealircd.com/viewtopic.php?t=8221</ref>. These latest releases added support for ESVID, CAP, away-notify-, account-notify, server-side MLOCK, SSL client certificate fingerprint authentication, and more<ref>http://www.unrealircd.com/txt/unreal3_2_10_release_notes.txt</ref>.


'''Supported Extended Services:'''
== Supported [[Extended Services]] ==
* [[BOPM]]
* [[BOPM]]
* [[Defender]]
* [[Defender]]
Line 31: Line 32:
* [[Omega]]
* [[Omega]]


'''Latest Stable Release:''' 3.2.8.1, And that can be downloaded by clicking:
==See also==
* [http://www.unrealircd.com/downloads/unreal/5/25 here] -=- for 3.2.8.1 Windows
* [[Anope]]
* [http://www.unrealircd.com/downloads/unreal/3/24 here] -=- for 3.2.8.1 tar.gz
* [[BOPM]]
 
* [[DreamForge]]
----
* [[InspIRCd]]
 
* [[Unreal Compile Guide]]
==Configuring UnrealIRCd:==
 
UnrealIRCd requires an unrealircd.conf file in order for it to work properly, below you can see an example of a very basic unrealircd.conf.
 
===UnrealIRCd.Conf===
An example of an UnrealIRCd Config file, can be viewed by click [[Unreal Conf|here]]
 
===Other UnrealIRCd files===
There are serveral other config files that can be incorporated into UnrealIRCd, Such as:
 
* motd.ircd - (Message of the Day) - Displayed upon connection.
* rules.ircd - (Server Rules) - Displayed when user types: /rules
* opermotd.ircd - (Operator Message of the Day) - Displayed if a client is using the +oO usermodes and types: /opermotd
* botmotd.ircd - (Bot Message of the Day) - Displated if a client uses the +B usermode or types: /botmotd
 
Examples of each of some of these files can be found below
 
====UnrealIRCd MOTD File====
An example of an UnrealIRCd MOTD,  can be viewed by clicking [[Unreal Motd|here]]
 
====UnrealIRCd Rules File====
An example of an UnrealIRCd Rules file, can be viewed by clicking [[Unreal Rules File|Here]]
 
====UnrealIRCd OperMOTD File====
An example of an UnrealIRCd OperMOTD file, can be viewed by clicking [[Unreal Oper Motd|Here]]
 
==Compiling UnrealIRCd==
 
Click [[Unreal Compile Guide|here]], for a guide that demonstrates how to compile UnrealIRCd on Linux
 
----


==UnrealRCd Channel Protection==
== References ==
{{reflist}}


How can UnrealIRCd protect your server and channels?


UnrealIRCd has a variety of modes that can protect your channels. Click [[Unreal Modes|Here]] to view them.
[[Category:Software]][[Category:IRC server software]][[Category:C]][[Category:Active]]

Latest revision as of 17:39, 25 November 2013

UnrealIRCd
Unreal.png
Programming language: C
Platform: Linux, BSD, Mac OS X, Solaris, Windows
Status: Active
Based on: EliteIRCd[1]
License: GNU General Public License
Latest release: 3.2.10.2
Homepage: http://www.unrealircd.com/


UnrealIRCd is an IRC daemon forked from EliteIRCd[1] (which is a DreamForge fork) written in C and released under the terms of the GNU General Public License (GPL). UnrealIRCd is very popular amongst small networks and less experienced users and out of those networks indexed by SearchIRC, it ranks #1 in servers using it.

Usability

UnrealIRCd is commonly used alongside the Anope services package, although UnrealIRCd is supported of a wide range of other services, such as Atheme and IRC Services. UnrealIRCd can also be used with the extended services Denora and NeoStats which will both provide statistics for the IRC server.

History

Development of UnrealIRCd began around May 1999. UnrealIRCd is a fork of EliteIRCd (Which is a fork of DreamForge). From 2008 to 2012 development of UnrealIRCd had slowed down considerably and in 2009 the project saw a number of developers quitting[2][3] with plans for new major releases (drastic changes or even a total recode from scratch) often changing.[4][5] In December 2012, it was announced that development had started on a 3.4 version that is expected to be ready somewhere in 2014[6]. In the meantime, the 3.2.x stable series are still maintained.

Exploit

It was discovered in June 2010 that the Unreal3.2.8 tarball on some of their mirrors had a trojan in it, that allowed any user, regardless of privileges to execute commands. It is believed the trojan was placed in the tar.gz in November 2009.[7] However the UnrealIRCd team have implemented counter measures to prevent this happening again.[8]

Latest releases

Unreal 3.2.10 was released on Christmas 2012[9], followed by version 3.2.10.1 on April 5th, 2013[10] and 3.2.10.2 on November 23, 2013[11]. These latest releases added support for ESVID, CAP, away-notify-, account-notify, server-side MLOCK, SSL client certificate fingerprint authentication, and more[12].

Supported Extended Services

See also

References