Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Check return values from Lua functions called from C | Vsevolod Stakhov | 2017-04-05 | 3 | -47/+64 |
| | |||||
* | [Minor] Fix headers_foreach invocation | Vsevolod Stakhov | 2017-04-05 | 2 | -2/+2 |
| | |||||
* | [Fix] Fix processing of small tokens vectors | Vsevolod Stakhov | 2017-04-04 | 1 | -3/+8 |
| | |||||
* | [Feature] Ignore bayes with mostly metatokens or with too few text | Vsevolod Stakhov | 2017-04-04 | 1 | -2/+28 |
| | |||||
* | [CritFix] Fix classifier learning with Redis backend | Vsevolod Stakhov | 2017-04-04 | 1 | -13/+59 |
| | |||||
* | [Rework] Set token data as uint64_t instead of chars array | Vsevolod Stakhov | 2017-04-04 | 11 | -96/+120 |
| | |||||
* | [Fix] Fix parsing of options for workers with the same type | Vsevolod Stakhov | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix out-of-bound read | Vsevolod Stakhov | 2017-04-04 | 1 | -2/+1 |
| | |||||
* | [Minor] Allow to iterate mime headers as well | Vsevolod Stakhov | 2017-04-04 | 2 | -0/+97 |
| | |||||
* | [Feature] Add task:headers_foreach function | Vsevolod Stakhov | 2017-04-04 | 3 | -50/+161 |
| | |||||
* | [Minor] Explicitly set queue to NULL for top part | Vsevolod Stakhov | 2017-04-04 | 2 | -1/+4 |
| | |||||
* | Merge pull request #1576 from humbapa/master | Vsevolod Stakhov | 2017-04-04 | 1 | -1/+3 |
|\ | | | | | Handle for ACC and OK messages from sophos | ||||
| * | The same with 'OK SSSP' messages | MB | 2017-04-03 | 1 | -1/+1 |
| | | |||||
| * | Handling ACC messages for sophos | MB | 2017-04-03 | 1 | -1/+3 |
| | | |||||
* | | [Feature] Store headers order | Vsevolod Stakhov | 2017-04-03 | 6 | -16/+37 |
| | | |||||
* | | [Minor] Do not ignore Lua metatokens | Vsevolod Stakhov | 2017-04-03 | 1 | -0/+2 |
| | | |||||
* | | [Feature] Rework classifiers lua metatokens | Vsevolod Stakhov | 2017-04-03 | 1 | -33/+48 |
| | | |||||
* | | [Minor] Add images shingles keys caching | Vsevolod Stakhov | 2017-04-03 | 1 | -23/+2 |
| | | |||||
* | | [Feature] Use cached shingles keys | Vsevolod Stakhov | 2017-04-03 | 1 | -20/+95 |
| | | |||||
* | | [Minor] Use memcpy | Vsevolod Stakhov | 2017-04-03 | 1 | -4/+1 |
|/ | |||||
* | [Fix] Fix parsing of non-RFC compatible Exim received | Vsevolod Stakhov | 2017-04-02 | 3 | -52/+48 |
| | | | | Issue: #1575 | ||||
* | Merge pull request #1574 from moisseev/patch-1 | Andrew Lewis | 2017-04-01 | 1 | -1/+1 |
|\ | | | | | [WebUI] Fix error message | ||||
| * | [WebUI] Fix error message | Alexander Moisseev | 2017-04-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1570 from cpragadeesh/dmarc_sampled_out | Andrew Lewis | 2017-04-01 | 1 | -4/+13 |
|\ \ | |/ |/| | added sampled_out dmarc report | ||||
| * | added dmarc sampled_out reporting | cpragadeesh | 2017-04-01 | 1 | -4/+13 |
| | | |||||
* | | [Fix] Do not count sending and loading time in rspamc | Vsevolod Stakhov | 2017-04-01 | 3 | -20/+37 |
| | | |||||
* | | [WebUI] Increase default timeout to 20 seconds | Vsevolod Stakhov | 2017-04-01 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Delay freeing of tokens arrays when classifying | Vsevolod Stakhov | 2017-03-31 | 1 | -2/+5 |
| | | |||||
* | | [Minor] Some fixes for displaying tokens info | Vsevolod Stakhov | 2017-03-31 | 2 | -11/+27 |
| | | |||||
* | | [Feature] Store text tokens inside bayes tokens | Vsevolod Stakhov | 2017-03-31 | 3 | -11/+25 |
| | | |||||
* | | [Minor] Some fixes for static build | Vsevolod Stakhov | 2017-03-31 | 6 | -8/+19 |
| | | |||||
* | | Merge pull request #1571 from dehnli/webui-dsbl-phr-conn-symbl-filt | Andrew Lewis | 2017-03-31 | 1 | -2/+3 |
|\ \ | | | | | | | [WebUI] Disable phrase connectors replacement in symbols filtering | ||||
| * | | [WebUI] Disable phrase connectors replacement in symbols filtering | dehnli | 2017-03-31 | 1 | -2/+3 |
|/ / | |||||
* | | [Minor] Fix bad zero terminated assumption | Vsevolod Stakhov | 2017-03-30 | 1 | -1/+2 |
| | | |||||
* | | [Minor] Fix out-of-bound access issues | Vsevolod Stakhov | 2017-03-30 | 1 | -4/+4 |
| | | |||||
* | | [Fix] More fixes for inplace decoding | Vsevolod Stakhov | 2017-03-30 | 1 | -21/+38 |
| | | |||||
* | | [Fix] Avoid lookup in absent hash | Vsevolod Stakhov | 2017-03-30 | 1 | -1/+1 |
|/ | | | | Issue: #1569 | ||||
* | [Fix] Try to avoid modifications of the original data | Vsevolod Stakhov | 2017-03-30 | 1 | -5/+16 |
| | |||||
* | Merge pull request #1568 from moisseev/webui | Vsevolod Stakhov | 2017-03-30 | 1 | -3/+6 |
|\ | | | | | [WebUI] Disable phrase connectors replacement in history filtering | ||||
| * | [WebUI] Disable phrase connectors replacement in history filtering | Alexander Moisseev | 2017-03-30 | 1 | -3/+6 |
|/ | | | | Resolves #1561 | ||||
* | [WebUI] Fix legacy history | Vsevolod Stakhov | 2017-03-30 | 1 | -3/+11 |
| | | | | Issue: #1564 | ||||
* | Merge pull request #1562 from smfreegard/rules_170328 | Vsevolod Stakhov | 2017-03-30 | 3 | -1/+32 |
|\ | | | | | Rules updates | ||||
| * | Rules updates | Steve Freegard | 2017-03-29 | 3 | -1/+32 |
| | | |||||
* | | [Fix] URL redirector: Fix call to is_redirector | Andrew Lewis | 2017-03-30 | 1 | -1/+1 |
| | | | | | | | | - Reported by: @dehnli | ||||
* | | [Fix] Fix typo | Andrew Lewis | 2017-03-30 | 1 | -1/+1 |
| | | | | | | | | | | - Issue: #1567 - Reported by: @athanp | ||||
* | | [Minor] Fix some corner cases of folding | Vsevolod Stakhov | 2017-03-30 | 1 | -3/+7 |
| | | |||||
* | | [Minor] Properly deal with content type parameter | Vsevolod Stakhov | 2017-03-29 | 2 | -3/+5 |
| | | |||||
* | | [Feature] Allow to process filenames from content type | Vsevolod Stakhov | 2017-03-29 | 2 | -5/+25 |
| | | |||||
* | | [Minor] Silence warning | Andrew Lewis | 2017-03-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1566 from croessner/avm | Vsevolod Stakhov | 2017-03-29 | 1 | -4/+15 |
|\ \ | | | | | | | [Fix] Fix archive scans for savapi |