aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_common.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * More fixes to lua apiVsevolod Stakhov2009-09-041-30/+58
* * Make lua api object orientedVsevolod Stakhov2009-09-031-23/+40
* * Fix lua APIVsevolod Stakhov2009-09-021-9/+11
* * New functionality to lua api:Vsevolod Stakhov2009-09-011-2/+12
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-311-0/+290