aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_cfg_file.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-121-0/+7
| | | | Update to 0.4.3.
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-2/+2
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* * Add function regexp_occurs_number that allows to test how much occurs of ↵Vsevolod Stakhov2011-02-181-2/+2
| | | | | | | | | regexp can be found in a message Fix composites logic. [1] Fix composites registration from lua. [1] Reported by: Victor Ustugov [1]
* Fix parsing emails with '_' symbol.Vsevolod Stakhov2011-02-171-1/+3
| | | | Fix adding metric symbol.
* * Add ability to define composites from lua. [1]Vsevolod Stakhov2011-02-161-7/+56
| | | | | | Write to log when lua values override xml ones. [1] [1] Suggested by Victor Ustugov
* * Add ability to add descriptions for symbolsVsevolod Stakhov2011-02-151-1/+9
|
* * Add ability to setup metric's weights from luaVsevolod Stakhov2011-02-141-0/+73
|
* Call lua function properly.Vsevolod Stakhov2011-02-081-2/+7
|
* * Implement ability to add conditional rules to rspamd.xmlVsevolod Stakhov2010-12-151-0/+66
|
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-3/+3
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Bugfixes:Vsevolod Stakhov2010-04-201-1/+1
| | | | | | | | | | - handle '\' characters in lua strings correctly - fix lua initialization - avoid of using global lua state (global L) - fix listen sockets hash to allow multiply workers of same type but on different listen sockets - fix modules options inserting to allow multiply options of the same name - fix parsing of lua options - fix lua rules
* * Handle modules configurationVsevolod Stakhov2010-04-081-4/+5
|
* * Add lua functions parsing for module optionsVsevolod Stakhov2010-04-061-2/+102
| | | | | | | * Add missing sections to XML parser (classifier, statfile, view, settings) * Add missing params to XML parser * Implement new commandline options parser (using glib) * Set version to 0.3.0 as new rspamd would use new config system
* * Add initial version of lua configuration systemVsevolod Stakhov2010-04-051-0/+196