Search found 5 matches

by manuti
Tue Jan 20, 2015 8:05 pm
Forum: Unreal 3.2 Modules
Topic: the module does not work cmdflood -help please
Replies: 1
Views: 15030

the module does not work cmdflood -help please

deep and compiled in my vps

ircdlatin@lvps217-8-245-176:~/Unreal3.2.10.4$ make custommodule MODULEFILE=cmdflood
cd src; make 'CFLAGS=-I../include -I/home/ircdlatin/Unreal3.2.10.4/extras/regexp/include -I/home/ircdlatin/Unreal3.2.10.4/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict ...
by manuti
Sun Dec 28, 2014 4:40 am
Forum: Unreal 3.2 Spamfilters
Topic: anti clones ips
Replies: 3
Views: 21078

Re: anti clones ips

thanks katsklaw & Stealth

Stealth ?? it is possible to modify that he recognizes alone nickname and identd ??? and not so the realname
baba was [email protected] * baba
/spamfilter add u gline 1d Possible_clone._Please_change_ident_and_realname_to_be_different_from_your_nick. (.+)!~\1![^:]+:\1$
by manuti
Thu Dec 25, 2014 12:45 am
Forum: Unreal 3.2 Spamfilters
Topic: help please :D anti commands repetitions
Replies: 2
Views: 18291

Re: help please :D anti commands repetitions

this configuration is correct ??
anti-flood {
nick-flood 4:50;
unknown-flood-bantime 1d;
unknown-flood-amount 600;
away-flood 5:60s;
};
by manuti
Wed Dec 24, 2014 2:41 am
Forum: Unreal 3.2 Spamfilters
Topic: anti clones ips
Replies: 3
Views: 21078

anti clones ips

that exists the options anti clones ips in the unreal.conf
but I would like a regex that is anti clone of ip (maximum clones ip admitted 3 users for ip)
I will be very grateful that correct me I am not sure if it will work


spamfilter {
regex "(.+)!~\1![^:]";
target user;
reason "in this network ...
by manuti
Wed Dec 24, 2014 2:32 am
Forum: Unreal 3.2 Spamfilters
Topic: help please :D anti commands repetitions
Replies: 2
Views: 18291

help please :D anti commands repetitions

:P some friend who helps me please:
I would like to activate an anti repetitions of commands example:
3 times for nickname that repeats the same command and to the third time that he punishes

the commands that they use very repeated are /staff or /ircops or /nickserv identify and the user that ...