Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | Fix quotes | Vsevolod Stakhov | 2015-12-29 | 1 | -2/+2 |
| | |||||
* | Add documentation for some of default options | Vsevolod Stakhov | 2015-12-28 | 1 | -78/+81 |
| | |||||
* | Implement very basic documentation for options | Vsevolod Stakhov | 2015-12-28 | 1 | -30/+60 |
| | |||||
* | Fix definition of the rcl_init function | Vsevolod Stakhov | 2015-12-28 | 1 | -2/+2 |
| | |||||
* | Implement standard handlers documentation | Vsevolod Stakhov | 2015-12-28 | 1 | -1/+123 |
| | |||||
* | Initial implementation of documentation strings in rspamd | Vsevolod Stakhov | 2015-12-27 | 1 | -0/+82 |
| | |||||
* | Remove shit added by CLion | Vsevolod Stakhov | 2015-12-27 | 1 | -4/+0 |
| | |||||
* | Add ability to insert documentation strings | Vsevolod Stakhov | 2015-12-27 | 1 | -79/+164 |
| | | | | Issue: #461 | ||||
* | Remove ambiguity between %b format modifiers | Vsevolod Stakhov | 2015-12-22 | 1 | -2/+2 |
| | |||||
* | Fix const qualifier usage | Vsevolod Stakhov | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | Allow multiple workers of the same type to be configured | Vsevolod Stakhov | 2015-12-16 | 1 | -20/+65 |
| | |||||
* | Allow multiple values for rcl parsers | Vsevolod Stakhov | 2015-12-13 | 1 | -7/+25 |
| | |||||
* | Fix signature slightly | Vsevolod Stakhov | 2015-12-13 | 1 | -6/+6 |
| | |||||
* | Add options to limit cores for rspamd | Vsevolod Stakhov | 2015-12-11 | 1 | -0/+15 |
| | |||||
* | Allow to disable hyperscan and use pcre only | Vsevolod Stakhov | 2015-12-10 | 1 | -0/+5 |
| | |||||
* | Allow logging of re_cache statistics | Vsevolod Stakhov | 2015-12-10 | 1 | -0/+5 |
| | |||||
* | Add ability to ignore certain symbols in metric when validating cache | Vsevolod Stakhov | 2015-12-03 | 1 | -11/+39 |
| | |||||
* | Restore multiple classifiers support | Vsevolod Stakhov | 2015-11-23 | 1 | -0/+5 |
| | |||||
* | Add max_word_len and words_decay options | Vsevolod Stakhov | 2015-11-12 | 1 | -230/+239 |
| | |||||
* | Add 'allow_raw_input' option | Vsevolod Stakhov | 2015-11-12 | 1 | -0/+5 |
| |