Page 1 of 2

Nick and Chan Services?!

Posted: Tue Mar 09, 2004 10:37 pm
by Platinum
hi first of all GUYS the IRCd ownz! nice job!

secund i have problem i hope someone can help me...

i want to run nick,chan and other services when i do /nickserv help i get

Services are currently down. Please try again later.

please tell me how to turn it ON..

thx in advance and keep up good work!
Plat

Posted: Tue Mar 09, 2004 10:58 pm
by aquanight
You have to download a service package like Auspice or Epona. Then install it, edit the configuration for the services, then add a link block to unrealircd.conf for the services, then run the services daemon. You should see something like:

--my.irc.net-- *** LocOps - Link services.irc.net (127.0.0.1) established.
--my.irc.net-- *** LocOps - Link services.irc.net (127.0.0.1) is now synched.

You might also see UnrealIRCd complaining about protocol versions. Also, some services (like Epona) don't support the End-Of-Synch command used by UnrealIRCd to notify of a completely successful uplink, in which case you won't see the "is now synched" message, but the services will still be there.

To enable /nickserv blah, you need to include one of the aliases files appropriate to the services you are running.

This is because most newer service daemons run as psuedo-servers. Thus, to make them work properly, you need a C:Line, N:Line, H:Line, and U:Line for the services. (In UnrealIRCd, this is the link and ulines block. !!! Remeber the "link::hub *;" directive or OperServ JUPE will cause UnrealIRCd to drop the link !!!)

Posted: Tue Mar 09, 2004 11:09 pm
by Platinum
thx u very much m8!

i will tray that

Posted: Wed Mar 10, 2004 12:15 am
by codemastr
In the future, please try and post things in the appropriate forum. This is clearly a services question.

Posted: Wed Mar 10, 2004 9:26 am
by ctn|chrisw
Epona is no longer in developement. It was taken over by anope. I used anope and love it. You can get it at http://www.anope.org

Posted: Wed Mar 10, 2004 2:32 pm
by aquanight
ctn|chrisw wrote:Epona is no longer in developement. It was taken over by anope. I used anope and love it. You can get it at http://www.anope.org
Anope doesn't run on Windows.

Posted: Wed Mar 10, 2004 2:35 pm
by Sjef
aquanight wrote:
ctn|chrisw wrote:Epona is no longer in developement. It was taken over by anope. I used anope and love it. You can get it at http://www.anope.org
Anope doesn't run on Windows.
There's an Anope ported to Wincrap.

http://www.wircds.net

Posted: Wed Mar 10, 2004 10:17 pm
by Platinum
Hi guys thx for fast respons

i downloaded AlterServ services and i get error like :

*** LocOps -- Link denied for services.test.ath.cx([email protected]) (No link block named 'services.test.ath.cx') [@xxx.xx.xx.xx.3660]

whats the probleem?!

thx in advance!

Posted: Wed Mar 10, 2004 11:31 pm
by aquanight
Add to unrealircd.conf:

Code: Select all

link services.test.ath.cx {
user *;
host *;
bind-ip "127.0.0.1";
hub *; # OperServ JUPE will NOT work without!
pass-connect "blah";
pass-receive "blah";
};

ulines {
"services.test.ath.cx";
};
Modify blocks as necessary.

Posted: Thu Mar 11, 2004 12:21 am
by aquanight
Sjef wrote:There's an Anope ported to Wincrap.
The only problem I have with services is that I have to start them manually. On Windows XP Pro, this is very irritating, because I have to put them in Startup and basically log in before they'll run.

That's why I'm going to write my own services (based on Epona, since I can't seem to d/l Anope right now) which will run as an NT Service (i.e. in the background).

Posted: Thu Mar 11, 2004 12:35 am
by Platinum
yes working nice now! thx alot guys!!!

Posted: Thu Mar 11, 2004 7:21 am
by penna
aquanight there is no need to use firedaemons they can run any program as a service

Posted: Thu Mar 11, 2004 2:37 pm
by aquanight
Will it properly shutdown the service (SIGTERM, etc), or does it just terminate the thing in the middle of a DB Save?

Posted: Thu Mar 11, 2004 4:25 pm
by Ron2K
Just do what I do - try it and see. (I'll try it out this evening and let you know what the results are tomorrow morning.)

Services

Posted: Mon Mar 15, 2004 4:23 am
by jewles
Hmmm... What a waste of 5 mins of reading. Unreal doesn't support services... sorry you all have to face fact.