Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

Anope Services help
Goto page 1, 2  Next
 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRCD & Network Services
Author Message
wabz
none
none


Joined: 15 Oct 2003
Posts: 1

PostPosted: Oct 31, 2003 7:08pm    Post subject: Anope Services help Reply with quote

hey I've just set up a modified version of Hybrid and set up Anope Services i aint ever done this before

But it all seems to be sucessful except for two things

I cant get /nickserv to work etc i have to /msg nickserv

(Any ideas I dont think it's that hard but my head hurts)

Second thing is my services bots arent auto opped on a channel and dont automatically reop themselves when they are deop'd any sugguestions?

Thanks Guys hope you can help
Back to top
anifinder
none
none


Joined: 14 Oct 2003
Posts: 28

PostPosted: Oct 31, 2003 8:51pm    Post subject: Reply with quote

I have virtually no experience with Hybrid IRCd, but I do know that, by default, support for forwarding aliases like /cs or /nickserv are not there. In UnrealIRCd, you can add aliases which forward to the proper services in the configuration file. I don't know how to do this Hybrid.
You should try contacting the support team/group/channel/forum and asking about it there; I'm sure they'd give you a much better answer than I can.
Back to top
U
Eleet
Eleet


Joined: 18 Jun 2003
Posts: 521
Location: IRC

PostPosted: Nov 01, 2003 12:21pm    Post subject: Reply with quote

You need to set up the IRCD to support the shortcuts.

If you're using unreal, there is an anope.conf that you can specify to load when the IRCd loads with all the aliases already in them.
Back to top
nobody
Guest





PostPosted: Dec 04, 2003 5:49am    Post subject: Re: Anope Services help Reply with quote

Quote:
Second thing is my services bots arent auto opped on a channel and dont automatically reop themselves when they are deop'd any sugguestions?


Yeah. Get auspices.
Back to top
zeke
Idler
Idler


Joined: 04 Oct 2003
Posts: 296

PostPosted: Dec 04, 2003 4:09pm    Post subject: Reply with quote

i recently changed services from auspice to anope, and I'm not goin back....auspice is crap...

Quote:
I cant get /nickserv to work etc i have to /msg nickserv


That is, as anifinder and U said, you need to configure Hybrid for aliases. As stated, Hybrid does not natively support this, although I understand there is a module available to assist.

Quote:
Second thing is my services bots arent auto opped on a channel and dont automatically reop themselves when they are deop'd any sugguestions?


Services need to be "U:Lined". It appears you haven't U:lined your services server, and for various reasons surrounding that, the services bots won't be able to set any modes unless they themselves are +o in the channel they are setting for. I won't claim to know anything or everything about Hybrid, I don't use it, never have, best place to ask is either Hybrid's support website, and the ever-trustworthy Google

Quote:
Yeah. Get auspices.


*cough*right before committing suicide*cough*
Back to top
U
Eleet
Eleet


Joined: 18 Jun 2003
Posts: 521
Location: IRC

PostPosted: Dec 04, 2003 5:33pm    Post subject: Reply with quote

Auspice is good only if you want chanserv in every single channel registered so you can make your network look like it has all those channels with one user in them.

At least, thats what I've heard about it. Never touched it myself and never would-anope works great.
Back to top
zeke
Idler
Idler


Joined: 04 Oct 2003
Posts: 296

PostPosted: Dec 04, 2003 5:55pm    Post subject: Reply with quote

auspice is good if
a) you want 20 services bots (before botservs)
b) you can backup dbs regularly
c) someone can restart it with those backed up dbs when it segfaults, messing up its db's

by default chanserv doesn't join the channels, tho both chanserv and botserv bots can be set to join+stay even when there are no users

auspice has many redundant services that anope and most other services packages support in OperServ (X, W are for what?!?)
eg:
AdminServ
Agent
MassServ
RootServ

auspice has numerous bugs, features that don't work when configured to, config options ignored, etc. Anope is performing up to scratch, and the only issues I've had with it I've put down to running dev versions
Back to top
zeke
Idler
Idler


Joined: 04 Oct 2003
Posts: 296

PostPosted: Dec 04, 2003 7:37pm    Post subject: Reply with quote

Hey, I just been browsing Anope forums, and found this:
http://www.anope.org/modules.php?name=Forums&file=viewtopic&t=705

Quote:
Here is the setup that I use when testing hybrid locally, perphas this will help you

etc/ircd.conf
Code:

connect {
name = "services.localhost.net";
host = "*";
send_password = "LiNk";
accept_password = "LiNk";
encrypted = no;
set_ulined = yes;
port = 7000;
hub_mask = "*";
class = "server";
autoconn = no;
};


services.conf
Code:

RemoteServer 127.0.0.1 7000 "LiNk"
ServerName "services.localhost.net"


_________________
Trystan
"Just my opinion, but I could be wrong"
Back to top
moonman
Lurker
Lurker


Joined: 15 Jul 2003
Posts: 212

PostPosted: Dec 04, 2003 10:57pm    Post subject: Reply with quote

ooh i know trystan. he used to talk on my net once in a while.
Back to top
Wiggle
Newbie
Newbie


Joined: 01 Nov 2003
Posts: 81

PostPosted: Dec 05, 2003 9:44am    Post subject: Reply with quote

Zeke, what you pasted were just the lines in the configs to link services to the server.

For a diff file adding services aliases, check http://ircd.botbay.net/pub/hybrid/3-Feature/services/6.3.1+services-command.diff - Of course this is for Hybrid 6.

This one is for Hybrid 7: http://ircd.botbay.net/pub/hybrid/3-Feature/services/h7-ratbox-services.tar.gz

I haven't tested this or checked this, it's first thing that came up on google.

So I don't know if it will be much help, but it's worth a try.
Back to top
Hwy
Guest





PostPosted: Jan 05, 2004 11:38am    Post subject: Reply with quote

The alias patch for hybrid 6 works fine, the hybrid 7/ratbox one is broken, so it's recommended you use the one provided with hybserv, which can be downloaded directly from the author at http://www.srce.hr/~kreator/sources/projects/hybserv/contrib/hybrid_services.c or on my archive at http://ircd.botbay.net/pub/hybrid/3-Feature/hybserv/hybrid_services.c
Back to top
ShadowRage
none
none


Joined: 16 Jun 2003
Posts: 10

PostPosted: Jan 13, 2004 7:39pm    Post subject: hmm Reply with quote

did you add services to your U:lines?
and there IS a way to do it, I forgot, but it's an option in the config IIRC
Back to top
al5001
Lurker
Lurker


Joined: 17 Jul 2003
Posts: 181
Location: Canada

PostPosted: Feb 03, 2004 2:38am    Post subject: Reply with quote

zeke wrote:
Hey, I just been browsing Anope forums, and found this:
http://www.anope.org/modules.php?name=Forums&file=viewtopic&t=705

Quote:
Here is the setup that I use when testing hybrid locally, perphas this will help you

etc/ircd.conf
Code:

connect {
name = "services.localhost.net";
host = "*";
send_password = "LiNk";
accept_password = "LiNk";
encrypted = no;
set_ulined = yes;
port = 7000;
hub_mask = "*";
class = "server";
autoconn = no;
};


services.conf
Code:

RemoteServer 127.0.0.1 7000 "LiNk"
ServerName "services.localhost.net"


_________________
Trystan
"Just my opinion, but I could be wrong"


This:

set_ulined = yes;

is invalid, hybrid does not use the same type of uline...

U:line on hybrid is shared klines

the services changes modes in channel using "server op" method, much the same way that happens when you link servers and one does this:
* server.domain.com sets mode: -o nick

to change topic, chanserv has to join the room, get opped by services server using server op then change topic, since hybrid has no dreamforge-type uline support
Back to top
Jay
none
none


Joined: 14 Jan 2004
Posts: 43

PostPosted: Feb 04, 2004 5:03am    Post subject: Reply with quote

trouble with setting up anope, ask yur question on the forum or visit the IRC channel. There are a lot of great people to help you out! Smile

I'm not really into hybrid so I can't help you out.

as for anope services, they run great, smooth and without any problem Wink
thumbs up for anope , btw it's their Bday (or was) 1 year
Back to top
al5001
Lurker
Lurker


Joined: 17 Jul 2003
Posts: 181
Location: Canada

PostPosted: Feb 04, 2004 9:46pm    Post subject: Reply with quote

the best would be to find a way to set masked hostnames in bahamut then use bahamut+anope Razz
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRCD & Network Services All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer