Search found 30 matches

by Annihilator90
Sun May 25, 2008 5:24 pm
Forum: Unreal 3.2 Spamfilters
Topic: how to block these special character
Replies: 1
Views: 2525

Re: how to block these special character

put the characters inside the [ ] would do i think.
by Annihilator90
Thu Jan 10, 2008 12:46 pm
Forum: Unreal 3.2 Spamfilters
Topic: Exact Word regex
Replies: 4
Views: 3551

Re: Exact Word regex

I just want to ban a bad word without affecting other innocent users. Moreover, it can also help my knowledge right ? :P
by Annihilator90
Thu Jan 10, 2008 4:19 am
Forum: Unreal 3.2 Spamfilters
Topic: Exact Word regex
Replies: 4
Views: 3551

Exact Word regex

How can I ban an exact word ? For example, if I would like to ban the word 'apple' and add that to spamfilter, it'll catch 'apple' as well as 'an apple a day', 'applet' and 'dapple'. If I do ^apple$, it'll only catch the exact 'apple' word and the sentences like 'an apple a day' and 'an apple is' wi...
by Annihilator90
Thu Dec 20, 2007 5:16 am
Forum: Unreal 3.2 Spamfilters
Topic: Any regex for this ?
Replies: 9
Views: 5379

Re: Any regex for this ?

They change pattern again. _DJ-Remos!~heuhe@****m matches filter****: [PRIVMSG NickServ: 'register Oolewgfauibgx cool-man4@Oolewgfauibgx.jzu'] BBS`!GuderiaN@**** matches filter ****': [PRIVMSG NickServ: 'register Ljpxidwkawqh ChanSbot@Ljpxidwkawqh.awg'] So i tried like /spamfilter + p block 0 Invali...
by Annihilator90
Wed Dec 19, 2007 6:07 pm
Forum: Unreal 3.2 Spamfilters
Topic: One more question
Replies: 5
Views: 3035

Re: One more question

I haven't installed it yet but thanks for the reply. Will let you know later. :)
by Annihilator90
Wed Dec 19, 2007 6:06 pm
Forum: Unreal 3.2 Spamfilters
Topic: Non-letters in nicks
Replies: 1
Views: 2348

Non-letters in nicks

How can I limit the number of non letters in nicks ? eg. like ^,-,[,],

/spamfilter + u block 0 Use_Proper_Nick (^|]|[){5} doesn't work.
by Annihilator90
Wed Dec 19, 2007 6:11 am
Forum: Unreal 3.2 Spamfilters
Topic: Any regex for this ?
Replies: 9
Views: 5379

Re: Any regex for this ?

Hi, they have modified their patterns abit now. It is now like register nick a nick@gmail.com. I also tried to modiy my SF as below but it didn't work. /spamfilter add p block + Registration_information_is_invalid. register (.+)\1a \1@gmail\.com example, |iJoo|!LeEd@**** matches filter ****: [PRIVMS...
by Annihilator90
Wed Dec 19, 2007 12:12 am
Forum: Unreal 3.2 Spamfilters
Topic: One more question
Replies: 5
Views: 3035

One more question

Is it possible to make a regex for /join #channel ? For example, I would like to prevent users from joining/creating a channel as soon as they join my network. That's for the prevention of clones too. How could I put it in my spamfilter for /join #abcd or /j #abcd command ?
by Annihilator90
Tue Dec 18, 2007 11:19 pm
Forum: Unreal 3.2 Spamfilters
Topic: Any regex for this ?
Replies: 9
Views: 5379

Re: Any regex for this ?

If you don't have a spamfilter for these, here's one that should work until the owner of these bots catches on. For the conf: spamfilter { regex "register (.+)\1 \1@gmail\.com"; target private; action block; reason "Registration information is invalid."; }; As a command: /spamfi...
by Annihilator90
Tue Dec 18, 2007 11:12 pm
Forum: Unreal 3.2 Spamfilters
Topic: Any regex for this ?
Replies: 9
Views: 5379

Re: Any regex for this ?

I just added the word 'register' to the sf list. As anyone who typed the register command would get caught in that sf, I could see the passwords and emails they're using. In this case, the clones'.
by Annihilator90
Tue Dec 18, 2007 6:26 pm
Forum: Unreal 3.2 Spamfilters
Topic: Any regex for this ?
Replies: 9
Views: 5379

Any regex for this ?

Here's an example of clones trying to register on my server. I've caught them in my spamfilter by some means. I found some patterns for their registrations. They use (nickname)(nickname) as their passwords and nickname@gmail.com as their emails. Any suggestion for that? ferri!Ballantine@**** matches...
by Annihilator90
Wed Dec 05, 2007 12:44 am
Forum: Unreal 3.2 Spamfilters
Topic: Some help needed !!!
Replies: 5
Views: 3844

Re: Some help needed !!!

Thanks Jobe. But as far as I know, DEFCON levels can disable only new channels registrations. The clones can still create many channels without registering them. Is there any service or module that can disable users from joining any channel as soon as they connect albeit temporarily so that I can sa...
by Annihilator90
Tue Dec 04, 2007 11:49 pm
Forum: Unreal 3.2 Spamfilters
Topic: Some help needed !!!
Replies: 5
Views: 3844

Re: Some help needed !!!

Third, There are some random clones which join the server and create some random channels and automatically put +si so that I can only join with SAJOIN to manually kill/tempshun them. The procedure the clones do is like this 1.They come en masse and each clone creates a random channel and each sets ...
by Annihilator90
Tue Dec 04, 2007 11:36 pm
Forum: Unreal 3.2 Spamfilters
Topic: Some help needed !!!
Replies: 5
Views: 3844

Re: Some help needed !!!

Second, is it correct to ban nicknames below by this regex ?

myname
my_name
my^name
my-name
my__name
my^^name
my--name

Regex is /spamfilter + u block - test my.*name
by Annihilator90
Tue Dec 04, 2007 11:33 pm
Forum: Unreal 3.2 Spamfilters
Topic: Some help needed !!!
Replies: 5
Views: 3844

Some help needed !!!

First, the clones are trying to register with emails similar to their nicknames, below are some services messages eg 'blackdude' registered by black@.... (email:blackdude1234@gmail.com) 'whitedude' registered by white@.... (email:whitedudegJkPs@gmail.com) is there any regex to match those nicknames ...