| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixes in classifying for small messages. | Vsevolod Stakhov | 2011-01-25 | 1 | -1/+1 |
* | * Add versions to lua API | Vsevolod Stakhov | 2010-12-22 | 2 | -0/+11 |
* | * Introduce new system of configuration checks: | Vsevolod Stakhov | 2010-12-20 | 1 | -1/+44 |
* | * Implement ability to add conditional rules to rspamd.xml | Vsevolod Stakhov | 2010-12-15 | 2 | -0/+67 |
* | Add registering options for lua modules | Vsevolod Stakhov | 2010-12-14 | 1 | -0/+53 |
* | * Add ability to obtain phished url from lua | Vsevolod Stakhov | 2010-11-12 | 1 | -0/+21 |
* | * Add phishing detector (now just compares <a href> with tag's data). | Vsevolod Stakhov | 2010-11-02 | 3 | -10/+126 |
* | Remove G_INLINE_FUNC definitions as I misunderstood its purposes. | Vsevolod Stakhov | 2010-10-15 | 1 | -1/+1 |
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 7 | -164/+164 |
* | * Add trie interface to lua api | Vsevolod Stakhov | 2010-09-22 | 3 | -0/+147 |
* | * Add ability to extract filename and size of images from lua | Vsevolod Stakhov | 2010-08-25 | 1 | -0/+34 |
* | * Add post filters to lua API - filters that would be called after all messag... | Vsevolod Stakhov | 2010-08-25 | 3 | -1/+244 |
* | * Move images library to core rspamd | Vsevolod Stakhov | 2010-08-23 | 3 | -0/+106 |
* | * Consider lua plugins errors as fatal configuration errors | Vsevolod Stakhov | 2010-08-04 | 2 | -4/+15 |
* | * Fix lua representing of invalid ip (nil, not 255.255.255.255) | Vsevolod Stakhov | 2010-07-27 | 1 | -3/+3 |
* | * Improve lua logging | Vsevolod Stakhov | 2010-07-26 | 1 | -4/+35 |
* | * Turn off debug_ip during reload if it was disabled by new config | Vsevolod Stakhov | 2010-07-26 | 1 | -6/+0 |
* | * Fix extracting arguments in lua logger interface | Vsevolod Stakhov | 2010-07-26 | 1 | -4/+4 |
* | * Add rspamd_log variable to lua plugins to access logging functions | Vsevolod Stakhov | 2010-07-25 | 1 | -1/+8 |
* | * Fix lua DNS code | Vsevolod Stakhov | 2010-07-13 | 1 | -0/+3 |
* | * Remove evdns and use only rspamd resolver | Vsevolod Stakhov | 2010-07-09 | 1 | -19/+58 |