aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Kill all InternetAddressList usagesVsevolod Stakhov2016-12-221-24/+22
* [Fix] Couple of fixes for date parsingVsevolod Stakhov2016-12-211-1/+1
* [Feature] Use own code for parsing of dateVsevolod Stakhov2016-12-211-4/+12
* [Rework|Minor] Further fixes for the new mime parserVsevolod Stakhov2016-12-161-2/+2
* [Rework|Minor] Fix lua_taskVsevolod Stakhov2016-12-161-21/+12
* [Rework] Add preliminary implementation of the mime parserVsevolod Stakhov2016-12-131-1/+1
* [Rework] Refactor struct namesVsevolod Stakhov2016-12-051-18/+18
* [Rework] Adopt code for the new optionsVsevolod Stakhov2016-12-051-23/+18
* [Rework] Use hash tables for symbols optionsVsevolod Stakhov2016-12-051-6/+7
* [Minor] Fix typoAlexander Moisseev2016-12-031-2/+2
* [Minor] Fix typoAlexander Moisseev2016-11-041-3/+3
* [Rework] Make rspamd protocol messages usefulVsevolod Stakhov2016-11-021-5/+14
* [Fix] Fix 'decoded' value in task:get_header_full()Andrew Lewis2016-11-011-1/+1
* [Feature] Support setting task message from LuaAndrew Lewis2016-10-181-0/+29
* [Rework] Make lua_redis task agnosticVsevolod Stakhov2016-10-171-0/+8
* [Feature] Allow getting task UID from LuaAndrew Lewis2016-10-111-0/+21
* [Feature] Add mmap support to lua_textVsevolod Stakhov2016-10-081-6/+15
* [Minor] Use lua_createtable when size is knownVsevolod Stakhov2016-10-051-8/+17
* [Feature] Store `for` in task:get_received_headersVsevolod Stakhov2016-10-041-3/+8
* [Feature] Stop using of GLists for headers, improve performanceVsevolod Stakhov2016-09-281-30/+14
* [Feature] Add ffi friendly version of process_regexp functionVsevolod Stakhov2016-09-221-1/+1
* [Feature] Return symbol scores when getting resulting symbolsVsevolod Stakhov2016-09-121-6/+21
* [Feature] Add ability to lookup settings by keyVsevolod Stakhov2016-08-281-0/+48
* [Minor] Fix typoAlexander Moisseev2016-08-271-1/+1
* [Feature] Add task:get_digest methodVsevolod Stakhov2016-08-161-0/+35
* [Doc] Fix set_rmilter_reply exampleAndrew Lewis2016-08-101-2/+3
* [Fix] Fix multiple request headers structureVsevolod Stakhov2016-08-041-24/+7
* [Minor] Remove duplicated element from task:get_metric_score()Andrew Lewis2016-08-031-3/+1
* [Feature] Correctly work when there is no hard reject actionVsevolod Stakhov2016-07-271-4/+4
* [Feature] Allow to pass extradata from rspamd to rmilterVsevolod Stakhov2016-07-211-1/+33
* [Feature] Allow underscore separated names in settingsVsevolod Stakhov2016-07-211-1/+2
* [Minor] Add task:set_flag exampleAlexander Moisseev2016-07-161-0/+20
* [Fix] Fix settings applicationVsevolod Stakhov2016-07-121-0/+2
* [Feature] Store more information about compressed filesVsevolod Stakhov2016-07-051-3/+65
* [Feature] Add lua API for getting info from archivesVsevolod Stakhov2016-07-041-2/+154
* [Rework] Remove dedicated images listVsevolod Stakhov2016-07-041-13/+8
* [Rework] Rename mime parts structuresVsevolod Stakhov2016-07-041-4/+4
* [Feature] Add ESMTPSA received typeVsevolod Stakhov2016-06-151-1/+4
* [Feature] Parse received timestampVsevolod Stakhov2016-06-151-0/+5
* [Feature] Parse received date and ESMTPA protoVsevolod Stakhov2016-06-151-2/+4
* [Feature] Use new received parser instead of old oneVsevolod Stakhov2016-06-141-4/+28
* [Feature] New abstract hashing API in cryptoboxVsevolod Stakhov2016-05-101-2/+3
* [Feature] Use rspamd specific type checks for userdataVsevolod Stakhov2016-05-051-4/+4
* [Fix] Reverse options when receivedVsevolod Stakhov2016-05-031-0/+4
* [Feature] Allow setting scores and actions from luaVsevolod Stakhov2016-05-031-0/+88
* [Feature] Add task:get_rawbody methodVsevolod Stakhov2016-05-031-1/+39
* [Feature] Allow to get settings and settings id hash from lua_taskVsevolod Stakhov2016-04-271-0/+61
* [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