abusive...

all about Server Settings and important changes

abusive...

Postby InsaneKid » 03.04.09

ive been on ur server ...
and i checked that b3 announcin abusive words
like "f**k", "a**" and so.

But there are some words that he doesnt recognize
like "f*g", "f*gg*t" and "g*y"!

now thats! abusive!
pls, check that!
InsaneKid
/connect
 
Posts: 4
Joined: 03.04.09

Re: abusive...

Postby HumppaLakki » 03.04.09

Image
Image
User avatar
HumppaLakki
Godlike
 
Posts: 1604
Joined: 09.01.08
-----tdm:  
nick: Make.Them.Fluffy
skill: 986.209
kills: 1115
deaths: 1030
ratio: 1.08
-----bomb:  
nick: Make.Them.Fluffy
skill: 825.312
kills: 2105
deaths: 2476
ratio: 0.85

Re: abusive...

Postby wurst » 03.04.09

hm je thats a secondary feature, it was activated by default.
i often thought bout disabling it completely, people just start to use other ways to insult others.
Example: Everything with "mother"
I allready made fun bout that by removing "bitch" from the word list since u can mean it in a "good way"
And punishing a Player that say "FUCK" after losing badly isnt constructive too.

the machine itself uses Regular Expressions in its ruleset.
If u want u can help to enhance it, heres the actual config:
Actually theres nobody that has the time or Energy to check that, so that job is available :D

Code: Select all
   <badwords>
      <penalty type="warning" reasonkeyword="cuss"/>
      <!--
      The lang attribute uses the iso639a standard abbreviations, http://www.oasis-open.org/cover/iso639a.html. In a couple places I used the full word cause I actually don't know what language it is. I'll get clarification later.
      -->
      <badword name="shit" lang="en">
         <penalty type="warning" reason="^7Please don't use profanity" duration="1d"/>
         <regexp>[s$]h[i!1*]ts</regexp>
      </badword>
      <badword name="ass" lang="en">
         <word>ass</word>
      </badword>
      <badword name="asshole" lang="en">
         <regexp>[a@][s$]{2}h[o0]le</regexp>
      </badword>
      <badword name="fuck" lang="en">
         <penalty type="tempban" reasonkeyword="cuss" duration="2m"/>
         <regexp>f[uo0*]ck</regexp>
      </badword>
      <badword name="fuc" lang="en">
         <penalty type="tempban" reasonkeyword="cuss" duration="2m"/>
         <regexp>f[uo0*][ck]s</regexp>
      </badword>
      <badword name="cunt" lang="en">
         <regexp>scunts</regexp>
      </badword>
      <badword name="cock" lang="en">
         <regexp>sc[o0]cks</regexp>
      </badword>
      <badword name="dick" lang="en">
         <regexp>sd[i!1*]cks</regexp>
      </badword>
      <badword name="biatch" lang="en">
         <regexp>b[i!1*].tch</regexp>
      </badword>
      <badword name="fag" lang="en">
         <regexp>sf[a@]gs</regexp>
      </badword>
      <badword name="nigger" lang="en">
         <regexp>n[i!1]gger</regexp>
      </badword>
      <badword name="pussy" lang="en">
         <regexp>pu[s$]{2}y</regexp>
      </badword>
      <badword name="lul" lang="nl">
         <regexp>lul$s</regexp>
      </badword>
      <badword name="flikker" lang="nl">
         <regexp>sfl[i!1]kkers</regexp>
      </badword>
      <badword name="homo" lang="nl">
         <regexp>h[o0]m[o0]</regexp>
      </badword>
      <badword name="kanker" lang="nl">
         <regexp>k[a@]nker</regexp>
      </badword>
      <badword name="teringlijer" lang="nl">
         <regexp>ter[i!1]ngl[i!1]j.*r</regexp>
      </badword>
      <badword name="kut" lang="nl">
         <regexp>skut</regexp>
      </badword>
      <badword name="hoer" lang="nl">
         <regexp>h[o0]er[^a]</regexp>
      </badword>
      <badword name="neuk" lang="nl">
         <regexp>[^k]neuk</regexp>
      </badword>
      <badword name="vittu" lang="skandinavian">
         <regexp>sv[i!1]ttu</regexp>
      </badword>
      <badword name="paskiainen" lang="skandinavian">
         <regexp>pa[s$]k[i!1][a@][i!1]nen</regexp>
      </badword>
      <badword name="kusipaeae" lang="skandinavian">
         <regexp>ku[s$][i!1]p[a@]e[a@]e</regexp>
      </badword>
      <badword name="fitte" lang="skandinavian">
         <regexp>f[i!1]ttes</regexp>
      </badword>
      <badword name="pikk" lang="skandinavian">
         <regexp>p[i!1]kks</regexp>
      </badword>
      <badword name="hore" lang="skandinavian">
         <regexp>h[o0]res</regexp>
      </badword>
      <badword name="fitta" lang="skandinavian">
         <regexp>f[i!1]tt[a@]</regexp>
      </badword>
      <badword name="knullare" lang="skandinavian">
         <regexp>knull[a@]re</regexp>
      </badword>
      <badword name="kuksugare" lang="skandinavian">
         <regexp>kuk[s$]ug[a@]re</regexp>
      </badword>
      <badword name="huora" lang="skandinavian">
         <regexp>hu[o0]r[a@]</regexp>
      </badword>
      <badword name="spica" lang="es">
         <regexp>sp[i!1]cas</regexp>
      </badword>
      <badword name="piroca" lang="es">
         <regexp>p[i!1]r[o0]ca</regexp>
      </badword>
      <badword name="caralho" lang="es">
         <regexp>c[a@]r[a@]lh[o0]</regexp>
      </badword>
      <badword name="puta" lang="es">
         <comment>From {AS}Gringo: "puto" is the same but directed towards a man.</comment>
         <regexp>sput[a@o]s</regexp>
      </badword>
      <badword name="cabra" lang="es">
         <regexp>c[a@]br[a@]</regexp>
      </badword>
      <badword name="maricon" lang="es">
         <comment>From {AS}Gringo: "maricon" has only one "r".</comment>
         <regexp>m[a@]rr?ic[o0]n</regexp>
      </badword>
      <badword name="pinche" lang="es">
         <comment>From {AS}Gringo</comment>
         <regexp>p[i1!]nch[e3]</regexp>
      </badword>
      <badword name="batard" lang="fr">
         <regexp>sb[a@]t[a@]rds</regexp>
      </badword>
      <badword name="encule" lang="fr">
         <regexp>sencules</regexp>
      </badword>
      <badword name="merde" lang="fr">
         <regexp>smerdes</regexp>
      </badword>
      <badword name="putain" lang="fr">
         <regexp>put[a@][i!1]n</regexp>
      </badword>
      <badword name="salaud" lang="fr">
         <regexp>[s$][a@]l[a@]ud</regexp>
      </badword>
      <badword name="connard" lang="fr">
         <regexp>c[o0]nn[a@]rd</regexp>
      </badword>
      <badword name="salopard" lang="fr">
         <regexp>[s$][a@]l[o0]p[a@]rd</regexp>
      </badword>
      <badword name="salope" lang="fr">
         <regexp>[s$][a@]l[o0]pe</regexp>
      </badword>
      <badword name="scheisse" lang="de">
         <regexp>[s$][c]?he[i!1][s$]{1,2}e</regexp>
      </badword>
      <badword name="arsch" lang="de">
         <regexp>s[a@]r[s$]chs</regexp>
      </badword>
      <badword name="huendin" lang="de">
         <regexp>huend[i!1]n</regexp>
      </badword>
      <badword name="kopulieren" lang="de">
         <regexp>k[o0]pul[i!1]eren</regexp>
      </badword>
      <badword name="fick" lang="de">
         <regexp>f[i!1]c[kh]</regexp>
      </badword>
      <badword name="chuj" lang="pl">
         <regexp>c?huj(a|e|u|ow)?</regexp>
      </badword>
      <badword name="kutas" lang="pl">
         <regexp>(ku|qu?)tas(a|ie|ow|y)?</regexp>
      </badword>
      <badword name="fiut" lang="pl">
         <regexp>fiu(cie|t(a|ek|y|ow)?)</regexp>
      </badword>
      <badword name="pedal" lang="pl">
         <regexp>pedal(a|e|y|ow)?</regexp>
      </badword>
      <badword name="cipa" lang="pl">
         <regexp>cip(a|o|y)</regexp>
      </badword>
      <badword name="pizda" lang="pl">
         <regexp>pizd(a|o|y)</regexp>
      </badword>
      <badword name="ciota" lang="pl">
         <regexp>ciot(a|o|y)</regexp>
      </badword>
      <badword name="dupek" lang="pl">
         <regexp>dup(ek|ku|ow)</regexp>
      </badword>
      <badword name="kurwa" lang="pl">
         <comment>Most offensive and by some ppl used as comma :)</comment>
         <regexp>(k(u|o)|qu?)rw(a|o|y)?</regexp>
      </badword>
      <badword name="skurwysyn" lang="pl">
         <regexp>s(k(u|o)|qu?)rw(iel(a|e|i|ow)?|ysyn(a|ow)?)</regexp>
      </badword>
      <badword name="zajebac" lang="pl">
         <regexp>za?jeb(a(ny|c)?|ow)?</regexp>
      </badword>
      <badword name="pojebac" lang="pl">
         <regexp>pojeb(an(y|iec)|ow)?</regexp>
      </badword>
      <badword name="wyjebac" lang="pl">
         <regexp>wyjeb(a(c|ny|lo))</regexp>
      </badword>
      <badword name="pierdolic" lang="pl">
         <regexp>s?pierd(ala(j|j?my)|ol(a|ic|ec)?)</regexp>
      </badword>
      <badword name="rozpierdalac" lang="pl">
         <regexp>rozpierd(alaj|ol(a|ic)?)</regexp>
      </badword>
      <badword name="popierdolony" lang="pl">
         <regexp>popierdol(on(a|y)|ilo)</regexp>
      </badword>
      <badword name="wypierdalac" lang="pl">
         <regexp>wypierd(ala(j|c|my)|ol(ic|my)?)</regexp>
      </badword>
   </badwords>


ps. sry for marathon posting...
Image
User avatar
wurst
Godlike
 
Posts: 4648
Joined: 07.15.08
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09

Re: abusive...

Postby Unclefragger » 03.04.09

hmpf that's python, perl is a lot more sane then that ... someone else is to do that (not that I didn't say that I do a lot already ^^)
anyways hf who ever wants do dig into python (I hate it xD)
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
- Martin Golding
User avatar
Unclefragger
Godlike
 
Posts: 2006
Joined: 10.14.08
Location: rooftops
-----tdm:  
nick: [dswp]ucf
skill: 472.479
kills: 532
deaths: 332
ratio: 1.60

Re: abusive...

Postby wurst » 03.05.09

hm je btw...

we have to handle python with the b3. i think its used cause its more mighty
(it reads like linux tail from the log file in real time)
if someone is fit in python (and has a heart)
we need a medic!
Image
User avatar
wurst
Godlike
 
Posts: 4648
Joined: 07.15.08
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09

Re: abusive...

Postby Unclefragger » 03.05.09

you could do the same in perl c and java as well ^^
most likely even in php ;)
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
- Martin Golding
User avatar
Unclefragger
Godlike
 
Posts: 2006
Joined: 10.14.08
Location: rooftops
-----tdm:  
nick: [dswp]ucf
skill: 472.479
kills: 532
deaths: 332
ratio: 1.60

Re: abusive...

Postby HumppaLakki » 03.05.09

wurst wrote:i often thought bout disabling it completely, people just start to use other ways to insult others.

And punishing a Player that say "FUCK" after losing badly isnt constructive too.



Oh yeah Wursti. Please disable this feature. Got kicked so often because of saying shit after terrible kills/death.(before i become admin) and just one time by kicking a tk cause of his nick :lol: Think this feature is senseless and useless.
Image
User avatar
HumppaLakki
Godlike
 
Posts: 1604
Joined: 09.01.08
-----tdm:  
nick: Make.Them.Fluffy
skill: 986.209
kills: 1115
deaths: 1030
ratio: 1.08
-----bomb:  
nick: Make.Them.Fluffy
skill: 825.312
kills: 2105
deaths: 2476
ratio: 0.85

Re: abusive...

Postby InsaneKid » 03.05.09

aw, no no no no no! :) its not useless! (:

i would do it if i would knew about ...what u said <:
but most of it i dont have time ...studyin and makin maps!
:P

but maybe! its better to switch it off, yea! :mrgreen:
InsaneKid
/connect
 
Posts: 4
Joined: 03.04.09

Re: abusive...

Postby wurst » 03.05.09

maps in radiant?
we have allways a custom map in cycle, we change every month.
so if u have an interesting map, we could "test" it for u


:D

what belongs to the antiswear machine:
its not so hard to find another expression, maybe allow "fuck" but disallow "Fuck_u/y" (_ represents a space in this example)
i think to handle that filter u dont need to be a python expert...
Image
User avatar
wurst
Godlike
 
Posts: 4648
Joined: 07.15.08
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09

Re: abusive...

Postby InsaneKid » 03.05.09

im searchin for that dirty-water-texture in "Ramelle" ...
cant find it! :/
InsaneKid
/connect
 
Posts: 4
Joined: 03.04.09

Next

Who is online

Users browsing this forum: No registered users and 0 guests

Misc