summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| | | | | | - task:get_addr - task:get_from_addr - task:get_ip
* 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
| | | | | | - Allow to check for a specific flag - Add `learn_spam`, `learn_ham` and `broken_headers` flags - Unify internal functions
* 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
| | | | Issue: #382
* 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
| | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field
* Fix null pointer dereference.Vsevolod Stakhov2015-07-071-1/+1
|
* Adopt for the new headers structure.Vsevolod Stakhov2015-06-021-2/+2
|
* Adopt LUA API.Vsevolod Stakhov2015-06-021-2/+2
|
* Rework task processing.Vsevolod Stakhov2015-06-021-3/+3
|
* Allow __len metamethod on rspamd{text}.Vsevolod Stakhov2015-05-251-0/+1
|
* Add API to get/set request headers from lua.Vsevolod Stakhov2015-05-201-0/+96
|
* Allow owning lua_text.Vsevolod Stakhov2015-05-201-0/+16
|
* Add method to detect the full size of message.Vsevolod Stakhov2015-05-191-0/+23
|