aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+1
* * Add lua mime_part library to get an access to all message part attributes (...0.5.1Vsevolod Stakhov2012-08-061-0/+213
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-261-5/+112
* * Add lua_buffer bindings to async buffered rspamd API.Vsevolod Stakhov2012-07-241-0/+16
* * Add async_session and memory pool objects lua bindings.Vsevolod Stakhov2012-07-091-1/+16
* * Avoid DoS while sending a message with a lot of recipients in 'To' header.Vsevolod Stakhov2012-05-281-0/+17
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-0/+23
* * Add ratelimit pluginVsevolod Stakhov2012-04-061-0/+24
* * Implement pre-filters that realizes concepts to check mail by some absolute...Vsevolod Stakhov2012-03-301-0/+25
* * More things to be thread-safe:Vsevolod Stakhov2012-02-131-0/+2
* More cleanups and fixes for compiler warnings.0.4.6Vsevolod Stakhov2011-12-201-1/+1
* * Now it is possible to specify local functions to every callback of rspamd l...Vsevolod Stakhov2011-12-141-10/+54
* * Finally get rid of stupid savepoints system and migrate to async events log...Vsevolod Stakhov2011-12-141-10/+0
* Skip group addresses.0.4.5Vsevolod Stakhov2011-11-211-1/+1
* Fix stupid errors while trying to parse NULL address list.Vsevolod Stakhov2011-11-071-15/+26
* Fix misprint.Vsevolod Stakhov2011-11-041-1/+1
* Check if internet address list is parsed correctly.Vsevolod Stakhov2011-10-041-3/+9
* * Fix DNS PTR resolvingVsevolod Stakhov2011-08-221-1/+2
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-1/+1
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-14/+14
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-5/+5
* Fix textpart:get_language lua function.Vsevolod Stakhov2011-07-181-0/+1
* * Add new algorithm based on diff algorithm to compare relatively short text ...Vsevolod Stakhov2011-07-131-1/+7
* * Add ability to get difference between two parts from lua codeVsevolod Stakhov2011-07-121-0/+45
* * Add a simple logic of language detection for text parts (unicode script based)Vsevolod Stakhov2011-07-111-0/+101
* Actually all times are in GMT already, so avoid conversion to prevent dst loo...Vsevolod Stakhov2011-06-151-1/+1
* * Add LRU caching structureVsevolod Stakhov2011-06-101-0/+16
* * Fix error in raw headers parsingVsevolod Stakhov2011-05-241-9/+12
* * Add functions to lua API to detect message and task date (in GMT)Vsevolod Stakhov2011-04-221-0/+20
* Write to log number of dns requests per task.Vsevolod Stakhov2011-03-251-0/+3
* Push recipients in a proper way.Vsevolod Stakhov2011-03-181-19/+40
* Optimization.Vsevolod Stakhov2011-03-141-10/+3
* Fix gmime24 compatibility.Vsevolod Stakhov2011-03-091-2/+2
* Ignore group addresses.Vsevolod Stakhov2011-03-051-5/+7
* Assume headers folding as space character.Vsevolod Stakhov2011-03-051-1/+0
* * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked)Vsevolod Stakhov2011-03-041-5/+123
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-30/+31
* Save separator inside raw_header struct.Vsevolod Stakhov2011-02-231-0/+4
* * Process raw headers by FSM.Vsevolod Stakhov2011-02-211-0/+72
* Fix received headers parser state machine to parse headers with only 'by' com...Vsevolod Stakhov2011-02-171-2/+3
* Fix received headers passing to lua.Vsevolod Stakhov2011-02-171-0/+7
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-3/+108
* * 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-021-10/+124
* 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-061-58/+58
* * 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-251-0/+198