Page 1 of 1
closing Unreal to Mirc Connections
Posted: Thu Aug 18, 2005 9:22 am
by LetSDie
i am using Unreal3.2.2b with anope services and i am using eSChat Java Chat Applet for java based chat client...
i wantto close all ports for mirc connection..couse most of my users use java for chat..and only spammer connects from mirc..so i wantto close it..
but unreal doesnt accepts eschat as a java chat client when i set java only ports..
how can i do this? or is there any way to add eschat to unreal as java client?
thanks..
Posted: Thu Aug 18, 2005 10:50 am
by Dukat
"java" means CR support - you can't use it for any other Java Applet.
It's almost impossible to ban other clients - simply because a port needs to stay open (for the java applet) and the other clients can use that one.
But there are some simple possibilties:
- Set a password (in the allow block) and code it into the java applet. (Problem: Password can be found out.)
- Use ban version blocks to deny the unwanted clients (Problem: It's almost impossible to ban every single client there is plus clients not sending a VERSION will not be banned)
- Use another port (That's probably the worst way and won't help at much)
There are also other ways, but there's really no way to block other clients completly.
If you really need that, you should probably not use IRC.
Posted: Thu Aug 18, 2005 3:11 pm
by Matridom
why not use spamfilters to clean out the spammers?
Posted: Thu Aug 18, 2005 7:26 pm
by R3M
if you get at me maybe i will help you about this subject..I posted my msn messenger to ur pm.(Eger bana ulasabilirsen sana yardimci olmaya calisacagim.e-mail ayni zmanda msn adresimi pm olarak gönderdim.)
Posted: Thu Aug 18, 2005 9:14 pm
by LetSDie
Matridom wrote:why not use spamfilters to clean out the spammers?
they are really crazy.. i have a very big spamfilter.. and least i have divide it twp parts

as advertisements,swear.. but its still problem..every day they chage the spam texts..
may be i can contact to eschat's developers about solving problem on java desc. ?
thanks a lot
and R3M i got your address and added you..
thanks again
Posted: Thu Aug 18, 2005 9:54 pm
by Matridom
LetSDie wrote:Matridom wrote:why not use spamfilters to clean out the spammers?
they are really crazy.. i have a very big spamfilter.. and least i have divide it twp parts

as advertisements,swear.. but its still problem..every day they chage the spam texts..
may be i can contact to eschat's developers about solving problem on java desc. ?
thanks a lot
and R3M i got your address and added you..
thanks again
filter based on patterns in the nick, not the actual spam.
Posted: Fri Aug 19, 2005 5:01 pm
by mike382
if you want to ban mirc specifly this will do it:
Code: Select all
ban version {
mask "*mirc*";
reason "i hate mirc users";
action gline;
};
it is not possible (without a hex editor) to remove or change the version reply in mirc. glining people just for using mirc may make you lose alot of users but if you only want your java client to be able to connect id make a password like was already suggested. you can of course make action gline be kill, shun or whatever else.