connect

These are old archives. They are kept for historic purposes only.
Post Reply
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

connect

Post by Bronx AnarchY »

hi, I have two servers, and I linked they, But I want, who connect irc or irc2, I dont see connect notice if user connect irc2,

or I want command for who connected my other server
Mark
Posts: 57
Joined: Mon Dec 26, 2005 4:01 pm

Post by Mark »

If I understand correctly, you want to see users connecting on the other server.. If so; /mode yournick +s +F
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

yes I want it

Post by Bronx AnarchY »

yes I want it

thanx but +F is unknown flag
Mark
Posts: 57
Joined: Mon Dec 26, 2005 4:01 pm

Post by Mark »

The +F is a snomask, so you need to do /mode yournick +s +F. This way, you will set the snomask +F.
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

thnx mark

Post by Bronx AnarchY »

* bo sets mode: -z
-
Server notice mask (+kcfFvGqso)

But I dont still see who connect my other server
Ron2K

Post by Ron2K »

Snomask +F doesn't show connects from u-lined servers.

(Your ordinary servers shouldn't be u-lined in the first place, and probably aren't, but I'm mentioning this anyway.)
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

how

Post by Bronx AnarchY »

how I can see ?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

To view a list of U:Lined servers type /stats U and you should get the following:
U services.domain
End of /STATS report
Where services.domain is the name of the U:Lined server.

On a network consists of ONLY IRCd servers without services there shouldnt be any servers listed.

Another way to check is to look in your unrealircd.conf files for something similar to the following:

Code: Select all

ulines {
	services.domain;
};
The only server names that should be listed there is the names of a stats server and/or a services server and NOT normal IRCd servers.

NOTE: You may have to /oper before you can use /stats U depending on the configuration of your servers. eg. /oper user pass
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

Post by Bronx AnarchY »

My first servers uline,

ulines {
Services.KonyaChat.Com;
Koruma.KonyaChat.Com;
Irc2.KonyaChat.Com;
};

and me;

me {
name "Irc.KonyaChat.Com";
info "KonyaChat.Com IRC Sunucusu";
numeric 1;
};


my second servers uline;

ulines {
Services.KonyaChat.Com;
Koruma.KonyaChat.Com;
Irc.KonyaChat.Com;
};

and me;

me {
name "Irc2.KonyaChat.Com";
info "KonyaChat.Com IRC Sunucusu";
numeric 3;
};
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Change:

Code: Select all

ulines {
        Services.KonyaChat.Com;
        Koruma.KonyaChat.Com;
        Irc2.KonyaChat.Com;
};
To:

Code: Select all

ulines {
        Services.KonyaChat.Com;
        Koruma.KonyaChat.Com;
};
And change:

Code: Select all

ulines {
        Services.KonyaChat.Com;
        Koruma.KonyaChat.Com;
        Irc.KonyaChat.Com; 
};
To:

Code: Select all

ulines {
        Services.KonyaChat.Com;
        Koruma.KonyaChat.Com;
};
And then if you have the snomasks cF set by doing /mode yournick +s +cF you should get a notice of a user connecting on either server.

As i beleive from what i've read a U:Lined server is one that has extra abilities that a services or stats server requires where as normal IRCd servers do not require these abilities and so shouldnt be givern them.
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

Post by Bronx AnarchY »

thnx,
I changed my U lines,

but my problem always.

* BarT sets mode: -z
-
Server notice mask (+kcfFvGqso)
-

and I cannt see :(
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

The only thing i have left that i can suggest is that the servers havnt successfully linked.

To find out do /map and you should have results similar to:
alpha.mdbnet.co.uk (1) 1
|-services.mdbnet.co.uk (11)
`-bravo.mdbnet.co.uk (0) 2
End of /MAP
By the way for reference my network consists of 2 servers and a services server.

You should see both Irc2.KonyaChat.Com and Irc.KonyaChat.Com listed in that result. If you dont the servers arnt linked.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Disconnect and relink the servers after changing the ulines block.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

thnx

Post by Bronx AnarchY »

very thanx, I see now all connect :)
Post Reply