Page 1 of 1

Unauthorized connection and the allow block

Posted: Mon Mar 21, 2005 1:42 pm
by RandomNumber
First off the allow block looks like
allow {
ip *;
hostname *;
class clients;
maxperip 5;
};
I have tried * and *@* for each the ip and hostname, now we get this randomly but its almost always a java client, Yes the listen block is set for java
listen IP:6667-6669 {
options {
clientsonly;
java;
};
};
No clue why its setting off the Unauthorized connection

Posted: Mon Mar 21, 2005 3:58 pm
by Dukat
Not sure if it matters, but...
"java" means CR java support, if you're using any other java applet, you don't have to specify "java".

Posted: Mon Mar 21, 2005 5:02 pm
by RandomNumber
Yes its CR

Posted: Mon Mar 21, 2005 5:12 pm
by Stealth
Simple solution: http://www.pjirc.com

Why the hell do people like CR?! It looks like it was designed by a child and doesn't even work most of the time!

Posted: Mon Mar 21, 2005 5:14 pm
by RandomNumber
so you have no idea basically?

Posted: Mon Mar 21, 2005 5:16 pm
by Stealth
No, if you read, it was a solution, and a VERY simple solution. pjIRC was the easiest thing I have ever used. :)

Posted: Mon Mar 21, 2005 5:17 pm
by Dukat
No...
Is this your only allow block or are there more in your unrealircd.conf?

Posted: Mon Mar 21, 2005 5:21 pm
by RandomNumber
This is the only allow block

Posted: Wed Mar 23, 2005 7:03 pm
by Stealth
What is the link to the CR applet, and any special configuration you are using with it so I can see if I can reproduce this.

Posted: Sat Mar 26, 2005 10:06 am
by RandomNumber
http://www.freejavachat.com and no special configuration

Posted: Sat Mar 26, 2005 1:25 pm
by Matridom
RandomNumber wrote:http://www.freejavachat.com and no special configuration
that requires them to use their server, not your own.


pjirc is still best IMHO

Posted: Sat Mar 26, 2005 5:57 pm
by Stealth
I didnt want the link to your java chat, I wanted the link to where you got the CR applet and what you did to it to make it go to your own server.