[IRCServices] [NickServ doesn't change Nicknames /killUsers]Update

Dylan v.d Merwe dylanvdm at icon.co.za
Sun May 4 03:18:48 PDT 2003


No. An ircd should never be U-lined. I have witnessed (as well as heard of)
some very "interesting" scenareos when this happens, and the outcome isn't
very pleasant. Only services and stats servers should be U-lined.

On server A:
    - U-line for services
    - connect{} block for services

On server B:
    - U-line for services


Server A:

link            services.network.net
{
 username *;
 hostname  <ip address>;
 bind-ip  *;
 port   4000;
 hub             *;
 password-connect "blah";
 password-receive "blah";
 class           servers;
};


ulines {
 services.network.net;
};


Server B:

ulines {
 services.network.net;
};


BOTH servers:

set {
services-server "services.network.net";
};


Dylan.



----- Original Message -----
From: "Finny Merrill" <griever at t2n.org>
To: "IRC Services General Mailing List" <ircservices at ircservices.za.net>
Sent: Sunday, May 04, 2003 12:41 AM
Subject: Re: [IRCServices] [NickServ doesn't change Nicknames
/killUsers]Update


> On Sun, 04 May 2003 01:37:12 +0300, Jamie Johnstone <jj50sa at hotmail.com>
> wrote:
>
> >
> > No, as in you need U:Lines for ALL servers as well as services, example:
>
> That's dangerous and shouldn't be needed anyway
> ------------------------------------------------------------------
> To unsubscribe or change your subscription options, visit:
> http://www.ircservices.za.net/mailman/listinfo/ircservices