aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | data.
* 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
| | | | Now it is possible to register multiple classifiers with the same type.
* Remove old statfile_pool logic.Vsevolod Stakhov2015-01-181-1/+0
|
* Fix build on SunOSSebastian Wiedenroth2015-01-181-0/+2
| | | | | - the struct dirent d_type is not available on SunOS - tm_gmtoff is not a POSIX field
* 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
|