summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Expand)AuthorAgeFilesLines
...
* [Fix] Restore compatibility with old lua API behaviourVsevolod Stakhov2016-04-251-3/+23
* [Fix] Adopt lua task API for the new email addresses structureVsevolod Stakhov2016-04-241-19/+88
* [Feature] Improve getting SMTP data from lua_taskVsevolod Stakhov2016-04-231-17/+52
* [Fix] Rework settings to work properly in metric-less configurationVsevolod Stakhov2016-04-191-15/+20
* [Feature] Add task:get_symbols_numeric methodVsevolod Stakhov2016-04-051-0/+43
* [Feature] Allow tables in task:insert_resultVsevolod Stakhov2016-03-311-4/+20
* [Feature] Add task:get_symbols methodVsevolod Stakhov2016-03-311-0/+39
* [Feature] Improve processing of headers to luaVsevolod Stakhov2016-03-291-3/+11
* [Feature] Simplify actions application by the settingsVsevolod Stakhov2016-03-291-3/+30
* [Fix] Restore described behaviour for some lua functionsVsevolod Stakhov2016-03-151-7/+13
* [Feature] Add task:get_dns_req methodVsevolod Stakhov2016-03-111-0/+22
* Fix task:has_flag methodVsevolod Stakhov2016-02-251-2/+1
* Rework lua errors reportingVsevolod Stakhov2016-02-241-99/+139
* Fix has_symbol methodVsevolod Stakhov2016-02-231-0/+2
* Oops, fix task:get_userVsevolod Stakhov2016-02-221-3/+7
* Add more strict checks of arguments to lua_taskVsevolod Stakhov2016-02-221-39/+119
* Add aliases for task:get_from_ipVsevolod Stakhov2016-02-131-0/+3
* Add task:has_urls methodVsevolod Stakhov2016-02-101-1/+45
* Fix some issues found by coverityVsevolod Stakhov2016-02-091-9/+31
* Add fast path for checking symbolsVsevolod Stakhov2016-02-081-0/+31
* Pre filters should actually skip processingVsevolod Stakhov2016-02-041-3/+10
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-22/+12
* Fix set_from_ip methodVsevolod Stakhov2016-02-011-1/+28
* Add methods to check if a messages has from/rcptsVsevolod Stakhov2016-01-281-0/+104
* Move internet address pushing to common routinesVsevolod Stakhov2016-01-251-79/+0
* Allow `any`, `mime` and `smtp` for get_from/get_recipientsVsevolod Stakhov2016-01-221-4/+37
* Fix broken headers and task:has_flagVsevolod Stakhov2016-01-221-1/+2
* Rework flags LUA APIVsevolod Stakhov2016-01-221-20/+95
* Add rawmime classVsevolod Stakhov2015-12-091-0/+2
* Use hits from the cache in re cacheVsevolod Stakhov2015-12-091-6/+4
* Add routine to convert string to re_class typeVsevolod Stakhov2015-12-071-15/+1
* Fix issues with re_cache lua APIVsevolod Stakhov2015-12-041-24/+26
* Add method to process new regexp cacheVsevolod Stakhov2015-12-041-27/+92
* Fix code for the new cacheVsevolod Stakhov2015-12-031-16/+4
* Fix raw logic inversion in `get_header` methodVsevolod Stakhov2015-11-261-1/+1
* Restore multiple classifiers supportVsevolod Stakhov2015-11-231-21/+7
* Fix indexing for received headers.Vsevolod Stakhov2015-11-231-2/+2
* Implement refcounting for configurationVsevolod Stakhov2015-11-181-50/+1
* Fix headers operation in lua_task.Vsevolod Stakhov2015-10-071-8/+12
* Start miration to the new strings.Vsevolod Stakhov2015-10-061-3/+3
* Add task:set_flag and task:get_flags.Vsevolod Stakhov2015-09-251-0/+136
* Indexes start from 1 in lua!!!!Vsevolod Stakhov2015-09-171-1/+1
* Extract mime part, not text part in task:get_partsVsevolod Stakhov2015-09-041-1/+1
* Update lua code for the new logger.Vsevolod Stakhov2015-08-301-2/+2
* Remove unused module.Vsevolod Stakhov2015-08-201-1/+0
* Fix documentation.Vsevolod Stakhov2015-07-311-1/+1
* Refactor functions in images processing.Vsevolod Stakhov2015-07-231-1/+1
* Rework parts and task structure:Vsevolod Stakhov2015-07-131-22/+18
* Fix null pointer dereference.Vsevolod Stakhov2015-07-071-1/+1
* Adopt for the new headers structure.Vsevolod Stakhov2015-06-021-2/+2