| Commit message (Expand) | Author | Age | Files | Lines |
* | * Fixes to winnow learning | Vsevolod Stakhov | 2010-08-05 | 4 | -60/+135 |
* | * Fix wirting message id during fuzzy_add command | Vsevolod Stakhov | 2010-08-04 | 4 | -4/+15 |
* | * Consider lua plugins errors as fatal configuration errors | Vsevolod Stakhov | 2010-08-04 | 4 | -8/+22 |
* | * Fix some logic errors in learning | Vsevolod Stakhov | 2010-08-03 | 1 | -6/+8 |
* | * Do not output control characters if output is not terminal | Vsevolod Stakhov | 2010-08-03 | 1 | -17/+23 |
* | * Improve logic of learning messages: do not learn more than specific threshold | Vsevolod Stakhov | 2010-08-02 | 2 | -9/+83 |
* | * Add logging for fuzzy checks | Vsevolod Stakhov | 2010-08-02 | 2 | -5/+13 |
* | * Document composites | Vsevolod Stakhov | 2010-08-02 | 1 | -0/+21 |
* | * Fix inserting composite symbol | Vsevolod Stakhov | 2010-08-02 | 2 | -6/+2 |
* | * Output message id in rspamc reply | Vsevolod Stakhov | 2010-07-31 | 1 | -3/+8 |
* | * Write symbols weights to rspamc output | Vsevolod Stakhov | 2010-07-31 | 7 | -18/+49 |
* | * Fix quit command in controller interface | Vsevolod Stakhov | 2010-07-30 | 1 | -1/+1 |
* | Added tag 0.3.1 for changeset badcc2f4c3e5 | Vsevolod Stakhov | 2010-07-29 | 1 | -0/+2 |
* | * Add error handling for regexps0.3.1 | Vsevolod Stakhov | 2010-07-29 | 1 | -6/+22 |
* | Added tag 0.3.1 for changeset 90c8a471ba4d | Vsevolod Stakhov | 2010-07-29 | 1 | -0/+1 |
* | * Do not add extra byte while converting text to utf | Vsevolod Stakhov | 2010-07-29 | 1 | -1/+1 |
* | * Fix error with writing symbols cache file | Vsevolod Stakhov | 2010-07-28 | 3 | -15/+15 |
* | * Fix parsing txt records to avoid reading of uninitialized data | Vsevolod Stakhov | 2010-07-28 | 2 | -5/+8 |
* | * Another try to save regexps in cache correctly | Vsevolod Stakhov | 2010-07-28 | 3 | -35/+42 |
* | * Fix labels parsing | cebka | 2010-07-28 | 1 | -3/+6 |
* | * Add multimap documentation | Vsevolod Stakhov | 2010-07-28 | 1 | -0/+35 |
* | * Add ability to check dns black lists by multimap module | Vsevolod Stakhov | 2010-07-28 | 1 | -2/+24 |
* | * Allocate some more bytes for read buffer to avoid incorrect behavoiur | Vsevolod Stakhov | 2010-07-27 | 1 | -2/+2 |
* | * Try to save images hashes to fuzzy storage to stop some annoying spammers | Vsevolod Stakhov | 2010-07-27 | 3 | -74/+141 |
* | * Fix some multimap issues | Vsevolod Stakhov | 2010-07-27 | 1 | -8/+9 |
* | * Fix lua representing of invalid ip (nil, not 255.255.255.255) | Vsevolod Stakhov | 2010-07-27 | 3 | -4/+129 |
* | * Pre-init symbols cache when rereading config | Vsevolod Stakhov | 2010-07-27 | 1 | -0/+4 |
* | * 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 | 2 | -6/+7 |
* | * Fix extracting arguments in lua logger interface | Vsevolod Stakhov | 2010-07-26 | 1 | -4/+4 |
* | * More debug | Vsevolod Stakhov | 2010-07-25 | 8 | -10/+14 |
* | * Add rspamd_log variable to lua plugins to access logging functions | Vsevolod Stakhov | 2010-07-25 | 13 | -20/+182 |
* | * 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 |
* | * Some optimizations to client library | Vsevolod Stakhov | 2010-07-20 | 1 | -3/+3 |
* | * Stupid error in calculation compressed label length | Vsevolod Stakhov | 2010-07-20 | 1 | -1/+1 |
* | * Use ungreedy match to strip trailing whitespaces | Vsevolod Stakhov | 2010-07-20 | 1 | -5/+5 |
* | * Strip trailing whitespace characters in Mail::Rspamd::Client | Vsevolod Stakhov | 2010-07-20 | 1 | -5/+5 |
* | * Improve reopenlog command in rc script | Vsevolod Stakhov | 2010-07-20 | 1 | -2/+1 |
* | * Handle empty from header | Vsevolod Stakhov | 2010-07-20 | 1 | -1/+1 |
* | * Fix another error with early task destroying | Vsevolod Stakhov | 2010-07-20 | 2 | -4/+7 |
* | * Fix expanding spf macros that may fail in rare cases | Vsevolod Stakhov | 2010-07-20 | 2 | -2/+4 |
* | * Fix problems with parsing compressed names | Vsevolod Stakhov | 2010-07-20 | 1 | -10/+37 |
* | * Handle cases of broken requests | Vsevolod Stakhov | 2010-07-19 | 2 | -4/+6 |
* | * Do not try to resolve names with several dots in a row | Vsevolod Stakhov | 2010-07-19 | 2 | -2/+8 |
* | * Fix to rc script | Vsevolod Stakhov | 2010-07-19 | 1 | -0/+1 |
* | * Adopt foreach for cmake 2.6 | Vsevolod Stakhov | 2010-07-19 | 2 | -3/+3 |
* | * Reopen log file by USR1 signal | Vsevolod Stakhov | 2010-07-19 | 9 | -20/+55 |
* | * Merge | Vsevolod Stakhov | 2010-07-19 | 4 | -12/+41 |
|\ |
|