Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | - Allow to check for a specific flag - Add `learn_spam`, `learn_ham` and `broken_headers` flags - Unify internal functions | |||||
* | 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 | |
| | | | | Issue: #382 | |||||
* | 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 | |
| | | | | | | | | | - 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 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 | |
| | ||||||
* | Fix method name in the documentation. | Vsevolod Stakhov | 2015-05-13 | 1 | -1/+1 | |
| | ||||||
* | Allow to push raw pointer from the text boxed type. | Vsevolod Stakhov | 2015-05-13 | 1 | -0/+17 | |
| | ||||||
* | Move url functions to a separate module. | Vsevolod Stakhov | 2015-04-15 | 1 | -147/+3 | |
| | ||||||
* | Pass group name to lua in task:get_symbol method. | Vsevolod Stakhov | 2015-04-14 | 1 | -0/+13 | |
| | ||||||
* | Use hash table instead of tree for urls. | Vsevolod Stakhov | 2015-04-14 | 1 | -5/+3 | |
| | ||||||
* | Move mimepart functions to a separate module. | Vsevolod Stakhov | 2015-04-09 | 1 | -528/+3 | |
| | ||||||
* | Return zero-copy objects for large blobs. | Vsevolod Stakhov | 2015-04-08 | 1 | -3/+15 | |
| | ||||||
* | Use rspamd{text} for storing task content. | Vsevolod Stakhov | 2015-04-07 | 1 | -7/+7 | |
| | ||||||
* | Add rspamd{text} type to avoid unnecessary copying of large chunks of | Vsevolod Stakhov | 2015-04-07 | 1 | -0/+65 | |
| | | | | data. | |||||
* | Fix warnings. | Vsevolod Stakhov | 2015-04-02 | 1 | -1/+1 | |
| | ||||||
* | Allow getting message queue ID from Lua | Andrew Lewis | 2015-04-02 | 1 | -0/+20 | |
| | ||||||
* | Add function to test whether textpart is utf. | Vsevolod Stakhov | 2015-03-31 | 1 | -0/+23 | |
| | ||||||
* | Fix adding values to the cache. | Vsevolod Stakhov | 2015-03-25 | 1 | -1/+1 | |
| | ||||||
* | Add lua interfaces to re cache. | Vsevolod Stakhov | 2015-03-25 | 1 | -0/+52 | |
| |