aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_common.h
Commit message (Expand)AuthorAgeFilesLines
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-3/+3
* * First commit to implement multi-statfile filter system with new learning me...Vsevolod Stakhov2011-07-121-1/+1
* * Add a simple logic of language detection for text parts (unicode script based)Vsevolod Stakhov2011-07-111-1/+1
* Up lua version.Vsevolod Stakhov2011-06-091-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
* * Add new key-value mapVsevolod Stakhov2011-05-251-1/+1
* * Add functions to lua API to detect message and task date (in GMT)Vsevolod Stakhov2011-04-221-1/+1
* * Add strict priority rulesVsevolod Stakhov2011-03-181-1/+1
* * Add ability to lookup CDB maps from luaVsevolod Stakhov2011-03-051-1/+2
* * Add new lua module regexp for using glib regular expressions (pcre compatible)Vsevolod Stakhov2011-02-151-0/+1
* Call lua functions correctly as well.Vsevolod Stakhov2011-02-081-1/+1
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-1/+1
* * Add versions to lua APIVsevolod Stakhov2010-12-221-0/+2
* * Implement ability to add conditional rules to rspamd.xmlVsevolod Stakhov2010-12-151-0/+1
* * 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-22/+22
* * Add trie interface to lua apiVsevolod Stakhov2010-09-221-0/+1
* * Add post filters to lua API - filters that would be called after all messag...Vsevolod Stakhov2010-08-251-0/+1
* * Move images library to core rspamdVsevolod Stakhov2010-08-231-0/+1
* * Consider lua plugins errors as fatal configuration errorsVsevolod Stakhov2010-08-041-1/+1
* * Convert statistic sums to use long double for countersVsevolod Stakhov2010-05-271-1/+1
* * Bugfixes:Vsevolod Stakhov2010-04-201-1/+1
* * Call lua functions like C functions in expressionsVsevolod Stakhov2010-04-081-0/+1
* * Add lua functions parsing for module optionsVsevolod Stakhov2010-04-061-1/+3
* * Add initial version of lua configuration systemVsevolod Stakhov2010-04-051-0/+9
* * Add ability to add normalizers for statfiles (custom functions written in l...cebka@lenovo-laptop2010-01-131-0/+2
* * Implement pre and post classify callbacks for checking specific statfiles f...Vsevolod Stakhov2009-12-161-0/+5
* * Add ability to add maps from lua scripts and access theirs elementsVsevolod Stakhov2009-11-021-0/+2
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-1/+4
* * More fixes to lua apiVsevolod Stakhov2009-09-041-0/+1
* * Make lua api object orientedVsevolod Stakhov2009-09-031-0/+2
* * Fix lua APIVsevolod Stakhov2009-09-021-0/+1
* * New functionality to lua api:Vsevolod Stakhov2009-09-011-0/+2
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-311-0/+27