summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_config.c
Commit message (Collapse)AuthorAgeFilesLines
* Add lua API for conditions registering.Vsevolod Stakhov2015-09-281-0/+41
|
* Fix parsing of lua tables.Vsevolod Stakhov2015-09-141-2/+6
|
* Improve error handler for lua_pcall.Vsevolod Stakhov2015-09-141-7/+5
|
* Print stack trace on lua errors.Vsevolod Stakhov2015-09-141-35/+51
|
* Update lua code for the new logger.Vsevolod Stakhov2015-08-301-18/+21
|
* Add conditions to lua.Vsevolod Stakhov2015-08-271-3/+50
|
* Rework symbols weights.Vsevolod Stakhov2015-08-121-8/+10
|
* Add table form of lua_config_set_metric_symbol.Vsevolod Stakhov2015-08-061-16/+30
|
* Allow metric registration when defining symbols.Vsevolod Stakhov2015-08-061-38/+69
|
* Fix typoAndrej Zverev2015-07-211-1/+1
|
* Minor fixes in lua.Vsevolod Stakhov2015-07-141-1/+1
|
* Add delayed dependency form support to lua.Vsevolod Stakhov2015-07-041-7/+19
|
* Fix get_all_opts for a case of non-iterable options.Vsevolod Stakhov2015-06-251-1/+15
|
* Avoid non-portable lua integers.Vsevolod Stakhov2015-06-231-1/+2
|
* Add API to register deps from LUA.Vsevolod Stakhov2015-06-071-0/+34
|
* Add checkpoint to avoid endless iteration.Vsevolod Stakhov2015-06-021-0/+16
|
* Reorganize structure of filter components.Vsevolod Stakhov2015-06-021-0/+1
|
* Fix lua symbols registration.Vsevolod Stakhov2015-05-281-20/+18
|
* Fix registering of composites.Vsevolod Stakhov2015-05-281-2/+2
|
* Adopt LUA API for symbols registration changes.Vsevolod Stakhov2015-05-281-52/+74
|
* Registering symbols now returns their id.Vsevolod Stakhov2015-05-281-15/+30
|
* Refactor and unify function names.Vsevolod Stakhov2015-05-271-5/+5
|
* Adopt lua API.Vsevolod Stakhov2015-05-261-5/+5
|
* `get_all_opt` now flattens the content of objectsVsevolod Stakhov2015-05-051-4/+25
| | | | | | | | | | | | | | | | | | | | So now in a configuration with multiple section with the same name, for example: module { param1 = value1; param2 = value2; } module { param2 = value2_1; param3 = value3; } this function will return a single lua table that looks as following: param1 = value1, param2 = value2_1, param3 = value3
* Remove old trie code.Vsevolod Stakhov2015-04-211-1/+0
|
* Start common lua routines module.Vsevolod Stakhov2015-04-171-24/+24
|
* Rework lua trie for new actrie.Vsevolod Stakhov2015-04-071-179/+0
|
* Output error messages when a composite cannot be parsed.Vsevolod Stakhov2015-03-241-2/+5
|
* Fix composites parsing.Vsevolod Stakhov2015-03-211-3/+4
|
* Remove expressions pollutions from parts of rspamd.Vsevolod Stakhov2015-03-191-107/+0
|
* Rework lua basic API for new IP.Vsevolod Stakhov2015-03-121-2/+2
|
* More fixes to SA plugin.Vsevolod Stakhov2015-03-061-3/+17
|
* Merge pull request #174 from fatalbanana/masterVsevolod Stakhov2015-02-161-0/+57
|\ | | | | Fixes & improvements for RBL module
| * Add rspamd_config:radix_from_config()Andrew Lewis2015-02-161-0/+57
| |
* | Allow definitions of composite rules from lua.Vsevolod Stakhov2015-02-151-0/+55
|/
* Fix typecast.Vsevolod Stakhov2015-02-151-1/+1
|
* Allow to check radix maps from lua by rspamd{ip}Vsevolod Stakhov2015-02-151-6/+31
|
* Also allow setting description.Vsevolod Stakhov2015-02-151-5/+15
|
* Allow to register metric symbols from lua.Vsevolod Stakhov2015-02-151-0/+53
|
* Fix potential issues as found by coverity.Vsevolod Stakhov2015-02-051-18/+19
|
* Rework classifiers configuration and naming.Vsevolod Stakhov2015-01-231-2/+1
| | | | Now it is possible to register multiple classifiers with the same type.
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-161-1/+1
|
* Refactor function names.Vsevolod Stakhov2014-11-291-5/+5
|
* Fix `register_symbols` lua function.Vsevolod Stakhov2014-11-221-5/+4
|
* Rework `register_symbols` function.Vsevolod Stakhov2014-11-211-8/+23
|
* Fix endiannes in lua_radix search.Vsevolod Stakhov2014-11-071-1/+1
|
* Fix lua_radix.Vsevolod Stakhov2014-10-011-9/+10
|
* Refactor function names.Vsevolod Stakhov2014-09-231-1/+1
|
* Add documentation for lua_config.Vsevolod Stakhov2014-08-301-0/+221
|
* Use modules preload for lua.Vsevolod Stakhov2014-08-251-13/+12
|