summaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_rcl.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [Feature] Allow limiting of the inbound message sizeVsevolod Stakhov2016-07-301-0/+6
| | | | | - Set default limit to 50MB - Reply even in case of HTTP errors
* [Feature] Dynamically detect if a CPU is incompatible with hyperscanVsevolod Stakhov2016-07-221-1/+2
|
* [Feature] Implement composites policiesVsevolod Stakhov2016-07-151-1/+16
|
* [Fix] Some fixes to libmagic initializationVsevolod Stakhov2016-07-141-1/+7
|
* [Minor] Fix couple of warnings and disable -pedantic modeVsevolod Stakhov2016-07-051-2/+2
|
* [Feature] Use new ip parsing APIVsevolod Stakhov2016-06-251-1/+1
|
* [Feature] Add generic fucnction to parse IP mapsVsevolod Stakhov2016-06-251-0/+16
| | | | Issue: #679
* [Rework] Include config structure to all rcl handlersVsevolod Stakhov2016-06-251-25/+34
|
* [Feature] Allow to set ciphers and CA paths in configVsevolod Stakhov2016-06-111-0/+12
|
* [Fix] Fix caseless uthash applicationVsevolod Stakhov2016-06-101-0/+2
|
* [Feature] Allow to parse pubkeys from the rcl configVsevolod Stakhov2016-05-231-1/+43
|
* [Feature] New abstract hashing API in cryptoboxVsevolod Stakhov2016-05-101-5/+5
|
* [Feature] Use new maps API for local addrsVsevolod Stakhov2016-05-101-1/+1
|
* [Minor] Add 'learn_condition' aliasVsevolod Stakhov2016-04-301-1/+1
|
* [Feature] Add learn conditions for classifiersVsevolod Stakhov2016-04-301-1/+64
| | | | Issue: #613
* [Fix] Add more priority for config file symbols registered from UCLVsevolod Stakhov2016-04-261-1/+1
|
* [Feature] Add min learns to classifiersVsevolod Stakhov2016-04-191-0/+6
|
* [Feature] Implement caching for hyperscan multipatternVsevolod Stakhov2016-04-141-2/+10
|
* [Feature] Add common directory for hyperscan cache to configVsevolod Stakhov2016-04-141-0/+6
|
* [Minor] Add vectorized_hyperscan configuration knobVsevolod Stakhov2016-03-291-0/+6
| | | | No underlaying functionality is implemented yet.
* [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
|