| Commit message (Expand) | Author | Age | Files | Lines |
* | Add workaround for clang under linux. | Vsevolod Stakhov | 2011-07-21 | 7 | -16/+16 |
* | Fix statfiles class determination euristic. | Vsevolod Stakhov | 2011-07-18 | 1 | -9/+9 |
* | Fix textpart:get_language lua function. | Vsevolod Stakhov | 2011-07-18 | 1 | -0/+1 |
* | Create statfiles using learn_spam function for bayes classifier. | Vsevolod Stakhov | 2011-07-18 | 1 | -1/+1 |
* | * Add new algorithm based on diff algorithm to compare relatively short text ... | Vsevolod Stakhov | 2011-07-13 | 1 | -1/+7 |
* | * Add ability to get difference between two parts from lua code | Vsevolod Stakhov | 2011-07-12 | 1 | -0/+45 |
* | * First commit to implement multi-statfile filter system with new learning me... | Vsevolod Stakhov | 2011-07-12 | 2 | -29/+151 |
* | * Add a simple logic of language detection for text parts (unicode script based) | Vsevolod Stakhov | 2011-07-11 | 2 | -1/+102 |
* | Actually all times are in GMT already, so avoid conversion to prevent dst loo... | Vsevolod Stakhov | 2011-06-15 | 2 | -3/+1 |
* | Fix trie text search. | Vsevolod Stakhov | 2011-06-10 | 1 | -0/+7 |
* | Fix connecting to xmlrpc server. | Vsevolod Stakhov | 2011-06-10 | 1 | -5/+2 |
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 3 | -11/+93 |
* | 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 | 1 | -1/+99 |
* | * Add lua interface for parsing xmlrpc replies | Vsevolod Stakhov | 2011-06-08 | 4 | -1/+410 |
* | * Add new key-value map | Vsevolod Stakhov | 2011-05-25 | 2 | -5/+37 |
* | * Fix error in raw headers parsing | Vsevolod Stakhov | 2011-05-24 | 1 | -9/+12 |
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -4/+4 |
* | * Add functions to lua API to detect message and task date (in GMT) | Vsevolod Stakhov | 2011-04-22 | 3 | -1/+42 |
* | Write to log number of dns requests per task. | Vsevolod Stakhov | 2011-03-25 | 1 | -0/+3 |
* | Push recipients in a proper way. | Vsevolod Stakhov | 2011-03-18 | 1 | -19/+40 |
* | * Add strict priority rules | Vsevolod Stakhov | 2011-03-18 | 2 | -1/+29 |
* | Optimization. | Vsevolod Stakhov | 2011-03-14 | 1 | -10/+3 |
* | Fix initialization point. | Vsevolod Stakhov | 2011-03-09 | 1 | -0/+2 |
* | * Add monitoring for cdb | Vsevolod Stakhov | 2011-03-09 | 1 | -1/+12 |
* | Fix gmime24 compatibility. | Vsevolod Stakhov | 2011-03-09 | 1 | -2/+2 |
* | * Add ability to lookup CDB maps from lua | Vsevolod Stakhov | 2011-03-05 | 4 | -2/+157 |
* | Ignore group addresses. | Vsevolod Stakhov | 2011-03-05 | 1 | -5/+7 |
* | Assume headers folding as space character. | Vsevolod Stakhov | 2011-03-05 | 1 | -1/+0 |
* | * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked) | Vsevolod Stakhov | 2011-03-04 | 1 | -5/+123 |
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 1 | -30/+31 |
* | Save separator inside raw_header struct. | Vsevolod Stakhov | 2011-02-23 | 1 | -0/+4 |
* | * Process raw headers by FSM. | Vsevolod Stakhov | 2011-02-21 | 2 | -1/+78 |
* | * Add function regexp_occurs_number that allows to test how much occurs of re... | Vsevolod Stakhov | 2011-02-18 | 1 | -2/+2 |
* | Fix received headers parser state machine to parse headers with only 'by' com... | Vsevolod Stakhov | 2011-02-17 | 1 | -2/+3 |
* | Fix received headers passing to lua. | Vsevolod Stakhov | 2011-02-17 | 1 | -0/+7 |
* | Fix rspamd_logger. | Vsevolod Stakhov | 2011-02-17 | 1 | -4/+4 |
* | Fix parsing emails with '_' symbol. | Vsevolod Stakhov | 2011-02-17 | 1 | -1/+3 |
* | * Add ability to define composites from lua. [1] | Vsevolod Stakhov | 2011-02-16 | 1 | -7/+56 |
* | * Add new lua module regexp for using glib regular expressions (pcre compatible) | Vsevolod Stakhov | 2011-02-15 | 4 | -3/+252 |
* | * Add ability to specify 'S' flag to regexp that means that headers checks mu... | Vsevolod Stakhov | 2011-02-15 | 1 | -2/+15 |
* | * Add ability to add descriptions for symbols | Vsevolod Stakhov | 2011-02-15 | 1 | -1/+9 |
* | * Add ability to setup metric's weights from lua | Vsevolod Stakhov | 2011-02-14 | 1 | -0/+73 |
* | Handle params correctly. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+2 |
* | Call lua functions correctly as well. | Vsevolod Stakhov | 2011-02-08 | 2 | -5/+31 |
* | Call lua function properly. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+7 |
* | Fix trie in lua plugins. | Vsevolod Stakhov | 2011-02-08 | 1 | -2/+10 |
* | * New module for checking emails inside messages (rules based, like multimap) | Vsevolod Stakhov | 2011-02-03 | 2 | -4/+109 |
* | * Make trie plugin and fix trie lua API | Vsevolod Stakhov | 2011-01-25 | 1 | -4/+17 |