aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_config.c
Commit message (Expand)AuthorAgeFilesLines
* Add function rspamd_config:register_symbolsVsevolod Stakhov2013-12-241-4/+51
* Remove unused xml code.Vsevolod Stakhov2013-11-161-44/+0
* Avoid endless recursion in export ucl to lua.Vsevolod Stakhov2013-10-271-2/+2
* Replace RCL to UCL from libucl to avoid duplicity in the code.Vsevolod Stakhov2013-10-221-3/+3
* Add an emitter from rcl object to lua.Vsevolod Stakhov2013-10-021-71/+9
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-5/+5
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-6/+9
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-3/+3
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-8/+0
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-261-0/+8
* * Add async_session and memory pool objects lua bindings.Vsevolod Stakhov2012-07-091-0/+16
* * Implement pre-filters that realizes concepts to check mail by some absolute...Vsevolod Stakhov2012-03-301-0/+57
* * More things to be thread-safe:Vsevolod Stakhov2012-02-131-0/+6
* * Now it is possible to specify local functions to every callback of rspamd l...Vsevolod Stakhov2011-12-141-41/+125
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-121-3/+3
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-7/+7
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-5/+5
* Fix trie text search.Vsevolod Stakhov2011-06-101-0/+7
* * Add new key-value mapVsevolod Stakhov2011-05-251-4/+36
* * Add strict priority rulesVsevolod Stakhov2011-03-181-0/+28
* Fix trie in lua plugins.Vsevolod Stakhov2011-02-081-2/+10
* * Make trie plugin and fix trie lua APIVsevolod Stakhov2011-01-251-4/+17
* Fixes in classifying for small messages.Vsevolod Stakhov2011-01-251-1/+1
* * Add versions to lua APIVsevolod Stakhov2010-12-221-0/+9
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-1/+44
* Add registering options for lua modulesVsevolod Stakhov2010-12-141-0/+53
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-34/+34
* * Add trie interface to lua apiVsevolod Stakhov2010-09-221-0/+145
* * Add post filters to lua API - filters that would be called after all messag...Vsevolod Stakhov2010-08-251-1/+45
* * Change metric logicVsevolod Stakhov2010-06-161-54/+6
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-4/+4
* * Implement pre and post classify callbacks for checking specific statfiles f...Vsevolod Stakhov2009-12-161-0/+36
* * Add right way to pass config params with common names to lua scriptsVsevolod Stakhov2009-11-111-5/+57
* * Add ability to add maps from lua scripts and access theirs elementsVsevolod Stakhov2009-11-021-1/+158
* * Add growing coefficient to factors consolidation callbackVsevolod Stakhov2009-10-161-1/+1
* * Add ability to register rspamd functions from LUAVsevolod Stakhov2009-10-131-3/+63
* * Retab, no functional changesVsevolod Stakhov2009-10-021-85/+84
* * Fix some memory issues with lua (strings that are returned from lua can be ...Vsevolod Stakhov2009-10-021-1/+1
* * More fixes to lua apiVsevolod Stakhov2009-09-041-4/+7
* * Make lua api object orientedVsevolod Stakhov2009-09-031-8/+8
* * Fix lua APIVsevolod Stakhov2009-09-021-2/+2
* * New functionality to lua api:Vsevolod Stakhov2009-09-011-0/+102
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-311-0/+101