aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_rcl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow new symbol groups definition.Vsevolod Stakhov2015-04-141-5/+37
* Refactor symbols parsing.Vsevolod Stakhov2015-04-141-40/+58
* Make symbol groups hash table.Vsevolod Stakhov2015-04-141-26/+17
* Fix tokenizer default configuration.Vsevolod Stakhov2015-04-131-1/+7
* Rework URL parser to load tld file.Vsevolod Stakhov2015-04-051-0/+5
* Save classifier configuration inside statfile config.Vsevolod Stakhov2015-04-011-0/+1
* Fix wrong usage of iterators.Vsevolod Stakhov2015-03-301-12/+2
* Make section functions public.Vsevolod Stakhov2015-03-301-21/+2
* Introduce default sections in rcl parser.Vsevolod Stakhov2015-03-301-22/+55
* Add routines to parse mime addresses from ucl.Vsevolod Stakhov2015-03-301-1/+69
* Add function to parse inet address.Vsevolod Stakhov2015-03-301-0/+35
* Make RCL parser more abstract.Vsevolod Stakhov2015-03-301-52/+77
* Merge branch 'expr-rework'Vsevolod Stakhov2015-03-231-10/+4
|\
| * Fix composites parsing.Vsevolod Stakhov2015-03-211-9/+4
| * Remove expressions pollutions from parts of rspamd.Vsevolod Stakhov2015-03-191-1/+0
* | Fix implicit arrays handling in string list parsing.Vsevolod Stakhov2015-03-201-36/+29
|/
* snprintf->rspamd_snprintf.Vsevolod Stakhov2015-02-271-1/+1
* Fix some syntax issues.Vsevolod Stakhov2015-02-271-4/+7
* Configurable min_word_len.Vsevolod Stakhov2015-02-231-0/+5
* Allow configurable tokenizers.Vsevolod Stakhov2015-02-221-5/+15
* Save classifier options.Vsevolod Stakhov2015-02-181-0/+1
* Set lua path for lua configuration.Vsevolod Stakhov2015-02-171-0/+2
* Remove old UCL workarounds.Vsevolod Stakhov2015-02-091-6/+0
* Fix potential issues as found by coverity.Vsevolod Stakhov2015-02-051-7/+1
* Allow single string to be in a string list.Vsevolod Stakhov2015-02-041-32/+40
* Fix some initializations.Vsevolod Stakhov2015-02-031-1/+1
* Add support of encryption to the worker.Vsevolod Stakhov2015-01-291-2/+21
* Add configuration routine to parse keypairs.Vsevolod Stakhov2015-01-291-0/+65
* Fix some issues in learning.Vsevolod Stakhov2015-01-261-0/+3
* Implement min and max tokens.Vsevolod Stakhov2015-01-261-1/+11
* Rework classifiers configuration and naming.Vsevolod Stakhov2015-01-231-59/+56
* Fix another critical composites issue and memory corruption.Vsevolod Stakhov2015-01-221-1/+1
* Add backend option for statfiles, remove legacyVsevolod Stakhov2015-01-201-10/+5
* Start refactoring of statistics in rspamd.Vsevolod Stakhov2015-01-181-26/+2
* Remove binlog and statfile_sync: never ever used.Vsevolod Stakhov2015-01-161-36/+0
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-161-2/+2
* Use safe iters for bind_socket parameter.Vsevolod Stakhov2014-12-251-2/+4
* Arrays are no longer lists in UCL.Vsevolod Stakhov2014-12-251-5/+3
* Remove unused function.Vsevolod Stakhov2014-11-161-11/+0
* Parse unsigned integers in the configuration.Vsevolod Stakhov2014-11-031-0/+12
* Add upstreams configuration.Vsevolod Stakhov2014-11-031-2/+32
* Disable binlog configuration as it is anyway broken.Vsevolod Stakhov2014-10-281-2/+4
* Add `one_shot` attr to metric symbols.Vsevolod Stakhov2014-10-091-1/+8
* Refactor function names.Vsevolod Stakhov2014-09-231-2/+2
* Avoid symbols lowercasing.Vsevolod Stakhov2014-09-051-1/+1
* Rework lists and hashes.Vsevolod Stakhov2014-08-241-0/+104
* Lua is now parsed after all parsing complete.Vsevolod Stakhov2014-08-171-11/+16
* Rework lua function names to avoid ambiguity.Vsevolod Stakhov2014-08-171-1/+1
* Add configuration option `unknown_weight` for metrics.Vsevolod Stakhov2014-08-171-0/+11
* Add option `check_all_filters`.Vsevolod Stakhov2014-07-241-0/+5