summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix method name in the documentation.Vsevolod Stakhov2015-05-131-1/+1
* Allow to push raw pointer from the text boxed type.Vsevolod Stakhov2015-05-131-0/+17
* Move url functions to a separate module.Vsevolod Stakhov2015-04-151-147/+3
* Pass group name to lua in task:get_symbol method.Vsevolod Stakhov2015-04-141-0/+13
* Use hash table instead of tree for urls.Vsevolod Stakhov2015-04-141-5/+3
* Move mimepart functions to a separate module.Vsevolod Stakhov2015-04-091-528/+3
* Return zero-copy objects for large blobs.Vsevolod Stakhov2015-04-081-3/+15
* Use rspamd{text} for storing task content.Vsevolod Stakhov2015-04-071-7/+7
* Add rspamd{text} type to avoid unnecessary copying of large chunks ofVsevolod Stakhov2015-04-071-0/+65
* Fix warnings.Vsevolod Stakhov2015-04-021-1/+1
* Allow getting message queue ID from LuaAndrew Lewis2015-04-021-0/+20
* Add function to test whether textpart is utf.Vsevolod Stakhov2015-03-311-0/+23
* Fix adding values to the cache.Vsevolod Stakhov2015-03-251-1/+1
* Add lua interfaces to re cache.Vsevolod Stakhov2015-03-251-0/+52
* Allow global lua functions in mime_regexp.Vsevolod Stakhov2015-03-241-0/+9
* Start removing old stuff.Vsevolod Stakhov2015-03-191-50/+1
* Rework lua basic API for new IP.Vsevolod Stakhov2015-03-121-2/+2
* Add method to get all raw headers in LUA.Vsevolod Stakhov2015-03-031-0/+24