Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Fix] Strings returned from lua are ephemeral | Vsevolod Stakhov | 2017-02-16 | 1 | -1/+1 | |
| | | | | Pointy hat to: @fatalbanana | |||||
* | [Feature] Support setting metric subject from Lua | Andrew Lewis | 2017-02-15 | 1 | -0/+28 | |
| | ||||||
* | [Feature] Implement received headers flags | Vsevolod Stakhov | 2017-02-13 | 1 | -1/+33 | |
| | ||||||
* | [Feature] Store relational order of all headers in a message | Vsevolod Stakhov | 2017-02-11 | 1 | -1/+4 | |
| | ||||||
* | [Minor] Allow to cache values for task from Lua API | Vsevolod Stakhov | 2017-02-10 | 1 | -12/+26 | |
| | ||||||
* | [Feature] Add per-task lua cache to reuse 'heavy' objects | Vsevolod Stakhov | 2017-02-09 | 1 | -98/+172 | |
| | ||||||
* | [Feature] Store all received headers in lua | Vsevolod Stakhov | 2017-02-09 | 1 | -1/+6 | |
| | ||||||
* | [Minor] Add additional safe guard for nan values | Vsevolod Stakhov | 2017-01-25 | 1 | -1/+2 | |
| | ||||||
* | [Rework] Kill all InternetAddressList usages | Vsevolod Stakhov | 2016-12-22 | 1 | -24/+22 | |
| | ||||||
* | [Fix] Couple of fixes for date parsing | Vsevolod Stakhov | 2016-12-21 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Use own code for parsing of date | Vsevolod Stakhov | 2016-12-21 | 1 | -4/+12 | |
| | ||||||
* | [Rework|Minor] Further fixes for the new mime parser | Vsevolod Stakhov | 2016-12-16 | 1 | -2/+2 | |
| | ||||||
* | [Rework|Minor] Fix lua_task | Vsevolod Stakhov | 2016-12-16 | 1 | -21/+12 | |
| | ||||||
* | [Rework] Add preliminary implementation of the mime parser | Vsevolod Stakhov | 2016-12-13 | 1 | -1/+1 | |
| | ||||||
* | [Rework] Refactor struct names | Vsevolod Stakhov | 2016-12-05 | 1 | -18/+18 | |
| | ||||||
* | [Rework] Adopt code for the new options | Vsevolod Stakhov | 2016-12-05 | 1 | -23/+18 | |
| | ||||||
* | [Rework] Use hash tables for symbols options | Vsevolod Stakhov | 2016-12-05 | 1 | -6/+7 | |
| | ||||||
* | [Minor] Fix typo | Alexander Moisseev | 2016-12-03 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Fix typo | Alexander Moisseev | 2016-11-04 | 1 | -3/+3 | |
| | ||||||
* | [Rework] Make rspamd protocol messages useful | Vsevolod Stakhov | 2016-11-02 | 1 | -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 Lewis | 2016-11-01 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Support setting task message from Lua | Andrew Lewis | 2016-10-18 | 1 | -0/+29 | |
| | | | | - Issue: #1046 | |||||
* | [Rework] Make lua_redis task agnostic | Vsevolod Stakhov | 2016-10-17 | 1 | -0/+8 | |
| | ||||||
* | [Feature] Allow getting task UID from Lua | Andrew Lewis | 2016-10-11 | 1 | -0/+21 | |
| | ||||||
* | [Feature] Add mmap support to lua_text | Vsevolod Stakhov | 2016-10-08 | 1 | -6/+15 | |
| | ||||||
* | [Minor] Use lua_createtable when size is known | Vsevolod Stakhov | 2016-10-05 | 1 | -8/+17 | |
| | ||||||
* | [Feature] Store `for` in task:get_received_headers | Vsevolod Stakhov | 2016-10-04 | 1 | -3/+8 | |
| | ||||||
* | [Feature] Stop using of GLists for headers, improve performance | Vsevolod Stakhov | 2016-09-28 | 1 | -30/+14 | |
| | ||||||
* | [Feature] Add ffi friendly version of process_regexp function | Vsevolod Stakhov | 2016-09-22 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Return symbol scores when getting resulting symbols | Vsevolod Stakhov | 2016-09-12 | 1 | -6/+21 | |
| | ||||||
* | [Feature] Add ability to lookup settings by key | Vsevolod Stakhov | 2016-08-28 | 1 | -0/+48 | |
| | ||||||
* | [Minor] Fix typo | Alexander Moisseev | 2016-08-27 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Add task:get_digest method | Vsevolod Stakhov | 2016-08-16 | 1 | -0/+35 | |
| | ||||||
* | [Doc] Fix set_rmilter_reply example | Andrew Lewis | 2016-08-10 | 1 | -2/+3 | |
| | ||||||
* | [Fix] Fix multiple request headers structure | Vsevolod Stakhov | 2016-08-04 | 1 | -24/+7 | |
| | ||||||
* | [Minor] Remove duplicated element from task:get_metric_score() | Andrew Lewis | 2016-08-03 | 1 | -3/+1 | |
| | ||||||
* | [Feature] Correctly work when there is no hard reject action | Vsevolod Stakhov | 2016-07-27 | 1 | -4/+4 | |
| | ||||||
* | [Feature] Allow to pass extradata from rspamd to rmilter | Vsevolod Stakhov | 2016-07-21 | 1 | -1/+33 | |
| | ||||||
* | [Feature] Allow underscore separated names in settings | Vsevolod Stakhov | 2016-07-21 | 1 | -1/+2 | |
| | ||||||
* | [Minor] Add task:set_flag example | Alexander Moisseev | 2016-07-16 | 1 | -0/+20 | |
| | ||||||
* | [Fix] Fix settings application | Vsevolod Stakhov | 2016-07-12 | 1 | -0/+2 | |
| | ||||||
* | [Feature] Store more information about compressed files | Vsevolod Stakhov | 2016-07-05 | 1 | -3/+65 | |
| | ||||||
* | [Feature] Add lua API for getting info from archives | Vsevolod Stakhov | 2016-07-04 | 1 | -2/+154 | |
| | ||||||
* | [Rework] Remove dedicated images list | Vsevolod Stakhov | 2016-07-04 | 1 | -13/+8 | |
| | ||||||
* | [Rework] Rename mime parts structures | Vsevolod Stakhov | 2016-07-04 | 1 | -4/+4 | |
| | ||||||
* | [Feature] Add ESMTPSA received type | Vsevolod Stakhov | 2016-06-15 | 1 | -1/+4 | |
| | ||||||
* | [Feature] Parse received timestamp | Vsevolod Stakhov | 2016-06-15 | 1 | -0/+5 | |
| | ||||||
* | [Feature] Parse received date and ESMTPA proto | Vsevolod Stakhov | 2016-06-15 | 1 | -2/+4 | |
| | ||||||
* | [Feature] Use new received parser instead of old one | Vsevolod Stakhov | 2016-06-14 | 1 | -4/+28 | |
| | ||||||
* | [Feature] New abstract hashing API in cryptobox | Vsevolod Stakhov | 2016-05-10 | 1 | -2/+3 | |
| |