summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Expand)AuthorAgeFilesLines
* Set useful fields for addresses.Vsevolod Stakhov2014-08-161-4/+19
* Remove unused definition.Vsevolod Stakhov2014-08-161-6/+0
* Add lua method to get config for the task.Vsevolod Stakhov2014-08-161-0/+16
* Add method to set task's settings.Vsevolod Stakhov2014-08-161-0/+16
* Allow learning from lua_task.Vsevolod Stakhov2014-08-141-43/+31
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-279/+320
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-330/+289
* Unify code style.Vsevolod Stakhov2014-07-231-289/+330
* Refactor config API.Vsevolod Stakhov2014-04-301-5/+5
* Refactor task functions.Vsevolod Stakhov2014-04-211-3/+3
* Fix lua API for new inet addr structure.Vsevolod Stakhov2014-04-211-2/+2
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-45/+45
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-9/+9
* Fix empty messages processing.Vsevolod Stakhov2014-02-181-1/+1
* Remove HFILTER_URL_ONELINE rule.Vsevolod Stakhov2014-01-241-0/+38
* Improve hostname processing.Vsevolod Stakhov2014-01-221-1/+15
* Start moving to HTTP world.Vsevolod Stakhov2014-01-121-4/+1
* Add hostname attribute to rspamc protocol.Vsevolod Stakhov2014-01-061-0/+36
* Remove duplicated resolving functions from task.Vsevolod Stakhov2013-11-191-268/+36
* Store IP addresses properly in lua.Vsevolod Stakhov2013-11-171-67/+29
* Refactor metric actions handling.Vsevolod Stakhov2013-09-131-3/+4
* Fix some warnings found by coverity scan.Vsevolod Stakhov2013-08-161-1/+1
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-4/+4
* 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