Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] More spaces fix in DKIM signature | Vsevolod Stakhov | 2016-09-23 | 1 | -11/+20 |
| | |||||
* | [Fix] Fix crash on OpenBSD in `url_email_start` | Vsevolod Stakhov | 2016-09-23 | 1 | -1/+5 |
| | | | | | Issue: #969 MFH: true | ||||
* | [Fix] Fix DKIM calculations | Vsevolod Stakhov | 2016-09-23 | 1 | -4/+4 |
| | |||||
* | [Feature] Try to guess line endings when folding headers | Vsevolod Stakhov | 2016-09-22 | 3 | -3/+5 |
| | |||||
* | [Feature] Add ffi friendly version of process_regexp function | Vsevolod Stakhov | 2016-09-22 | 2 | -3/+29 |
| | |||||
* | Merge pull request #974 from fatalbanana/spf | Vsevolod Stakhov | 2016-09-21 | 1 | -0/+1 |
|\ | | | | | [Fix] Yield R_SPF_DNSFAIL if lookup of included record fails | ||||
| * | [Fix] Yield R_SPF_DNSFAIL if lookup of included record fails | Andrew Lewis | 2016-09-21 | 1 | -0/+1 |
| | | |||||
* | | [Fix] Another try to fix RDNS events processing logic | Vsevolod Stakhov | 2016-09-21 | 1 | -0/+1 |
|/ | | | | | Issue: #971 MFH: true | ||||
* | [Fix] Use memmove for overlapping regions | Vsevolod Stakhov | 2016-09-20 | 1 | -3/+3 |
| | | | | | Issue: #961 MFH: true | ||||
* | [Feature] Add R_DKIM_PERMFAIL symbol | Andrew Lewis | 2016-09-19 | 2 | -2/+10 |
| | |||||
* | [Minor] Reduce log noise | Vsevolod Stakhov | 2016-09-16 | 1 | -1/+1 |
| | |||||
* | [Feature] Allow to pass extra data from plugins to log helper | Vsevolod Stakhov | 2016-09-12 | 2 | -3/+144 |
| | |||||
* | [Minor] Explicitly reinit libevent PRNG on fork | Vsevolod Stakhov | 2016-09-11 | 1 | -5/+10 |
| | |||||
* | [CritFix] Fix hyperscan compilation on regexp change | Vsevolod Stakhov | 2016-09-09 | 1 | -0/+10 |
| | | | | | | | | | | | | | | Rspamd could use an incorrect hyperscan database in the case when a single regexp has been changed. In this case, Rspamd did not recalculate the cached files causing shifting of regexp IDs. Subsequently, that caused random regexp to match whilst completely different patterns were expected. With this change, Rspamd also takes care about the order of regexps (by including it in the crypto hash). This change eliminates the issue and Rspamd can deal with regexps changes correctly. MFH: true | ||||
* | [Fix] Fix processing of redirect in SPF includes | Vsevolod Stakhov | 2016-09-09 | 1 | -1/+1 |
| | | | | MFH: true | ||||
* | [Feature] Add replies compression | Vsevolod Stakhov | 2016-09-09 | 1 | -1/+62 |
| | |||||
* | [Feature] Preserve decompression context between tasks | Vsevolod Stakhov | 2016-09-09 | 1 | -15/+13 |
| | |||||
* | [Feature] Add support for dictionary in client compression | Vsevolod Stakhov | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | [Feature] Allow to use dictionaries for compression | Vsevolod Stakhov | 2016-09-09 | 3 | -4/+54 |
| | |||||
* | [Minor] Small fixes to compressed requests | Vsevolod Stakhov | 2016-09-08 | 1 | -1/+5 |
| | |||||
* | [Feature] Add support for input encryption | Vsevolod Stakhov | 2016-09-08 | 2 | -2/+71 |
| | |||||
* | [Fix] Handle failures for inactive pooled connections | Vsevolod Stakhov | 2016-09-08 | 1 | -3/+39 |
| | |||||
* | [Fix] Treat all errors in redis_pool as fatal errors for a connection | Vsevolod Stakhov | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix order check for post-filters | Vsevolod Stakhov | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | [Feature] Implement real priorities for pre and post filters | Vsevolod Stakhov | 2016-09-08 | 1 | -4/+42 |
| | | | | | | | Now pre and post filters with higher priorities have guarantee to be finished before (or after in case of postfilters) filters with lower priorities. Previously, there was a guarantee for start time which was not enough for many use cases. | ||||
* | [Minor] Improve log message | Vsevolod Stakhov | 2016-09-07 | 1 | -1/+3 |
| | |||||
* | [Fix] Another fix for rdns_make_request_full invocation | Vsevolod Stakhov | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix DNS request in monitored | Vsevolod Stakhov | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | [Minor] Try to hunt issue with redis pool failures | Vsevolod Stakhov | 2016-09-06 | 1 | -1/+3 |
| | |||||
* | [Minor] Add logging to the redis backend for fuzzy | Vsevolod Stakhov | 2016-09-05 | 1 | -0/+43 |
| | |||||
* | [Minor] Fix multiple issues in redis fuzzy backend | Vsevolod Stakhov | 2016-09-05 | 2 | -9/+137 |
| | |||||
* | [Minor] Print worker index when starting it | Vsevolod Stakhov | 2016-09-05 | 1 | -1/+2 |
| | |||||
* | [Minor] Implement the rest functions for redis fuzzy backend | Vsevolod Stakhov | 2016-09-05 | 3 | -9/+447 |
| | |||||
* | [Minor] Implement checks in redis fuzzy backend | Vsevolod Stakhov | 2016-09-05 | 1 | -13/+379 |
| | |||||
* | [Minor] Implement some features of redis backend | Vsevolod Stakhov | 2016-09-02 | 3 | -1/+269 |
| | |||||
* | [Minor] Skeleton for redis fuzzy backend | Vsevolod Stakhov | 2016-09-02 | 5 | -6/+242 |
| | |||||
* | [Minor] `type` -> `backend` for fuzzy backend type | Vsevolod Stakhov | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix periodic updates | Vsevolod Stakhov | 2016-09-02 | 2 | -22/+51 |
| | |||||
* | [Minor] Add more routines to fuzzy backend subrs | Vsevolod Stakhov | 2016-09-01 | 2 | -12/+141 |
| | |||||
* | [Minor] Add sqlite helpers to the abstract API | Vsevolod Stakhov | 2016-09-01 | 3 | -9/+131 |
| | |||||
* | [Minor] Add skeleton for backend abstract functions | Vsevolod Stakhov | 2016-09-01 | 1 | -5/+70 |
| | |||||
* | [Rework] Reorganize the internal backend structure | Vsevolod Stakhov | 2016-09-01 | 5 | -87/+248 |
| | |||||
* | [Rework] Reorganize fuzzy backend structure | Vsevolod Stakhov | 2016-09-01 | 6 | -1118/+1246 |
| | |||||
* | [Fix] Use the correct macro to get the size of control | Vsevolod Stakhov | 2016-09-01 | 1 | -4/+4 |
| | |||||
* | [Fix] Fix min_learns option | Vsevolod Stakhov | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | [Minor] Add logging support for redis pool | Vsevolod Stakhov | 2016-08-30 | 2 | -12/+43 |
| | |||||
* | [Fix] Do not be cheated by system hiredis | Vsevolod Stakhov | 2016-08-30 | 1 | -3/+4 |
| | |||||
* | [Minor] Various fixes in redis pool | Vsevolod Stakhov | 2016-08-30 | 1 | -22/+37 |
| | |||||
* | [Minor] Initialize redis pool | Vsevolod Stakhov | 2016-08-30 | 2 | -0/+4 |
| | |||||
* | [Feature] Add implementation of redis connections pool | Vsevolod Stakhov | 2016-08-30 | 3 | -0/+402 |
| |