Search found 5 matches

by finkoisti
Tue Apr 12, 2005 6:25 am
Forum: Unreal 3.2 Support
Topic: error durin installation...
Replies: 1
Views: 955

error durin installation...

Just install fresh copy of fedora core 3 and try to setup unreal ircd on that, after I put ./Config and answer the questions I get error message checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH so what ...
by finkoisti
Thu Apr 07, 2005 8:10 am
Forum: Unreal 3.2 Spamfilters
Topic: need help to add spamfilter
Replies: 7
Views: 4609

It's also one solution to add those ip:s in the unrealircd.conf ban IP
mask *@219.95.* it should work also..But then you have to be sure that anyone else in you irc don't use that kind of address..

Or just modify a bit that spamfilter which ducat wrote earlier..
by finkoisti
Mon Apr 04, 2005 12:33 pm
Forum: Unreal 3.2 Spamfilters
Topic: spamfilter in unreal 3.2.3
Replies: 3
Views: 2403

found the solution, it seems to be working now.

regex "[a-zA-Z]+[0-9]{3,7}[a-zA-Z]*!.*@.*:.*";
by finkoisti
Mon Apr 04, 2005 11:45 am
Forum: Unreal 3.2 Spamfilters
Topic: spamfilter in unreal 3.2.3
Replies: 3
Views: 2403

Now I have try many other ways also, but can't get it work.. if I use ex. regex "a[0-9]{3,7}a"; it will ban correctly nicks whit starts a and ends a and between those have 3 to 7 numbers. but how to change it to ban if nick goes like this 1-3letters3-7numbers1-3letters Don't know how to ad...
by finkoisti
Mon Apr 04, 2005 7:21 am
Forum: Unreal 3.2 Spamfilters
Topic: spamfilter in unreal 3.2.3
Replies: 3
Views: 2403

spamfilter in unreal 3.2.3

Need help with that, want to ban user with nick or realname if it included 3 or more numbers..but how to do that? Now it seems that the spamfilter doesn't work at all... spamfilter { regex "^[0-9]{3,}!~[0-9]{3,}@.+:[0-9]{3,}$"; target { user; }; reason "Loser"; action block; }; t...