Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Feature] Add task:get_symbols method | Vsevolod Stakhov | 2016-03-31 | 1 | -0/+39 | |
* | [Feature] Improve processing of headers to lua | Vsevolod Stakhov | 2016-03-29 | 1 | -3/+11 | |
* | [Feature] Simplify actions application by the settings | Vsevolod Stakhov | 2016-03-29 | 1 | -3/+30 | |
* | [Fix] Restore described behaviour for some lua functions | Vsevolod Stakhov | 2016-03-15 | 1 | -7/+13 | |
* | [Feature] Add task:get_dns_req method | Vsevolod Stakhov | 2016-03-11 | 1 | -0/+22 | |
* | Fix task:has_flag method | Vsevolod Stakhov | 2016-02-25 | 1 | -2/+1 | |
* | Rework lua errors reporting | Vsevolod Stakhov | 2016-02-24 | 1 | -99/+139 | |
* | Fix has_symbol method | Vsevolod Stakhov | 2016-02-23 | 1 | -0/+2 | |
* | Oops, fix task:get_user | Vsevolod Stakhov | 2016-02-22 | 1 | -3/+7 | |
* | Add more strict checks of arguments to lua_task | Vsevolod Stakhov | 2016-02-22 | 1 | -39/+119 | |
* | Add aliases for task:get_from_ip | Vsevolod Stakhov | 2016-02-13 | 1 | -0/+3 | |
* | Add task:has_urls method | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+45 | |
* | Fix some issues found by coverity | Vsevolod Stakhov | 2016-02-09 | 1 | -9/+31 | |
* | Add fast path for checking symbols | Vsevolod Stakhov | 2016-02-08 | 1 | -0/+31 | |
* | Pre filters should actually skip processing | Vsevolod Stakhov | 2016-02-04 | 1 | -3/+10 | |
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -22/+12 | |
* | Fix set_from_ip method | Vsevolod Stakhov | 2016-02-01 | 1 | -1/+28 | |
* | Add methods to check if a messages has from/rcpts | Vsevolod Stakhov | 2016-01-28 | 1 | -0/+104 | |
* | Move internet address pushing to common routines | Vsevolod Stakhov | 2016-01-25 | 1 | -79/+0 | |
* | Allow `any`, `mime` and `smtp` for get_from/get_recipients | Vsevolod Stakhov | 2016-01-22 | 1 | -4/+37 | |
* | Fix broken headers and task:has_flag | Vsevolod Stakhov | 2016-01-22 | 1 | -1/+2 | |
* | Rework flags LUA API | Vsevolod Stakhov | 2016-01-22 | 1 | -20/+95 | |
* | Add rawmime class | Vsevolod Stakhov | 2015-12-09 | 1 | -0/+2 | |
* | Use hits from the cache in re cache | Vsevolod Stakhov | 2015-12-09 | 1 | -6/+4 | |
* | Add routine to convert string to re_class type | Vsevolod Stakhov | 2015-12-07 | 1 | -15/+1 | |
* | Fix issues with re_cache lua API | Vsevolod Stakhov | 2015-12-04 | 1 | -24/+26 | |
* | Add method to process new regexp cache | Vsevolod Stakhov | 2015-12-04 | 1 | -27/+92 | |
* | Fix code for the new cache | Vsevolod Stakhov | 2015-12-03 | 1 | -16/+4 | |
* | Fix raw logic inversion in `get_header` method | Vsevolod Stakhov | 2015-11-26 | 1 | -1/+1 | |
* | Restore multiple classifiers support | Vsevolod Stakhov | 2015-11-23 | 1 | -21/+7 | |
* | Fix indexing for received headers. | Vsevolod Stakhov | 2015-11-23 | 1 | -2/+2 | |
* | Implement refcounting for configuration | Vsevolod Stakhov | 2015-11-18 | 1 | -50/+1 | |
* | Fix headers operation in lua_task. | Vsevolod Stakhov | 2015-10-07 | 1 | -8/+12 | |
* | Start miration to the new strings. | Vsevolod Stakhov | 2015-10-06 | 1 | -3/+3 | |
* | Add task:set_flag and task:get_flags. | Vsevolod Stakhov | 2015-09-25 | 1 | -0/+136 | |
* | Indexes start from 1 in lua!!!! | Vsevolod Stakhov | 2015-09-17 | 1 | -1/+1 | |
* | Extract mime part, not text part in task:get_parts | Vsevolod Stakhov | 2015-09-04 | 1 | -1/+1 | |
* | Update lua code for the new logger. | Vsevolod Stakhov | 2015-08-30 | 1 | -2/+2 | |
* | Remove unused module. | Vsevolod Stakhov | 2015-08-20 | 1 | -1/+0 | |
* | Fix documentation. | Vsevolod Stakhov | 2015-07-31 | 1 | -1/+1 | |
* | Refactor functions in images processing. | Vsevolod Stakhov | 2015-07-23 | 1 | -1/+1 | |
* | Rework parts and task structure: | Vsevolod Stakhov | 2015-07-13 | 1 | -22/+18 | |
* | Fix null pointer dereference. | Vsevolod Stakhov | 2015-07-07 | 1 | -1/+1 | |
* | Adopt for the new headers structure. | Vsevolod Stakhov | 2015-06-02 | 1 | -2/+2 | |
* | Adopt LUA API. | Vsevolod Stakhov | 2015-06-02 | 1 | -2/+2 | |
* | Rework task processing. | Vsevolod Stakhov | 2015-06-02 | 1 | -3/+3 | |
* | Allow __len metamethod on rspamd{text}. | Vsevolod Stakhov | 2015-05-25 | 1 | -0/+1 | |
* | Add API to get/set request headers from lua. | Vsevolod Stakhov | 2015-05-20 | 1 | -0/+96 | |
* | Allow owning lua_text. | Vsevolod Stakhov | 2015-05-20 | 1 | -0/+16 | |
* | Add method to detect the full size of message. | Vsevolod Stakhov | 2015-05-19 | 1 | -0/+23 |