| Commit message (Expand) | Author | Age | Files | Lines |
* | Create statfiles using learn_spam function for bayes classifier. | Vsevolod Stakhov | 2011-07-18 | 2 | -1/+19 |
* | Use event_set correctly after event_del. | Vsevolod Stakhov | 2011-07-18 | 1 | -0/+1 |
* | Fix bug with data corruption during settings application. | Vsevolod Stakhov | 2011-07-18 | 1 | -1/+8 |
* | Another fix for comparing parts without content - two empty parts are equal. | Vsevolod Stakhov | 2011-07-14 | 1 | -1/+6 |
* | Fix coredump on messages with one url only. | Vsevolod Stakhov | 2011-07-14 | 1 | -1/+1 |
* | Fix core dumps when no symbols are found in a message. | Vsevolod Stakhov | 2011-07-14 | 1 | -1/+1 |
* | * Add learn_spam/learn_ham interface to librspamdclient and to rspamc | Vsevolod Stakhov | 2011-07-14 | 7 | -43/+156 |
* | Adjust interval. | Vsevolod Stakhov | 2011-07-14 | 1 | -2/+2 |
* | * Remove completion logic from controller: it is hardly used but breaks new c... | Vsevolod Stakhov | 2011-07-14 | 1 | -35/+26 |
* | Fix multiply compare_parts_distance calls. | Vsevolod Stakhov | 2011-07-14 | 1 | -2/+12 |
* | Ignore arguments order in compare_parts_distance function. | Vsevolod Stakhov | 2011-07-14 | 1 | -2/+2 |
* | Change logic of params inside compare parts distance. | Vsevolod Stakhov | 2011-07-14 | 2 | -11/+51 |
* | * Add new algorithm based on diff algorithm to compare relatively short text ... | Vsevolod Stakhov | 2011-07-13 | 13 | -11/+497 |
* | Add validity detector for statfiles inside classifier. | Vsevolod Stakhov | 2011-07-13 | 3 | -2/+59 |
* | * Add second argument to compare_parts_distance function so it can be used as... | Vsevolod Stakhov | 2011-07-13 | 1 | -21/+37 |
* | * Add ability to get difference between two parts from lua code | Vsevolod Stakhov | 2011-07-12 | 2 | -0/+50 |
* | * First commit to implement multi-statfile filter system with new learning me... | Vsevolod Stakhov | 2011-07-12 | 17 | -82/+649 |
* | Cache data of parts distance function to speed up multiply rules with such fu... | Vsevolod Stakhov | 2011-07-12 | 2 | -1/+24 |
* | * Make fuzzy hashes utf8 compatible. | Vsevolod Stakhov | 2011-07-12 | 2 | -35/+75 |
* | * Add a simple logic of language detection for text parts (unicode script based) | Vsevolod Stakhov | 2011-07-11 | 4 | -2/+118 |
* | Fix phishing detection with img flag. | Vsevolod Stakhov | 2011-07-11 | 4 | -32/+61 |
* | * Improve performance of settings lookup | Vsevolod Stakhov | 2011-06-30 | 6 | -106/+122 |
* | * Add correcting factor to statistics. | Vsevolod Stakhov | 2011-06-28 | 6 | -36/+105 |
* | * Add ability to specify noip option for uribl suffix to avoid checking urls ... | Vsevolod Stakhov | 2011-06-28 | 2 | -3/+29 |
* | Fix statshow utility. | Vsevolod Stakhov | 2011-06-27 | 1 | -2/+2 |
* | Remove debug. | Vsevolod Stakhov | 2011-06-27 | 1 | -1/+0 |
* | Fix incorrect calculating of token length. | Vsevolod Stakhov | 2011-06-27 | 2 | -2/+3 |
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 20 | -182/+274 |
* | Oops, remove debug. | Vsevolod Stakhov | 2011-06-23 | 1 | -7/+0 |
* | * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hash | Vsevolod Stakhov | 2011-06-23 | 12 | -69/+213 |
* | Another fix with reload command. | Vsevolod Stakhov | 2011-06-20 | 1 | -3/+4 |
* | Fix reload command. | Vsevolod Stakhov | 2011-06-20 | 2 | -1/+2 |
* | Handle files with zero lenght properly. | Vsevolod Stakhov | 2011-06-17 | 1 | -0/+1 |
* | Fix rspamc client to handle multiply files properly. | Vsevolod Stakhov | 2011-06-17 | 1 | -8/+9 |
* | Actually all times are in GMT already, so avoid conversion to prevent dst loo... | Vsevolod Stakhov | 2011-06-15 | 2 | -3/+1 |
* | Add condition to fix inconsistent records in LRU cache. | Vsevolod Stakhov | 2011-06-14 | 1 | -1/+2 |
* | Write logbuf safely.0.3.14 | Vsevolod Stakhov | 2011-06-10 | 1 | -1/+1 |
* | Fix trie text search. | Vsevolod Stakhov | 2011-06-10 | 1 | -0/+7 |
* | Fix memory issues. | Vsevolod Stakhov | 2011-06-10 | 1 | -1/+9 |
* | Improve performance of trie search. | Vsevolod Stakhov | 2011-06-10 | 2 | -1/+3 |
* | Fix connecting to xmlrpc server. | Vsevolod Stakhov | 2011-06-10 | 1 | -5/+2 |
* | Fixes from previous commit. | Vsevolod Stakhov | 2011-06-10 | 3 | -4/+3 |
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 10 | -49/+445 |
* | Up lua version. | Vsevolod Stakhov | 2011-06-09 | 1 | -1/+1 |
* | * Add lua http support that makes it easy to send GET and POST request to HTT... | Vsevolod Stakhov | 2011-06-09 | 4 | -1/+447 |
* | * Add api for creating XML-rpc calls | Vsevolod Stakhov | 2011-06-09 | 4 | -17/+119 |
* | * Add lua interface for parsing xmlrpc replies | Vsevolod Stakhov | 2011-06-08 | 4 | -1/+410 |
* | * Add more convinient operations into expressions ('and', 'or', 'not') | Vsevolod Stakhov | 2011-06-06 | 1 | -19/+87 |
* | * Skip short utf words in statistics | Vsevolod Stakhov | 2011-06-03 | 5 | -11/+20 |
* | Misprint. | Vsevolod Stakhov | 2011-06-03 | 2 | -2/+1 |