aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_rcl.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Nameservers are now raw ucl objectVsevolod Stakhov2016-03-151-3/+3
|
* [Feature] Allow raw ucl options in the configVsevolod Stakhov2016-03-151-0/+18
|
* [Fix] Fix versions comparisonVsevolod Stakhov2016-03-081-1/+1
|
* [Feature] Add rspamd_version function to LUA APIVsevolod Stakhov2016-03-011-0/+145
|
* [Feature] Add priorities for actionsVsevolod Stakhov2016-02-281-6/+19
| | | | | | Add dedicated API to modify action limits with priorities from different configuration place. This follows the logic of symbols' priorities and will be used for dynamic rules and override definitions.
* [Feature] Add ignore_received optionVsevolod Stakhov2016-02-271-0/+6
| | | | | In this mode rspamd ignores data from the first received (it might be produced by some third party and not our MTA)
* [Minor] Implement workaround for legacy clientsVsevolod Stakhov2016-02-271-0/+6
|
* Use object priority when adding symbols from uclVsevolod Stakhov2016-02-261-0/+3
|
* Rework system of symbols registrationVsevolod Stakhov2016-02-241-76/+25
| | | | | | It is possible now to use priorities when adding symbols to metrics and override scores for symbols with lower priority with the scores with high priority.
* Save comments from configuration filesVsevolod Stakhov2016-02-171-1/+2
|
* Refactor UCL APIVsevolod Stakhov2016-02-161-40/+40
|
* Add global trusted keys optionVsevolod Stakhov2016-02-151-1/+6
|
* More steps to support dynamic workersVsevolod Stakhov2016-02-121-5/+47
|
* Fix error messageVsevolod Stakhov2016-02-071-1/+1
|
* Fix more issues remainingVsevolod Stakhov2016-02-061-1/+2
|
* Fix the rest sourcesVsevolod Stakhov2016-02-061-61/+10
|
* Fix leaks in lua error pathsVsevolod Stakhov2016-02-051-1/+1
|
* Print traceback on lua errors in lua configVsevolod Stakhov2016-02-051-6/+21
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+12
|
* Do not treat unknown worker type as fatal errorVsevolod Stakhov2016-01-171-6/+2
|
* Fix warnings.Vsevolod Stakhov2016-01-151-3/+3
|
* Fix a stupid error in symbols groups parsingVsevolod Stakhov2016-01-151-1/+1
| | | | | Issue: #482 Reported by: @rafaelabdo
* Fix parsing of strings lists from implicit arraysVsevolod Stakhov2016-01-071-6/+11
|
* Fix parsing of string lists.Vsevolod Stakhov2016-01-061-1/+4
|
* Add 'required' and 'default' values for doc stringsVsevolod Stakhov2016-01-041-12/+66
|
* Add local_addrs/local_networks optionVsevolod Stakhov2016-01-031-0/+12
|
* Allow NULL path to add top level documentation stringsVsevolod Stakhov2016-01-021-21/+32
|
* Add method to insert documentation to the specific pathVsevolod Stakhov2016-01-021-0/+47
|
* Fix workers documentationVsevolod Stakhov2015-12-291-3/+3
|
* Add options for workersVsevolod Stakhov2015-12-291-0/+22
|
* Fix quotesVsevolod Stakhov2015-12-291-2/+2
|
* Add documentation for some of default optionsVsevolod Stakhov2015-12-281-78/+81
|
* Implement very basic documentation for optionsVsevolod Stakhov2015-12-281-30/+60
|
* Fix definition of the rcl_init functionVsevolod Stakhov2015-12-281-2/+2
|
* Implement standard handlers documentationVsevolod Stakhov2015-12-281-1/+123
|
* Initial implementation of documentation strings in rspamdVsevolod Stakhov2015-12-271-0/+82
|
* Remove shit added by CLionVsevolod Stakhov2015-12-271-4/+0
|
* Add ability to insert documentation stringsVsevolod Stakhov2015-12-271-79/+164
| | | | Issue: #461
* Remove ambiguity between %b format modifiersVsevolod Stakhov2015-12-221-2/+2
|
* Fix const qualifier usageVsevolod Stakhov2015-12-161-1/+1
|
* Allow multiple workers of the same type to be configuredVsevolod Stakhov2015-12-161-20/+65
|
* Allow multiple values for rcl parsersVsevolod Stakhov2015-12-131-7/+25
|
* Fix signature slightlyVsevolod Stakhov2015-12-131-6/+6
|
* Add options to limit cores for rspamdVsevolod Stakhov2015-12-111-0/+15
|
* Allow to disable hyperscan and use pcre onlyVsevolod Stakhov2015-12-101-0/+5
|
* Allow logging of re_cache statisticsVsevolod Stakhov2015-12-101-0/+5
|
* Add ability to ignore certain symbols in metric when validating cacheVsevolod Stakhov2015-12-031-11/+39
|
* Restore multiple classifiers supportVsevolod Stakhov2015-11-231-0/+5
|
* Add max_word_len and words_decay optionsVsevolod Stakhov2015-11-121-230/+239
|
* Add 'allow_raw_input' optionVsevolod Stakhov2015-11-121-0/+5
|