Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Add zstd compression library | Vsevolod Stakhov | 2016-09-08 | 30 | -2/+15182 |
| | |||||
* | [Minor] Improve shared memory fd check | Vsevolod Stakhov | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #935 from fatalbanana/composites | Vsevolod Stakhov | 2016-09-08 | 1 | -1/+3 |
|\ | | | | | [Minor] Fine-tune composites | ||||
| * | [Minor] Fine-tune composites | Andrew Lewis | 2016-09-08 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #934 from fatalbanana/dmarc | Vsevolod Stakhov | 2016-09-08 | 1 | -7/+23 |
|\ \ | |/ |/| | [Feature] Descriptive options for DMARC failure symbols | ||||
| * | [Feature] Descriptive options for DMARC failure symbols | Andrew Lewis | 2016-09-08 | 1 | -7/+23 |
| | | |||||
* | | [Fix] Handle failures for inactive pooled connections | Vsevolod Stakhov | 2016-09-08 | 1 | -3/+39 |
| | | |||||
* | | [Fix] Fix hiredis stupidity | Vsevolod Stakhov | 2016-09-08 | 2 | -5/+9 |
| | | |||||
* | | [Fix] Treat all errors in redis_pool as fatal errors for a connection | Vsevolod Stakhov | 2016-09-08 | 2 | -2/+4 |
| | | |||||
* | | [Fix] Use real size instead of displayed for core limits | Vsevolod Stakhov | 2016-09-08 | 1 | -1/+2 |
| | | |||||
* | | [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 logging for ratelimit | Vsevolod Stakhov | 2016-09-08 | 1 | -1/+5 |
| | | |||||
* | | [Minor] Remove redundant config line | Vsevolod Stakhov | 2016-09-08 | 1 | -1/+0 |
| | | |||||
* | | [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 |
| | | |||||
* | | Merge pull request #930 from fatalbanana/ratelimit | Vsevolod Stakhov | 2016-09-06 | 1 | -2/+2 |
|\ \ | | | | | | | Ratelimit: remove duplicated division on ham scores; fix registration | ||||
| * | | [Minor] Ratelimit: remove duplicated division on ham scores; fix registration | Andrew Lewis | 2016-09-06 | 1 | -2/+2 |
| |/ | |||||
* | | [Feature] Add support for fuzzy learn and unlearn from lua | Vsevolod Stakhov | 2016-09-06 | 1 | -9/+291 |
| | | |||||
* | | [Feature] Allow plugins to publish their lua API via rspamd_plugins | Vsevolod Stakhov | 2016-09-06 | 1 | -0/+4 |
|/ | |||||
* | [Fix] Fix variable in ann module | Vsevolod Stakhov | 2016-09-06 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix use-after-free | Vsevolod Stakhov | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | [Minor] Create updates queue befroe periodic updates | Vsevolod Stakhov | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix symbols registration in fann | Vsevolod Stakhov | 2016-09-06 | 1 | -1/+12 |
| | |||||
* | [Minor] Add logging to the redis backend for fuzzy | Vsevolod Stakhov | 2016-09-05 | 1 | -0/+43 |
| | |||||
* | Merge pull request #928 from fatalbanana/derp | Vsevolod Stakhov | 2016-09-05 | 24 | -104/+15 |
|\ | | | | | Revert useless commits | ||||
| * | Revert "[WebUI] Fix saving actions from web interface (#769)" | Andrew Lewis | 2016-09-05 | 1 | -4/+4 |
| | | | | | | | | This reverts commit 692a0de56d09031d96864fc71bdefb361be41a33. | ||||
| * | Revert "[Feature] Add common way to disable Lua modules" | Andrew Lewis | 2016-09-05 | 23 | -100/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua | ||||
* | | Merge pull request #929 from fatalbanana/forged | Vsevolod Stakhov | 2016-09-05 | 1 | -30/+37 |
|\ \ | | | | | | | [Feature] Relax FORGED_RECIPIENTS: allow senders to BCC themselves | ||||
| * | | [Feature] Relax FORGED_RECIPIENTS: allow senders to BCC themselves | Andrew Lewis | 2016-09-05 | 1 | -30/+37 |
| |/ | |||||
* | | [Feature] Insert two symbols: FANN_HAM and FANN_SPAM instead of one | Vsevolod Stakhov | 2016-09-05 | 1 | -4/+14 |
| | | |||||
* | | [Minor] Fix multiple issues in redis fuzzy backend | Vsevolod Stakhov | 2016-09-05 | 2 | -9/+137 |
| | | |||||
* | | [Fix] Adopt fuzzy storage for flexible backends | Vsevolod Stakhov | 2016-09-05 | 1 | -8/+25 |
| | | |||||
* | | [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 |
| | | |||||
* | | [Fix] Correctly propagate redis timeouts to Lua | Vsevolod Stakhov | 2016-09-05 | 1 | -0/+2 |
|/ | |||||
* | [Minor] Forgot to save in the previous commit | Vsevolod Stakhov | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | [Minor] Use infox instead of info in logging | Vsevolod Stakhov | 2016-09-04 | 19 | -20/+23 |
| | |||||
* | [Minor] Fix macro usage | Vsevolod Stakhov | 2016-09-04 | 1 | -4/+2 |
| | |||||
* | [Feature] Add more meta-tokens to bayes | Vsevolod Stakhov | 2016-09-03 | 1 | -1/+28 |
| | |||||
* | Merge pull request #927 from fatalbanana/fixtest | Vsevolod Stakhov | 2016-09-02 | 6 | -3/+7 |
|\ | | | | | [Test] Fix setting DBDIR | ||||
| * | [Test] Fix stats_path | Andrew Lewis | 2016-09-02 | 6 | -3/+7 |
| | | |||||
* | | Merge pull request #926 from fatalbanana/minor | Vsevolod Stakhov | 2016-09-02 | 2 | -2/+2 |
|\ \ | | | | | | | [Minor] Fix log message; don't use legacy API | ||||
| * | | [Minor] Fix log message; don't use legacy API | Andrew Lewis | 2016-09-02 | 2 | -2/+2 |
| |/ | |||||
* | | [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 | 6 | -8/+244 |
| | | |||||
* | | [Minor] `type` -> `backend` for fuzzy backend type | Vsevolod Stakhov | 2016-09-02 | 1 | -1/+1 |
| | |