Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Feature] Allow limiting of the inbound message size | Vsevolod Stakhov | 2016-07-30 | 1 | -0/+6 | |
| | | | | | - Set default limit to 50MB - Reply even in case of HTTP errors | |||||
* | [Feature] Dynamically detect if a CPU is incompatible with hyperscan | Vsevolod Stakhov | 2016-07-22 | 1 | -1/+2 | |
| | ||||||
* | [Feature] Implement composites policies | Vsevolod Stakhov | 2016-07-15 | 1 | -1/+16 | |
| | ||||||
* | [Fix] Some fixes to libmagic initialization | Vsevolod Stakhov | 2016-07-14 | 1 | -1/+7 | |
| | ||||||
* | [Minor] Fix couple of warnings and disable -pedantic mode | Vsevolod Stakhov | 2016-07-05 | 1 | -2/+2 | |
| | ||||||
* | [Feature] Use new ip parsing API | Vsevolod Stakhov | 2016-06-25 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Add generic fucnction to parse IP maps | Vsevolod Stakhov | 2016-06-25 | 1 | -0/+16 | |
| | | | | Issue: #679 | |||||
* | [Rework] Include config structure to all rcl handlers | Vsevolod Stakhov | 2016-06-25 | 1 | -25/+34 | |
| | ||||||
* | [Feature] Allow to set ciphers and CA paths in config | Vsevolod Stakhov | 2016-06-11 | 1 | -0/+12 | |
| | ||||||
* | [Fix] Fix caseless uthash application | Vsevolod Stakhov | 2016-06-10 | 1 | -0/+2 | |
| | ||||||
* | [Feature] Allow to parse pubkeys from the rcl config | Vsevolod Stakhov | 2016-05-23 | 1 | -1/+43 | |
| | ||||||
* | [Feature] New abstract hashing API in cryptobox | Vsevolod Stakhov | 2016-05-10 | 1 | -5/+5 | |
| | ||||||
* | [Feature] Use new maps API for local addrs | Vsevolod Stakhov | 2016-05-10 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Add 'learn_condition' alias | Vsevolod Stakhov | 2016-04-30 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Add learn conditions for classifiers | Vsevolod Stakhov | 2016-04-30 | 1 | -1/+64 | |
| | | | | Issue: #613 | |||||
* | [Fix] Add more priority for config file symbols registered from UCL | Vsevolod Stakhov | 2016-04-26 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Add min learns to classifiers | Vsevolod Stakhov | 2016-04-19 | 1 | -0/+6 | |
| | ||||||
* | [Feature] Implement caching for hyperscan multipattern | Vsevolod Stakhov | 2016-04-14 | 1 | -2/+10 | |
| | ||||||
* | [Feature] Add common directory for hyperscan cache to config | Vsevolod Stakhov | 2016-04-14 | 1 | -0/+6 | |
| | ||||||
* | [Minor] Add vectorized_hyperscan configuration knob | Vsevolod Stakhov | 2016-03-29 | 1 | -0/+6 | |
| | | | | No underlaying functionality is implemented yet. | |||||
* | [Minor] Nameservers are now raw ucl object | Vsevolod Stakhov | 2016-03-15 | 1 | -3/+3 | |
| | ||||||
* | [Feature] Allow raw ucl options in the config | Vsevolod Stakhov | 2016-03-15 | 1 | -0/+18 | |
| | ||||||
* | [Fix] Fix versions comparison | Vsevolod Stakhov | 2016-03-08 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Add rspamd_version function to LUA API | Vsevolod Stakhov | 2016-03-01 | 1 | -0/+145 | |
| | ||||||
* | [Feature] Add priorities for actions | Vsevolod Stakhov | 2016-02-28 | 1 | -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 option | Vsevolod Stakhov | 2016-02-27 | 1 | -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 clients | Vsevolod Stakhov | 2016-02-27 | 1 | -0/+6 | |
| | ||||||
* | Use object priority when adding symbols from ucl | Vsevolod Stakhov | 2016-02-26 | 1 | -0/+3 | |
| | ||||||
* | Rework system of symbols registration | Vsevolod Stakhov | 2016-02-24 | 1 | -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 files | Vsevolod Stakhov | 2016-02-17 | 1 | -1/+2 | |
| | ||||||
* | Refactor UCL API | Vsevolod Stakhov | 2016-02-16 | 1 | -40/+40 | |
| | ||||||
* | Add global trusted keys option | Vsevolod Stakhov | 2016-02-15 | 1 | -1/+6 | |
| | ||||||
* | More steps to support dynamic workers | Vsevolod Stakhov | 2016-02-12 | 1 | -5/+47 | |
| | ||||||
* | Fix error message | Vsevolod Stakhov | 2016-02-07 | 1 | -1/+1 | |
| | ||||||
* | Fix more issues remaining | Vsevolod Stakhov | 2016-02-06 | 1 | -1/+2 | |
| | ||||||
* | Fix the rest sources | Vsevolod Stakhov | 2016-02-06 | 1 | -61/+10 | |
| | ||||||
* | Fix leaks in lua error paths | Vsevolod Stakhov | 2016-02-05 | 1 | -1/+1 | |
| | ||||||
* | Print traceback on lua errors in lua config | Vsevolod Stakhov | 2016-02-05 | 1 | -6/+21 | |
| | ||||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -20/+12 | |
| | ||||||
* | Do not treat unknown worker type as fatal error | Vsevolod Stakhov | 2016-01-17 | 1 | -6/+2 | |
| | ||||||
* | Fix warnings. | Vsevolod Stakhov | 2016-01-15 | 1 | -3/+3 | |
| | ||||||
* | Fix a stupid error in symbols groups parsing | Vsevolod Stakhov | 2016-01-15 | 1 | -1/+1 | |
| | | | | | Issue: #482 Reported by: @rafaelabdo | |||||
* | Fix parsing of strings lists from implicit arrays | Vsevolod Stakhov | 2016-01-07 | 1 | -6/+11 | |
| | ||||||
* | Fix parsing of string lists. | Vsevolod Stakhov | 2016-01-06 | 1 | -1/+4 | |
| | ||||||
* | Add 'required' and 'default' values for doc strings | Vsevolod Stakhov | 2016-01-04 | 1 | -12/+66 | |
| | ||||||
* | Add local_addrs/local_networks option | Vsevolod Stakhov | 2016-01-03 | 1 | -0/+12 | |
| | ||||||
* | Allow NULL path to add top level documentation strings | Vsevolod Stakhov | 2016-01-02 | 1 | -21/+32 | |
| | ||||||
* | Add method to insert documentation to the specific path | Vsevolod Stakhov | 2016-01-02 | 1 | -0/+47 | |
| | ||||||
* | Fix workers documentation | Vsevolod Stakhov | 2015-12-29 | 1 | -3/+3 | |
| | ||||||
* | Add options for workers | Vsevolod Stakhov | 2015-12-29 | 1 | -0/+22 | |
| |