mIRC Homepage
Posted By: Deep3D Beware IRCd! - 22/12/02 11:43 AM
Hi, am trying to link two Beware IRCd servers. But, what are the link "command" or line? confused
Posted By: Watchdog Re: Beware IRCd! - 22/12/02 01:00 PM
Have you set up C and N lines yet?

If so the command is usually /connect irc.server1.blah PORT irc.server2.blah

Check also if your IRCd has an autoconnect function as this will save some hard yakka.
Posted By: Deep3D Re: Beware IRCd! - 22/12/02 01:44 PM
humm..

i have this line.. the accepting thing..
C:127.0.0.1:pass:services.server.name::20

but the connect to another server thing.. what is that?

bah, my english suck.. sorry.. :tongue:
Posted By: MonoSex Re: Beware IRCd! - 22/12/02 03:07 PM
You need N: line, same syntax.

btw. that should be in the docs or example.conf...
Posted By: Watchdog Re: Beware IRCd! - 22/12/02 03:16 PM
The C and N lines (like what you pasted) are what each server uses to tell what you allow it to link to and what to allow to link to it, one is incoming and one is outgoing, and both are needed because the IRCd has to approve of an incoming link or reject it. This stops just anyone linking as they please to your server. The outgoing one is simply you telling your server to connect to another.

The /connect command you asked about is what you type in mIRC to get the servers to connect and synchronise. Though this isn't needed if the IRCd has a function that allows automated connecting.
Posted By: Deep3D Re: Beware IRCd! - 22/12/02 03:31 PM
ok, thanks.. grin
Posted By: _D3m0n_ Re: Beware IRCd! - 24/12/02 01:27 AM
hmmmm ive looked all thru my mirc and cant find c and n lines anywhere LMAO
Posted By: Deep3D Re: Beware IRCd! - 24/12/02 01:35 AM
hehe, there are no c or n lines in mirc. because beward ircd is an irc server software. if you don't know that.. :tongue:
Posted By: _D3m0n_ Re: Beware IRCd! - 24/12/02 01:38 AM
lol uhuh im aware its server software .... but um i was wisecracking that this is a mirc discussion board not a ircd server one ...... sorry if it went right over ur head
Posted By: Deep3D Re: Beware IRCd! - 24/12/02 01:44 AM
hehe.. but i need pepoles knowledge. grin am trying to link two servers.. and i can't find the line to connect to the other server that am trying to link. humm, this get's confusing, but anyway.. what are the line?! can somone tell me.. plz.. :tongue:
Posted By: _D3m0n_ Re: Beware IRCd! - 24/12/02 01:49 AM
well unfortunatly i am only familiar with Unrealircd Link lines ..... which is now written in C .... they dont use the old c and n lines anymore ..... altho im always up for learning new tricks ... is it windows server or linux shell server?
Posted By: Deep3D Re: Beware IRCd! - 24/12/02 01:54 AM
It's a windows server.. Am trying to link these two servers.. and am not giving up on it.. wink

http://bewareircd.cjb.net/
Posted By: _D3m0n_ Re: Beware IRCd! - 24/12/02 02:01 AM
ok in most setups to link a server to another server u are required to have atleast these two things 1 being a c line ill post ur example
C:127.0.0.1:pass:services.server.name:PORT:20
and a matching N line which should read similar to this
N:127.0.0.1:pass:services.server.name:PORT:20
altho i believe port should be something uve set it to listen to in something like a P line ...... altho again not totally sure about Beware Ircd setup but thats my experiance in Unreals format im going on ..... then u may have a Y line ..... it should be possible to go thru the help or README file in the downloaded source code to find out what ur required to have ..... anythin worth dl and using would have something like that to explain things a bit better.... now keep in mind ...... in both servers u need to have these C and N lines and most likely supply a P line for port to check and also an H line for one of them siince one would then be intern ur main hub ..... but then u start gettin into routing and how things connect and a flat connect tree would have to be illustrated ..... altho um im sure there are others here who know this alot more than me ....... lol i just play with UnrealIrcd for fun .. ive got a linux server setup inside my network in which i run one withs all the little toys i can find ..... but dont have anyone chatting on it cause well again i just like to play LmAo
Posted By: Deep3D Re: Beware IRCd! - 24/12/02 02:19 AM
ok.. smile me and my friend that has the other network wil try to ling in the morning.. i need som sleep soon, the time are 03:13.. my eyes are heavy.. crazy thans for all the help..

and one more thing, are you known whit dialogs?
am trying to make a config dialog.. like, type inn your nick
and stuff.. and when you click done it "ect. set $nick mynick...

can you help me whit this one:

Code:
 

dialog config {
  title "The Reactor Script - Configure"
  size -1 -1 160 75
  option dbu
  edit "", 1, 35 2 35 10, limit 9
  text "Nick Name:", 2, 4 3 28 8
  text "Alternative:", 3, 4 14 30 8
  edit "", 4, 35 13 35 10, limit 9
  text "Away Nick:", 5, 4 25 28 8
  edit "", 6, 35 24 35 10, limit 9
  text "Real Name:", 7, 4 36 28 8
  edit "", 8, 35 35 35 10, limit 9
  text "User ID:", 9, 4 47 22 8
  edit "", 10, 35 46 35 10, limit 9
  box "Undernet CService", 11, 75 4 78 31
  text "Username:", 12, 79 12 28 8
  text "Password:", 13, 79 23 25 8
  edit "", 14, 108 11 41 10
  edit "", 15, 108 22 41 10, pass
  check "Use CService Login?", 16, 76 36 61 10
  button "OK, done!", 17, 31 61 42 10, flat ok
  check "CService Host?", 19, 76 45 50 10
  button "Sorry..", 20, 89 61 42 10, flat cancel
}

Posted By: _D3m0n_ Re: Beware IRCd! - 24/12/02 02:31 AM
ok ur gonna want all this stuff to write to what a custom ini file or into variables or even into a text file? and would this setup dialog be inplace of the common mirc connections boxx for the nicks or is it more along the lines of an auto identifier for ur users on ur server to id to services and such?
Posted By: Deep3D Re: Beware IRCd! - 24/12/02 02:35 AM
just like, when i click done.. it: /set $nick <thenick> /set %stuff <stuff> and so on.. you see?
© mIRC Discussion Forums