|
|
| Author |
Message |
wabz none

Joined: 15 Oct 2003 Posts: 1
|
Posted: Oct 31, 2003 7:08pm Post subject: Anope Services help |
|
|
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

Joined: 14 Oct 2003 Posts: 28
|
Posted: Oct 31, 2003 8:51pm Post subject: |
|
|
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

Joined: 18 Jun 2003 Posts: 521 Location: IRC
|
Posted: Nov 01, 2003 12:21pm Post subject: |
|
|
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
|
Posted: Dec 04, 2003 5:49am Post subject: Re: Anope Services help |
|
|
| 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

Joined: 04 Oct 2003 Posts: 321
|
Posted: Dec 04, 2003 4:09pm Post subject: |
|
|
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

Joined: 18 Jun 2003 Posts: 521 Location: IRC
|
Posted: Dec 04, 2003 5:33pm Post subject: |
|
|
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

Joined: 04 Oct 2003 Posts: 321
|
Posted: Dec 04, 2003 5:55pm Post subject: |
|
|
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

Joined: 04 Oct 2003 Posts: 321
|
Posted: Dec 04, 2003 7:37pm Post subject: |
|
|
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

Joined: 15 Jul 2003 Posts: 212
|
Posted: Dec 04, 2003 10:57pm Post subject: |
|
|
| ooh i know trystan. he used to talk on my net once in a while. |
|
| Back to top |
|
 |
Wiggle Newbie

Joined: 01 Nov 2003 Posts: 81
|
|
| Back to top |
|
 |
Hwy Guest
|
|
| Back to top |
|
 |
ShadowRage none

Joined: 16 Jun 2003 Posts: 10
|
Posted: Jan 13, 2004 7:39pm Post subject: hmm |
|
|
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

Joined: 17 Jul 2003 Posts: 181 Location: Canada
|
Posted: Feb 03, 2004 2:38am Post subject: |
|
|
| 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

Joined: 14 Jan 2004 Posts: 43
|
Posted: Feb 04, 2004 5:03am Post subject: |
|
|
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!
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
thumbs up for anope , btw it's their Bday (or was) 1 year |
|
| Back to top |
|
 |
al5001 Lurker

Joined: 17 Jul 2003 Posts: 181 Location: Canada
|
Posted: Feb 04, 2004 9:46pm Post subject: |
|
|
the best would be to find a way to set masked hostnames in bahamut then use bahamut+anope  |
|
| Back to top |
|
 |
|