Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the concept of ghost symbols. | Vsevolod Stakhov | 2015-02-17 | 1 | -0/+1 |
| | |||||
* | Remove dynamic items support from symbols cache. | Vsevolod Stakhov | 2014-10-01 | 1 | -7/+0 |
| | |||||
* | Rework counters. | Vsevolod Stakhov | 2014-08-24 | 1 | -2/+8 |
| | |||||
* | Rework adding symbols from lua. | Vsevolod Stakhov | 2014-08-17 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | It is now possible to use something like: rspamd_config.SYMBOL = function(task) ... end or even rspamd_config.SYMBOL = { callback = function(task) ... end, weight = '1.0', --optional priority = '0', --optional type = 'callback' --optional } | ||||
* | Add configuration option `unknown_weight` for metrics. | Vsevolod Stakhov | 2014-08-17 | 1 | -0/+3 |
| | | | | | | If this option is specified, then all filters add symbols to this metric with the specified weight even if they are not specified in symbols list explicitly. | ||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -16/+39 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -39/+16 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -16/+39 |
| | |||||
* | Refactor config API. | Vsevolod Stakhov | 2014-04-30 | 1 | -4/+4 |
| | |||||
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -0/+150 |