aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_common.c
Commit message (Expand)AuthorAgeFilesLines
* Support metaoptions in lua configuration.Vsevolod Stakhov2013-06-141-0/+15
* Add ability to perform lua tests by rspamd.Vsevolod Stakhov2013-06-131-0/+1
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-8/+6
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* Make lua logger format safe.Vsevolod Stakhov2012-08-241-4/+4
* * Rework thread pools locking logic to avoid global lua mutex usage.Vsevolod Stakhov2012-08-221-25/+32
* * Add DNS resolver lua bindings.Vsevolod Stakhov2012-08-131-0/+22
* * Add lua mime_part library to get an access to all message part attributes (...0.5.1Vsevolod Stakhov2012-08-061-0/+1
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-261-6/+177
* * Add async_session and memory pool objects lua bindings.Vsevolod Stakhov2012-07-091-0/+2
* * Implement pre-filters that realizes concepts to check mail by some absolute...Vsevolod Stakhov2012-03-301-0/+18
* * Add lua bindings for upstream API.Vsevolod Stakhov2012-03-261-0/+1
* * More things to be thread-safe:Vsevolod Stakhov2012-02-131-0/+24
* * Add lua bindings to hiredis libraryVsevolod Stakhov2011-12-121-1/+39
* Remove debug.Vsevolod Stakhov2011-10-141-2/+0
* Fix stupid bug with lua stack corruption.Vsevolod Stakhov2011-10-141-1/+6
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-121-2/+12
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-1/+2
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-1/+1
* * Add lua http support that makes it easy to send GET and POST request to HTT...Vsevolod Stakhov2011-06-091-0/+1
* * Add lua interface for parsing xmlrpc repliesVsevolod Stakhov2011-06-081-0/+1
* * Rework build process:Vsevolod Stakhov2011-05-101-4/+4
* * Add ability to lookup CDB maps from luaVsevolod Stakhov2011-03-051-0/+1
* * Process raw headers by FSM.Vsevolod Stakhov2011-02-211-1/+6
* Fix rspamd_logger.Vsevolod Stakhov2011-02-171-4/+4
* * Add new lua module regexp for using glib regular expressions (pcre compatible)Vsevolod Stakhov2011-02-151-2/+1
* Handle params correctly.Vsevolod Stakhov2011-02-081-2/+2
* Call lua functions correctly as well.Vsevolod Stakhov2011-02-081-4/+30
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-021-0/+1
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-28/+28
* * Add trie interface to lua apiVsevolod Stakhov2010-09-221-0/+1
* * Move images library to core rspamdVsevolod Stakhov2010-08-231-0/+1
* * Consider lua plugins errors as fatal configuration errorsVsevolod Stakhov2010-08-041-3/+14
* * Improve lua loggingVsevolod Stakhov2010-07-261-4/+35
* * Turn off debug_ip during reload if it was disabled by new configVsevolod Stakhov2010-07-261-6/+0
* * Fix extracting arguments in lua logger interfaceVsevolod Stakhov2010-07-261-4/+4
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-1/+8
* * Change metric logicVsevolod Stakhov2010-06-161-1/+0
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-271-2/+2
* * Bugfixes:Vsevolod Stakhov2010-04-201-32/+22
* * Add lua config for most common rulesVsevolod Stakhov2010-04-131-0/+1
* * Call lua functions like C functions in expressionsVsevolod Stakhov2010-04-081-0/+54
* * Add lua functions parsing for module optionsVsevolod Stakhov2010-04-061-2/+2
* * Add initial version of lua configuration systemVsevolod Stakhov2010-04-051-2/+3
* * Add ability to add normalizers for statfiles (custom functions written in l...cebka@lenovo-laptop2010-01-131-1/+49
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-8/+8
* * Implement pre and post classify callbacks for checking specific statfiles f...Vsevolod Stakhov2009-12-161-0/+2
* * Add ability to add maps from lua scripts and access theirs elementsVsevolod Stakhov2009-11-021-0/+2
* * Retab, no functional changesVsevolod Stakhov2009-10-021-112/+111