summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Do not overwrite score occasionallyVsevolod Stakhov2017-07-031-1/+7
* [Fix] Do not overwrite score when setting pre-actionVsevolod Stakhov2017-06-301-4/+9
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-5/+5
* [Minor] Allow to check for milter flag in a taskVsevolod Stakhov2017-06-251-0/+7
* [Minor] Kill other `rmilter` occurrenciesVsevolod Stakhov2017-06-021-9/+10
* [Minor] Merge rmilter reply instead of overwriting itVsevolod Stakhov2017-05-201-4/+13
* [Minor] Warn about get_date misuseVsevolod Stakhov2017-05-171-9/+16
* [Minor] Move more magic constants to definesVsevolod Stakhov2017-05-121-1/+3
* [Fix] Allow to follow symlinks when safeVsevolod Stakhov2017-05-091-1/+1
* [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