aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Refactor destroy -> freeVsevolod Stakhov2017-04-291-1/+1
* [Rework] Remove multiple metrics support from RspamdVsevolod Stakhov2017-04-261-74/+29
* [Minor] Push email flags to the lua APIVsevolod Stakhov2017-04-251-0/+21
* [Fix] Fix setting of email addressVsevolod Stakhov2017-04-251-1/+2
* [Fix] Check return values from Lua functions called from CVsevolod Stakhov2017-04-051-9/+13
* [Minor] Fix headers_foreach invocationVsevolod Stakhov2017-04-051-1/+1
* [Minor] Allow to iterate mime headers as wellVsevolod Stakhov2017-04-041-0/+1
* [Feature] Add task:headers_foreach functionVsevolod Stakhov2017-04-041-43/+150
* [Fix] Fix typoAndrew Lewis2017-03-301-1/+1
* [Feature] Allow to get task's subjectVsevolod Stakhov2017-03-281-0/+28
* [Fix] Fix one-shot symbols weight calculationsVsevolod Stakhov2017-03-251-0/+2
* [Feature] Stat greylisted messages as greylisted not soft-rejectedVsevolod Stakhov2017-03-251-0/+6
* [Minor] Remove all get_api_version callsVsevolod Stakhov2017-03-241-5/+3
* [Minor] Fix various style issuesVsevolod Stakhov2017-03-231-11/+3
* [Fix] Preserve order of options in symbolsVsevolod Stakhov2017-03-221-6/+4
* [Minor] Allow to take ownership on rspamd_textVsevolod Stakhov2017-03-181-0/+28
* [Feature] Add method to get protocol reply from LuaVsevolod Stakhov2017-03-131-0/+84
* [Minor] Fold symbols in metadata_exporterVsevolod Stakhov2017-03-101-11/+14
* Merge pull request #1506 from fatalbanana/cleanupVsevolod Stakhov2017-03-091-2/+0
|\
| * [Minor] get_symbols_all: return nil instead of errorAndrew Lewis2017-03-091-2/+0
* | [Fix] Fix task:set_recipients functionVsevolod Stakhov2017-03-091-4/+4
|/
* [Feature] Add task:get_symbols_all() functionAndrew Lewis2017-03-091-34/+103
* [Fix] Fix issue with task:get_symbol and symbols with no metricVsevolod Stakhov2017-03-081-3/+8
* [Feature] Allow to set recipients of a task from LuaVsevolod Stakhov2017-03-041-0/+78
* [Feature] Allow to set from address for a lua_taskVsevolod Stakhov2017-03-041-0/+189
* [Minor] Add ability to save rspamd_text in fileVsevolod Stakhov2017-02-221-0/+42
* [Feature] Allow to store messages in filesVsevolod Stakhov2017-02-171-0/+83
* [Fix] Strings returned from lua are ephemeralVsevolod Stakhov2017-02-161-1/+1
* [Feature] Support setting metric subject from LuaAndrew Lewis2017-02-151-0/+28
* [Feature] Implement received headers flagsVsevolod Stakhov2017-02-131-1/+33
* [Feature] Store relational order of all headers in a messageVsevolod Stakhov2017-02-111-1/+4
* [Minor] Allow to cache values for task from Lua APIVsevolod Stakhov2017-02-101-12/+26
* [Feature] Add per-task lua cache to reuse 'heavy' objectsVsevolod Stakhov2017-02-091-98/+172
* [Feature] Store all received headers in luaVsevolod Stakhov2017-02-091-1/+6
* [Minor] Add additional safe guard for nan valuesVsevolod Stakhov2017-01-251-1/+2
* [Rework] Kill all InternetAddressList usagesVsevolod Stakhov2016-12-221-24/+22
* [Fix] Couple of fixes for date parsingVsevolod Stakhov2016-12-211-1/+1
* [Feature] Use own code for parsing of dateVsevolod Stakhov2016-12-211-4/+12
* [Rework|Minor] Further fixes for the new mime parserVsevolod Stakhov2016-12-161-2/+2
* [Rework|Minor] Fix lua_taskVsevolod Stakhov2016-12-161-21/+12
* [Rework] Add preliminary implementation of the mime parserVsevolod Stakhov2016-12-131-1/+1
* [Rework] Refactor struct namesVsevolod Stakhov2016-12-051-18/+18
* [Rework] Adopt code for the new optionsVsevolod Stakhov2016-12-051-23/+18
* [Rework] Use hash tables for symbols optionsVsevolod Stakhov2016-12-051-6/+7
* [Minor] Fix typoAlexander Moisseev2016-12-031-2/+2
* [Minor] Fix typoAlexander Moisseev2016-11-041-3/+3
* [Rework] Make rspamd protocol messages usefulVsevolod Stakhov2016-11-021-5/+14
* [Fix] Fix 'decoded' value in task:get_header_full()Andrew Lewis2016-11-011-1/+1
* [Feature] Support setting task message from LuaAndrew Lewis2016-10-181-0/+29
* [Rework] Make lua_redis task agnosticVsevolod Stakhov2016-10-171-0/+8