closing Unreal to Mirc Connections

These are old archives. They are kept for historic purposes only.
Post Reply
LetSDie
Posts: 3
Joined: Thu Aug 18, 2005 9:14 am

closing Unreal to Mirc Connections

Post 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..
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post by Matridom »

why not use spamfilters to clean out the spammers?
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
R3M
Posts: 26
Joined: Thu Aug 18, 2005 7:21 pm
Location: Ankara TR

Post 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.)
LetSDie
Posts: 3
Joined: Thu Aug 18, 2005 9:14 am

Post 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
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post 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.
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
mike382
Posts: 2
Joined: Thu Aug 18, 2005 11:31 am

Post 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.
Post Reply