aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use position from the arguments.Vsevolod Stakhov2015-02-251-2/+2
* Make lua_check_task public.Vsevolod Stakhov2015-02-251-41/+41
* Add task:get_content() method.Vsevolod Stakhov2015-02-131-0/+21
* Remove old crap functions from url parser code.Vsevolod Stakhov2015-02-031-12/+12
* Rework message store to allow encryption.Vsevolod Stakhov2015-01-301-2/+4
* Rework classifiers configuration and naming.Vsevolod Stakhov2015-01-231-2/+0
* Remove old statfile_pool logic.Vsevolod Stakhov2015-01-181-1/+0
* Fix build on SunOSSebastian Wiedenroth2015-01-181-0/+2
* Remove binlog and statfile_sync: never ever used.Vsevolod Stakhov2015-01-161-2/+0
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-161-2/+2
* Update docs.Vsevolod Stakhov2015-01-021-0/+62
* Add lua API for getting raw headers from mime part.Vsevolod Stakhov2014-12-291-4/+85
* Rework language detection.Vsevolod Stakhov2014-12-231-125/+3
* Refactor function names.Vsevolod Stakhov2014-11-291-2/+2
* Return nil if header was not found in lua_task.Vsevolod Stakhov2014-11-191-4/+6
* Detect language heuristic for text parts.Vsevolod Stakhov2014-11-041-6/+43
* Detect HAN unicode script.Vsevolod Stakhov2014-11-041-1/+1
* Use messages for pre-results.Vsevolod Stakhov2014-09-231-0/+1
* Rework pre-filters results processing.Vsevolod Stakhov2014-09-231-0/+1
* Improve logging for pre-result.Vsevolod Stakhov2014-09-231-3/+4
* Rework pre-result adding.Vsevolod Stakhov2014-09-231-6/+26