Diff for "IrcServer"


Differences between revisions 5 and 9 (spanning 4 versions)
Revision 5 as of 2008-04-09 14:19:22
Size: 3947
Editor: cbf020
Comment: Major update, spelling corrections, better formats, better english.
Revision 9 as of 2015-04-30 11:47:39
Size: 4016
Editor: 55d4410b
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
|| [http://bahamut.dal.net/ austhex] || [http://bahamut.dal.net/ Bahamut ]||
|| [http://www.doc.ic.ac.uk/~aps100/dancer/ dancer-ircd] || [http://www.dal.net DreamForge] ||
|| [http://ircu.sourceforge.net/ IRCd] || [http://tr-ircd.sourceforge.net/ TR-IRCD] ||
|| [http://www.shadow-realm.org/ UltimateIRCd] || [http://www.unrealircd.com/ Unreal]||
|| [[http://bahamut.dal.net/|austhex]] || [[http://bahamut.dal.net/|Bahamut ]]||
|| [[http://www.doc.ic.ac.uk/~aps100/dancer/|dancer-ircd]] || [[http://www.dal.net|DreamForge]] ||
|| [[http://ircu.sourceforge.net/|IRCd]] || [[http://tr-ircd.sourceforge.net/|TR-IRCD]] ||
|| [[http://ngircd.barton.de|ngIRCd]] || ||
|| [[http://www.shadow-realm.org/|
UltimateIRCd]] || [[http://www.unrealircd.com/|Unreal]]||
Line 20: Line 21:
To install using the first method please take a look at [https://help.ubuntu.com/community/SoftwareManagement Installing Software]. To install using the first method please take a look at [[https://help.ubuntu.com/community/SoftwareManagement|Installing Software]].
Line 23: Line 24:
First download the software from [http://ircd-hybrid.com/ this site], then compile it using these commands: First download the software from [[http://ircd-hybrid.com/|this site]], then compile it using these commands:
Line 33: Line 34:
Given you complete these steps error free, you will be able to join your brand new server using your favorite ["InternetRelayChat"] Client. To join your server you would typically enter the following command; Given you complete these steps error free, you will be able to join your brand new server using your favorite [[InternetRelayChat]] Client. To join your server you would typically enter the following command;
Line 39: Line 40:
|| [http://www.anope.org/ Anope] || [http://www.anope.org/ Anope with MySQL]||
|| [http://www.inmean.com Auspice] || [http://www.epona.org/ Epona]||
|| [http://www.hybserv.net Hybserv] || [http://ircdefender.sourceforge.net IRC Defender] ||
|| [http://www.ircservices.esper.net/ Esper IRC Services] || [http://www.neostats.net/ NeoStats] ||
|| [http://srvx.sourceforge.net/ srvx] || ||
|| [[http://www.anope.org/|Anope]] || [[http://www.anope.org/|Anope with MySQL]]||
|| [[http://www.inmean.com|Auspice]] || [[http://www.epona.org/|Epona]]||
|| [[http://www.hybserv.net|Hybserv]] || [[http://ircdefender.sourceforge.net|IRC Defender]] ||
|| [[http://www.ircservices.esper.net/|Esper IRC Services]] || [[http://www.neostats.net/|NeoStats]] ||
|| [[http://srvx.sourceforge.net/|srvx]] || ||
Line 50: Line 51:
Before making your IRC server public it would be a good idea to install some network services for maintenance of the network. NickServ, ChanServ and MemoServ are services that you may be failure with from other networks. Before making your IRC server public it would be a good idea to install some network services for maintenance of the network. NickServ, ChanServ and MemoServ are services that you may be familiar with from other networks.
Line 81: Line 82:
CategoryDocumentation CategorySoftware ----
CategorySoftware

What this wiki will talk about?

I'm creating this wiki page trying to help people that want to install an IRC Server with Services(Nickserv,Chanserv and Memoserv) .There will be a list of some good servers softwares like bahamut or ircd-hybrid with an HOWTO for the installation of the server itself and services related to it, also ill make a related wiki with some informations about IRC commands that can be used both client and server side.(I'll do examples using ircd-hybrid as server software).

Available Server Software

How to install ircd-hybrid

There are two ways to install this software ,all of them are really easy :

  • Using synaptic with searching the word ircd-hybrid
  • Downloading the source and installing it

To install using the first method please take a look at Installing Software. For the second method please read on;

First download the software from this site, then compile it using these commands:

 tar zxvf filename.tar.gz
 cd /path/to/source
 ./configure
 make && make install

Note: Remember to edit the ircd.conf file to personalize your servers settings.

Given you complete these steps error free, you will be able to join your brand new server using your favorite InternetRelayChat Client. To join your server you would typically enter the following command;

 /server 127.0.0.1 

This was the easier part of this wiki page, now we can go on with installing services, there are a lot of different services software, here it is a list of some available:

Installing Services

Note: In this example we will use Epona.

Before making your IRC server public it would be a good idea to install some network services for maintenance of the network. NickServ, ChanServ and MemoServ are services that you may be familiar with from other networks.

Download the source from the Epona website and use the above method to compile them (as you did with the IRCd). Once you have completed that you will need to edit your services.conf which is used for information for the Services.

Inside that file you will have to fill all things that aren't yet filled in, take a look over and add some details to customize your network. If you want to take the simple option paste the following lines replacing your information.

Y:27:180:0:0:4000000
C:127.0.0.1:YourPwd:Services.LocalHost.Net::30
N:127.0.0.1:Yourpwd:Services.LocalHost.Net::30

U:Services.LocalHost.Net:*:*

H:*::Services.LocalHost.Net

Note: Services.LocalHost.Net is the services name used in the services.conf file

In the password space you will have to put the same password used in services.conf file.

Now just start up services using this command inside services folder :

 ./services

If there are no errors the services should connect to the network a couple of minutes later. If not you will need to look at the logs to find out what is wrong.

Thats all for now. Users and Operators commands wiki page available soon.


CategorySoftware

IrcServer (last edited 2017-09-26 15:58:33 by ckimes)