个人工具

UbuntuHelp:IrcServer

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:25的版本 (New page: {{From|https://help.ubuntu.com/community/IrcServer}} {{Languages|php5}} === What this wiki will talk about? === I'm creating this wiki page trying to help people that want to install an I...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

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

|| austhex7.5.p11||http://bahamut.dal.net/%7C%7C || Bahamut 1.8.3||http://bahamut.dal.net/%7C%7C || dancer-ircd 1.0||http://www.doc.ic.ac.uk/~aps100/dancer/%7C%7C || DreamForge 4.6.7||http://www.dal.net%7C%7C || IRCd 2.10.3p3||http://www.irc.org/%7C%7C || IRCd 2.10.10||http://ircu.sourceforge.net/%7C%7C || TR-IRCD 5.7.3||http://tr-ircd.sourceforge.net/%7C%7C || UltimateIRCd 3.0.0||http://www.shadow-realm.org/%7C%7C || Unreal 3.2.4||http://www.unrealircd.com/%7C%7C

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

I think that i dont need to explain the first way, so lets view the second one. First download the software at this site ,then compile it using these commands:

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

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

After you have done these steps without getting errors ,you will be able to join your brand new server using of course your favourite Irc Client. To enter inside just open a new server tab and write this :
<pre> 
 /server 127.0.0.1 
</code>
This was the easier part of this wiki page, now we can go on with services, there are a lot of different services software ,here it is a list of them:

|| Anope 1.7.14 ||http://www.anope.org/||
|| Anope 1.7.14 MySQL||http://www.anope.org/||
|| Auspice 2.8 Beta ||http://www.inmean.com/default.asp||
|| Epona 1.4.14 ||http://www.epona.org/||
|| Epona 1.4.14 diff ||http://www.epona.org/||
|| Hybserv2 1.9.2 ||http://www.hybserv.net/||
|| IRC Defender 1.3.6 ||http://ircdefender.sourceforge.net||
|| IRC Services 4.5.40 ||http://www.ircservices.esper.net/||
|| NeoStats 2.5.3 ||http://www.neostats.net/||
|| srvx 1.1.2 ||http://srvx.sourceforge.net/||

=== How to install Ircd services(I'll use epona services for this example) ===

Before thinking of how you can connect the services to the server , we have to say something before. Now you only have to download and compile the source like we have done above.(./configure - make && make install).
After you have finished with this first part we can start editing the file services.conf that will store informations regarding the server where services have to be connected.
Inside that file you will have to fill all things that arent yet filled, adding some informations about the password that will be used later for the connection, or the server address and much more.
But in this page ,ill explain what you have to do inside the ircd.conf file to link services to the server. Thats not hard ,just copy and paste this lines 
<pre> 
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
</code>

'''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 :

<pre> 
 ./services
</code>

If you have done a good work ,services will be connected after few minutes to the server ,if not you will find insde log folder ,the log regarding errors found at startup.

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

CategoryDocumentation

[[category:UbuntuHelp]]