Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix statfiles class determination euristic. | Vsevolod Stakhov | 2011-07-18 | 1 | -9/+9 |
| | | | | Fix call of classifier pre-callback. | ||||
* | 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 |
| | | | | Fix call of pre callbacks for a classifier. | ||||
* | * Add new algorithm based on diff algorithm to compare relatively short text ↵ | Vsevolod Stakhov | 2011-07-13 | 1 | -1/+7 |
| | | | | parts | ||||
* | * 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 ↵ | Vsevolod Stakhov | 2011-07-12 | 2 | -29/+151 |
| | | | | mechanizm (untested yet) | ||||
* | * 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 ↵ | Vsevolod Stakhov | 2011-06-15 | 2 | -3/+1 |
| | | | | loosing. | ||||
* | 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 |
| | | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well. | ||||
* | 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 ↵ | Vsevolod Stakhov | 2011-06-09 | 4 | -1/+447 |
| | | | | HTTP servers from lua code | ||||
* | * 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 |
| | | | | | * Add lua api support for key-value map * Fix problem in lua configuration initialization to allow `rspamd_config' global work properly | ||||
* | * Fix error in raw headers parsing | Vsevolod Stakhov | 2011-05-24 | 1 | -9/+12 |
| | | | | * Improve speed of raw headers access | ||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -4/+4 |
| | | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file | ||||
* | * 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 |
| | | | | | * Improve and fix multimap module * Add rspamd_config object to stage of early configure of rspamd | ||||
* | 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 |
| | | | | | | Fix adding extra space to raw headers. Reported by: Victor Ustugov | ||||
* | * Add ability to lookup CDB maps from lua | Vsevolod Stakhov | 2011-03-05 | 4 | -2/+157 |
| | | | | * Add cdb:// map to multimap plugin | ||||
* | 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 |
| | | | | * Improve lua api for getting message's sender and recipients | ||||
* | * 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 |
| | | | | Requested by: Victor Ustugov | ||||
* | * Process raw headers by FSM. | Vsevolod Stakhov | 2011-02-21 | 2 | -1/+78 |
| | | | | * Add methods for accessing raw_headers from lua and C | ||||
* | * Add function regexp_occurs_number that allows to test how much occurs of ↵ | Vsevolod Stakhov | 2011-02-18 | 1 | -2/+2 |
| | | | | | | | | | regexp can be found in a message Fix composites logic. [1] Fix composites registration from lua. [1] Reported by: Victor Ustugov [1] | ||||
* | Fix received headers parser state machine to parse headers with only 'by' ↵ | Vsevolod Stakhov | 2011-02-17 | 1 | -2/+3 |
| | | | | component. | ||||
* | 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 |
| | | | | Fix adding metric symbol. | ||||
* | * Add ability to define composites from lua. [1] | Vsevolod Stakhov | 2011-02-16 | 1 | -7/+56 |
| | | | | | | Write to log when lua values override xml ones. [1] [1] Suggested by Victor Ustugov | ||||
* | * 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 ↵ | Vsevolod Stakhov | 2011-02-15 | 1 | -2/+15 |
| | | | | | | must be case sensitive * Add lua function message:get_header_strong | ||||
* | * 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 |
| | | | | | | | * Emails now are separated from urls and urls checks * Add ability to check text attachements if option is presented in a configuration Version is 0.3.6 now | ||||
* | * Make trie plugin and fix trie lua API | Vsevolod Stakhov | 2011-01-25 | 1 | -4/+17 |
| | |||||
* | Fixes in classifying for small messages. | Vsevolod Stakhov | 2011-01-25 | 1 | -1/+1 |
| |