summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [Fix] Strings returned from lua are ephemeralVsevolod Stakhov2017-02-161-1/+1
| | | | Pointy hat to: @fatalbanana
* [Feature] Support setting metric subject from LuaAndrew Lewis2017-02-151-0/+28
|
* [Feature] Implement received headers flagsVsevolod Stakhov2017-02-131-1/+33
|
* [Feature] Store relational order of all headers in a messageVsevolod Stakhov2017-02-111-1/+4
|
* [Minor] Allow to cache values for task from Lua APIVsevolod Stakhov2017-02-101-12/+26
|
* [Feature] Add per-task lua cache to reuse 'heavy' objectsVsevolod Stakhov2017-02-091-98/+172
|
* [Feature] Store all received headers in luaVsevolod Stakhov2017-02-091-1/+6
|
* [Minor] Add additional safe guard for nan valuesVsevolod Stakhov2017-01-251-1/+2
|
* [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
| | | | | | | | | | | | Each message is now represented by a string and category, so messages in metric is an UCL object of the following format: { "category": "string" } The significant category is `smtp_message` which should be used by rmilter to send a custom SMTP reply to a client.
* [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
| | | | - Issue: #1046
* [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
|