| Commit message (Expand) | Author | Age | Files | Lines |
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
* | * Rework thread pools locking logic to avoid global lua mutex usage. | Vsevolod Stakhov | 2012-08-22 | 1 | -13/+3 |
* | Separate librspamdserver API from plugins and workers functions. | Vsevolod Stakhov | 2012-03-01 | 1 | -592/+4 |
* | More fixes to thread-safe processing. | Vsevolod Stakhov | 2012-02-14 | 1 | -27/+0 |
* | Make compiler happy in several cases, remove warnings. | Vsevolod Stakhov | 2011-12-20 | 1 | -4/+4 |
* | Fix bug in compare_content_param function. | Vsevolod Stakhov | 2011-10-24 | 1 | -21/+23 |
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 |
* | Add workaround for clang under linux. | Vsevolod Stakhov | 2011-07-21 | 1 | -1/+1 |
* | * Add start script for red hat compatible systems | Vsevolod Stakhov | 2011-07-20 | 1 | -0/+2 |
* | Adjust interval. | Vsevolod Stakhov | 2011-07-14 | 1 | -2/+2 |
* | 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 | 1 | -2/+2 |
* | * Add new algorithm based on diff algorithm to compare relatively short text ... | Vsevolod Stakhov | 2011-07-13 | 1 | -1/+7 |
* | * Add second argument to compare_parts_distance function so it can be used as... | Vsevolod Stakhov | 2011-07-13 | 1 | -21/+37 |
* | Cache data of parts distance function to speed up multiply rules with such fu... | Vsevolod Stakhov | 2011-07-12 | 1 | -1/+22 |
* | * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hash | Vsevolod Stakhov | 2011-06-23 | 1 | -1/+1 |
* | * Add more convinient operations into expressions ('and', 'or', 'not') | Vsevolod Stakhov | 2011-06-06 | 1 | -19/+87 |
* | * Fix error in raw headers parsing | Vsevolod Stakhov | 2011-05-24 | 1 | -1/+1 |
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -6/+0 |
* | * Add new lua module regexp for using glib regular expressions (pcre compatible) | Vsevolod Stakhov | 2011-02-15 | 1 | -2/+15 |
* | * Add ability to specify 'S' flag to regexp that means that headers checks mu... | Vsevolod Stakhov | 2011-02-15 | 1 | -1/+6 |
* | Call lua functions correctly as well. | Vsevolod Stakhov | 2011-02-08 | 1 | -1/+1 |
* | Avoid gmime asserts if no recipients are passed from MTA. | Vsevolod Stakhov | 2011-01-21 | 1 | -0/+3 |
* | Make own strlcpy that does not calculate remaining string length (faster and ... | Vsevolod Stakhov | 2010-11-16 | 1 | -5/+5 |
* | Add add_header action to smtp proxy. | Vsevolod Stakhov | 2010-10-26 | 1 | -0/+1 |
* | * Add ability to recursive scan over multipart's parts for functions: | Vsevolod Stakhov | 2010-10-20 | 1 | -86/+241 |
* | Fixes bugs found with clang-static analyser. | Vsevolod Stakhov | 2010-10-11 | 1 | -7/+9 |
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -61/+61 |
* | * Add trie interface to lua api | Vsevolod Stakhov | 2010-09-22 | 1 | -0/+4 |
* | * Fix assertion while extracting internet address | Vsevolod Stakhov | 2010-08-26 | 1 | -6/+8 |
* | * Ignore rfc822 group addresses | Vsevolod Stakhov | 2010-08-19 | 1 | -6/+11 |
* | * Fix error with writing symbols cache file | Vsevolod Stakhov | 2010-07-28 | 1 | -8/+8 |
* | * Another try to save regexps in cache correctly | Vsevolod Stakhov | 2010-07-28 | 1 | -2/+3 |
* | * More debug | Vsevolod Stakhov | 2010-07-25 | 1 | -0/+1 |
* | * Add rspamd_log variable to lua plugins to access logging functions | Vsevolod Stakhov | 2010-07-25 | 1 | -0/+16 |
* | * Save in regexp cache the whole regexp with header name (if exists) and with... | Vsevolod Stakhov | 2010-07-23 | 1 | -1/+2 |
* | * Empty and non-empty parts are allways different | Vsevolod Stakhov | 2010-07-20 | 1 | -0/+4 |
* | * Do not compare empty parts | Vsevolod Stakhov | 2010-07-20 | 1 | -4/+6 |
* | * Assume 7bit as default transfer encoding | Vsevolod Stakhov | 2010-07-16 | 1 | -1/+9 |
* | * Add more debug to comparing parts distance function | Vsevolod Stakhov | 2010-07-16 | 1 | -2/+4 |
* | * Add ability to set metric's action from config file | Vsevolod Stakhov | 2010-07-15 | 1 | -1/+1 |
* | * Add ability to test regexp with 'T' flag | Vsevolod Stakhov | 2010-07-06 | 1 | -0/+5 |
* | * Remove some warnings | Vsevolod Stakhov | 2010-05-31 | 1 | -3/+3 |
* | * Fix more gmime2.4 issues | Vsevolod Stakhov | 2010-05-31 | 1 | -24/+27 |
* | * Fix strict aliasing while compiling with optimization | Vsevolod Stakhov | 2010-05-31 | 1 | -1/+2 |
* | * Fix build with gmime24 | Vsevolod Stakhov | 2010-05-27 | 1 | -5/+43 |
* | * Fix config reloading | Vsevolod Stakhov | 2010-05-13 | 1 | -16/+24 |
* | * Call lua functions like C functions in expressions | Vsevolod Stakhov | 2010-04-08 | 1 | -1/+15 |