Change Log:
--------------------
Revision: 30
Author: merah
Date: 11:56:06, dimanche 14 aot 2011
Message:
fix nil error
----
Modified : /trunk/SpamBayes.lua
Revision: 29
Author: merah
Date: 14:20:53, vendredi 12 aot 2011
Message:
15 spam - 30 ham new minimal stats for auto-reports to begin (~ 2x/3x more hams than spams trained is good)
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/xml.lua
Revision: 27
Author: merah
Date: 12:48:15, mercredi 29 juin 2011
Message:
message
----
Modified : /trunk/SpamBayes.lua
Revision: 26
Author: merah
Date: 13:48:59, vendredi 17 juin 2011
Message:
4.2 : toc
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/SpamBayes.toc
Revision: 25
Author: merah
Date: 21:09:13, jeudi 9 juin 2011
Message:
version notification while resting
----
Modified : /trunk/SpamBayes.lua
Revision: 23
Author: merah
Date: 08:37:48, mercredi 27 avril 2011
Message:
toc toc
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/SpamBayes.toc
Revision: 21
Author: merah
Date: 18:07:35, dimanche 10 avril 2011
Message:
added options to enable links in cc and auto reports
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/xml.lua
Revision: 19
Author: merah
Date: 18:17:16, samedi 2 avril 2011
Message:
no more load with another spam addon detected - http://goo.gl/4KEX7
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/xml.lua
Revision: 17
Author: merah
Date: 16:32:21, samedi 19 mars 2011
Message:
version update
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/xml.lua
Modified : /trunk/chi2.lua
Revision: 15
Author: merah
Date: 16:01:11, samedi 8 janvier 2011
Message:
added a very simple reversed slider for a ScrollingMessageFrame using SetScrollOffset and a value step of one message
----
Modified : /trunk/xml.lua
Revision: 13
Author: merah
Date: 20:01:09, mardi 4 janvier 2011
Message:
- code tweaks
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/xml.lua
Modified : /tru...
Description:
--------------------
SpamBayes for Warhammer is now Online!
http://i223.photobucket.com/albums/dd16/photo101/bca1bda5.png
A lightweight, transparent and innovating antispam for World of Warcraft
Hides and automatic reports of gold spammers
Unlike most pattern matching antispams, the user won't need X plugin update to stop Z spam, spambayes cuts lines in words, removes obfuscations, calculate a probability from 0% to 100% the message is a ham (safe) or a spam (harassement)
The plugin core, the bayesian algorythm is the exact conversion of SpamBayes Python a combination of work from Gary Robinson, Tim Peters and many contributers since 2002, SpamBayes Python is currently maintained by Skip Montanaro and Mark Hammond, two python rockstars
Where the others fail to be compatible with all the languages of the spams, this is not a problem for SpamBayes, it adapt to your language
The users are teachers free to learn it to hide anything else like the bastards spamming for guilds all day long
Transparent, the control center returns all the received messages
The in-game ignore list is not used, for spambayes identity does not matter, only what is sent is important
Catch many forms of spams with just a few trainings, intelligent classications, rare false positives
Classify as ham / spam or unsure using a powerful algorithm to calculate probabilities in a range from 0 to 1
Supports trainings, user...
--------------------
Revision: 30
Author: merah
Date: 11:56:06, dimanche 14 aot 2011
Message:
fix nil error
----
Modified : /trunk/SpamBayes.lua
Revision: 29
Author: merah
Date: 14:20:53, vendredi 12 aot 2011
Message:
15 spam - 30 ham new minimal stats for auto-reports to begin (~ 2x/3x more hams than spams trained is good)
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/xml.lua
Revision: 27
Author: merah
Date: 12:48:15, mercredi 29 juin 2011
Message:
message
----
Modified : /trunk/SpamBayes.lua
Revision: 26
Author: merah
Date: 13:48:59, vendredi 17 juin 2011
Message:
4.2 : toc
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/SpamBayes.toc
Revision: 25
Author: merah
Date: 21:09:13, jeudi 9 juin 2011
Message:
version notification while resting
----
Modified : /trunk/SpamBayes.lua
Revision: 23
Author: merah
Date: 08:37:48, mercredi 27 avril 2011
Message:
toc toc
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/SpamBayes.toc
Revision: 21
Author: merah
Date: 18:07:35, dimanche 10 avril 2011
Message:
added options to enable links in cc and auto reports
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/xml.lua
Revision: 19
Author: merah
Date: 18:17:16, samedi 2 avril 2011
Message:
no more load with another spam addon detected - http://goo.gl/4KEX7
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/xml.lua
Revision: 17
Author: merah
Date: 16:32:21, samedi 19 mars 2011
Message:
version update
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/xml.lua
Modified : /trunk/chi2.lua
Revision: 15
Author: merah
Date: 16:01:11, samedi 8 janvier 2011
Message:
added a very simple reversed slider for a ScrollingMessageFrame using SetScrollOffset and a value step of one message
----
Modified : /trunk/xml.lua
Revision: 13
Author: merah
Date: 20:01:09, mardi 4 janvier 2011
Message:
- code tweaks
----
Modified : /trunk/SpamBayes.lua
Modified : /trunk/xml.lua
Modified : /tru...
Description:
--------------------
SpamBayes for Warhammer is now Online!
http://i223.photobucket.com/albums/dd16/photo101/bca1bda5.png
A lightweight, transparent and innovating antispam for World of Warcraft
Hides and automatic reports of gold spammers
Unlike most pattern matching antispams, the user won't need X plugin update to stop Z spam, spambayes cuts lines in words, removes obfuscations, calculate a probability from 0% to 100% the message is a ham (safe) or a spam (harassement)
The plugin core, the bayesian algorythm is the exact conversion of SpamBayes Python a combination of work from Gary Robinson, Tim Peters and many contributers since 2002, SpamBayes Python is currently maintained by Skip Montanaro and Mark Hammond, two python rockstars
Where the others fail to be compatible with all the languages of the spams, this is not a problem for SpamBayes, it adapt to your language
The users are teachers free to learn it to hide anything else like the bastards spamming for guilds all day long
Transparent, the control center returns all the received messages
The in-game ignore list is not used, for spambayes identity does not matter, only what is sent is important
Catch many forms of spams with just a few trainings, intelligent classications, rare false positives
Classify as ham / spam or unsure using a powerful algorithm to calculate probabilities in a range from 0 to 1
Supports trainings, user...