Difference between revisions of "UnrealIRCd"

From IRC Wiki
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 39: Line 39:
==Configuring UnrealIRCd:==
==Configuring UnrealIRCd:==


To function properly, UnrealIRCd requires: A Conf, Motd, Rules, Opermotd
In order for UnrealIRCd to fuction it mainly needs one main config file: unrealircd.conf


===UnrealIRCd.Conf===
===UnrealIRCd.Conf===
An example of an UnrealIRCd Config file, can be viewed by click [[Unreal Conf|here]]
An example of an UnrealIRCd Config file, can be viewed by click [[Unreal Conf|here]]
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


===UnrealIRCd MOTD File===
===UnrealIRCd MOTD File===

Revision as of 01:09, 11 April 2010

270pxunrealircdlogo.png

UnrealIRCd Infomation

Website:

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:

  • C

Platform:

  • Linux, BSD, Apple OS X, Solaris, Windows

License:

  • General public license.

Supported IRC Services:

Supported Extended Services:

Latest Stable Release: 3.2.8.1, And that can be downloaded by clicking:

  • here -=- for 3.2.8.1 Windows
  • here -=- for 3.2.8.1 tar.gz

Configuring UnrealIRCd:

In order for UnrealIRCd to fuction it mainly needs one main config file: unrealircd.conf

UnrealIRCd.Conf

An example of an UnrealIRCd Config file, can be viewed by click here

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


UnrealIRCd MOTD File

An example of an UnrealIRCd MOTD, can be viewed by clicking here

UnrealIRCd Rules File

An example of an UnrealIRCd Rules file, can be viewed by clicking Here

UnrealIRCd OperMOTD File

An example of an UnrealIRCd OperMOTD file, can be viewed by clicking Here


Compiling UnrealIRCd

Click here, for a guide that demonstrates how to compile UnrealIRCd on Linux


UnrealRCd Channel Protection

How can UnrealIRCd protect your server and channels?

UnrealIRCd has a variety of modes that can protect your channels. Click Here to view them.