summaryrefslogtreecommitdiffstats
path: root/src/libserver/symbols_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* Add the concept of ghost symbols.Vsevolod Stakhov2015-02-171-0/+1
|
* Remove dynamic items support from symbols cache.Vsevolod Stakhov2014-10-011-7/+0
|
* Rework counters.Vsevolod Stakhov2014-08-241-2/+8
|
* Rework adding symbols from lua.Vsevolod Stakhov2014-08-171-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 Stakhov2014-08-171-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 Stakhov2014-07-231-16/+39
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-39/+16
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-16/+39
|
* Refactor config API.Vsevolod Stakhov2014-04-301-4/+4
|
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-0/+150