aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
* Call lua function properly.Vsevolod Stakhov2011-02-081-2/+7
* Fix trie in lua plugins.Vsevolod Stakhov2011-02-081-2/+10
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-032-4/+109
* * 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-222-0/+11
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-1/+44
* * Implement ability to add conditional rules to rspamd.xmlVsevolod Stakhov2010-12-152-0/+67
* Add registering options for lua modulesVsevolod Stakhov2010-12-141-0/+53
* * Add ability to obtain phished url from luaVsevolod Stakhov2010-11-121-0/+21
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-023-10/+126
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-151-1/+1
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-067-164/+164
* * Add trie interface to lua apiVsevolod Stakhov2010-09-223-0/+147
* * Add ability to extract filename and size of images from luaVsevolod Stakhov2010-08-251-0/+34
* * Add post filters to lua API - filters that would be called after all messag...Vsevolod Stakhov2010-08-253-1/+244
* * Move images library to core rspamdVsevolod Stakhov2010-08-233-0/+106
* * Consider lua plugins errors as fatal configuration errorsVsevolod Stakhov2010-08-042-4/+15
* * Fix lua representing of invalid ip (nil, not 255.255.255.255)Vsevolod Stakhov2010-07-271-3/+3
* * 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
* * Fix lua DNS codeVsevolod Stakhov2010-07-131-0/+3
* * Remove evdns and use only rspamd resolverVsevolod Stakhov2010-07-091-19/+58
* * Change metric logicVsevolod Stakhov2010-06-163-61/+11
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-272-3/+3
* * Bugfixes:Vsevolod Stakhov2010-04-203-34/+24
* * Add lua config for most common rulesVsevolod Stakhov2010-04-131-0/+1
* * Call lua functions like C functions in expressionsVsevolod Stakhov2010-04-082-0/+55
* * Handle modules configurationVsevolod Stakhov2010-04-081-4/+5
* * Add lua functions parsing for module optionsVsevolod Stakhov2010-04-063-5/+107
* * Add initial version of lua configuration systemVsevolod Stakhov2010-04-054-3/+210
* * Add ability to add normalizers for statfiles (custom functions written in l...cebka@lenovo-laptop2010-01-132-1/+51
* * Introduce new logging system:Vsevolod Stakhov2009-12-225-17/+18
* * Implement pre and post classify callbacks for checking specific statfiles f...Vsevolod Stakhov2009-12-165-1/+302
* * 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-024-1/+198
* * Add growing coefficient to factors consolidation callbackVsevolod Stakhov2009-10-161-1/+1
* * Fix getting of message headers from lua pluginsVsevolod Stakhov2009-10-141-11/+11
* * Fix loopVsevolod Stakhov2009-10-141-0/+1
* * Add ability to register rspamd functions from LUAVsevolod Stakhov2009-10-132-3/+142
* * Port evdns with TXT patch into rspamd and adopt it to work separately from ...Vsevolod Stakhov2009-10-071-1/+1
* * Retab, no functional changesVsevolod Stakhov2009-10-024-376/+372
* * Fix some memory issues with lua (strings that are returned from lua can be ...Vsevolod Stakhov2009-10-022-3/+3
* * Add events to lua resolverVsevolod Stakhov2009-09-251-0/+3
* * Fix double free of memoryVsevolod Stakhov2009-09-161-3/+0
* * Add lua plugin for checking received headersVsevolod Stakhov2009-09-151-2/+14
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-1/+4
* * Add ability to call rspamd fucntions from lua apiVsevolod Stakhov2009-09-062-3/+67