Page 1 of 1

Java port

Posted: Wed Jul 19, 2006 3:20 am
by static-x
how can I setup a java port only no other uses can enter with any other chat program
I tried this didnt work?
listen <127.1.1:6667> {
options {
java;

};
};

Posted: Wed Jul 19, 2006 4:10 am
by Jason
1: The <> shouldnt be there.
2: The java; option was added for compatibility with CR javachat.
3: There is no foolproof way to tell java clients from normal clients, so unreal, without any sort of module or modification, is not designed to try to tell them apart.


NOTE: Anything that javachat can do, I can mimic in a custom app, or mIRC script/plugin, etc.

Re: Java port

Posted: Wed Jul 19, 2006 5:42 am
by Ron2K
static-x wrote: listen <127.1.1:6667> {
options {
java;

};
};
That's one of the wierdest IP addresses I've ever seen :P

Posted: Wed Jul 19, 2006 3:43 pm
by Jason
You're right! I didnt even look past the <>, as that is enough to make it not function, but that is also an invalid IP address

Posted: Sun Jul 23, 2006 3:46 am
by static-x
yea i post that from the config of doc not whats in my unreal config i know about <> on the ip address not a nooblet at this.

Posted: Mon Jul 24, 2006 11:37 am
by tdw
guess you are on english..