aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_rcl.c
Commit message (Expand)AuthorAgeFilesLines
* Add control_path option.Vsevolod Stakhov2015-10-081-0/+5
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-0/+11
* Allow metric registration for composite expressions.Vsevolod Stakhov2015-09-241-1/+35
* Add more verbosity to parsing of values.Vsevolod Stakhov2015-09-241-18/+29
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
* Add special knob for systemd logging.Vsevolod Stakhov2015-09-171-0/+10
* Add debug_modules option.Vsevolod Stakhov2015-09-011-0/+5
* Allow to add lists of strings to hash table.Vsevolod Stakhov2015-09-011-12/+47
* Fix modules defined by direct path.Vsevolod Stakhov2015-09-011-0/+9
* Fix logging tags for maps.Vsevolod Stakhov2015-08-291-0/+3
* Use config checksum for unique tag.Vsevolod Stakhov2015-08-281-0/+7
* Extended config logger.Vsevolod Stakhov2015-08-281-18/+18
* Fix key attributes support.Vsevolod Stakhov2015-08-181-8/+4
* Weight is an alias for scores symbols.Vsevolod Stakhov2015-08-131-1/+11
* More fixes for the new symbols structure.Vsevolod Stakhov2015-08-131-26/+7
* Fix some issues with new symbols structure.Vsevolod Stakhov2015-08-131-0/+2
* Rework symbols configuration.Vsevolod Stakhov2015-08-131-231/+247
* Allow default value for sections key attribute.Vsevolod Stakhov2015-08-131-6/+19
* Implement the concept of nested sections.Vsevolod Stakhov2015-08-131-88/+154
* Rework symbols weights.Vsevolod Stakhov2015-08-121-1/+1
* Allow to override lua paths from command line.Vsevolod Stakhov2015-08-071-2/+40
* Add conditional enabling of modules.Vsevolod Stakhov2015-08-061-1/+10
* Hide workers and modules definitions.Vsevolod Stakhov2015-08-061-1/+2
* Add universal routine to check if a modules is enabled.Vsevolod Stakhov2015-08-061-18/+41
* Fix metrics loading.Vsevolod Stakhov2015-08-061-13/+12
* Implement universal rspamd_config_add_metric_symbol function.Vsevolod Stakhov2015-08-061-51/+3
* Fix option placement.Vsevolod Stakhov2015-07-281-5/+5
* Allow to specify classification headers in the options.Vsevolod Stakhov2015-07-281-0/+6
* Support type alias for tokenizer.Vsevolod Stakhov2015-07-271-0/+8
* More changes to tokenization.Vsevolod Stakhov2015-07-271-5/+5
* Add constraints to dns requests ammount per task.Vsevolod Stakhov2015-07-211-0/+5
* Add support for extra variables in a config.Vsevolod Stakhov2015-07-061-2/+2
* Reorganize structure of filter components.Vsevolod Stakhov2015-06-021-2/+2
* Fix registering of composites.Vsevolod Stakhov2015-05-281-1/+2
* Refactor and unify function names.Vsevolod Stakhov2015-05-271-1/+1
* Adopt the rest of the code.Vsevolod Stakhov2015-05-261-1/+1
* Add some human readable aliases for rspamd configuration options.Vsevolod Stakhov2015-05-071-0/+24
* Fix colored logging.Vsevolod Stakhov2015-05-061-0/+5
* Be more clever about printing errors.Vsevolod Stakhov2015-05-041-1/+2
* Fix error message.Vsevolod Stakhov2015-04-281-2/+9
* Write composite name which parsing has been failed.Vsevolod Stakhov2015-04-281-0/+2
* Improve unknown symbols metric configuration.Vsevolod Stakhov2015-04-271-9/+11
* Fix logic of parsing symbol groups.Vsevolod Stakhov2015-04-241-2/+2
* Move more initialization to the common routines.Vsevolod Stakhov2015-04-171-4/+6
* Rework filters initialization.Vsevolod Stakhov2015-04-171-2/+2
* Parse comma separated lists in rspamd_rcl_parse_struct_string_list.Vsevolod Stakhov2015-04-171-3/+13
* More bugs in groups configuration.Vsevolod Stakhov2015-04-141-2/+7
* Fix issues with grouped symbols.Vsevolod Stakhov2015-04-141-1/+1
* Do not try to check type of NULL.Vsevolod Stakhov2015-04-141-1/+1
* Set max_score of a group to 0 by default.Vsevolod Stakhov2015-04-141-1/+2