Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove received_rbl.lua | Andrew Lewis | 2013-11-17 | 1 | -72/+0 |
| | |||||
* | More checks in lua plugins.0.4.2 | Vsevolod Stakhov | 2011-08-05 | 1 | -3/+5 |
| | |||||
* | Optimize performance of received_rbl plugin. | Vsevolod Stakhov | 2011-03-24 | 1 | -38/+17 |
| | |||||
* | Fix configuration of received_rbl module. | Vsevolod Stakhov | 2011-03-22 | 1 | -1/+5 |
| | |||||
* | * Add versions to lua API | Vsevolod Stakhov | 2010-12-22 | 1 | -3/+9 |
| | | | | * Provide compatibility for lua plugins for old versions of rspamd | ||||
* | Misprint. | Vsevolod Stakhov | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Misprint. | Vsevolod Stakhov | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Register symbols properly for received_rbl module. | Vsevolod Stakhov | 2010-12-22 | 1 | -0/+6 |
| | |||||
* | Add registering options for lua modules | Vsevolod Stakhov | 2010-12-14 | 1 | -0/+4 |
| | | | | * Add ability to output colored messages for file and console loggers | ||||
* | * Change metric logic | Vsevolod Stakhov | 2010-06-16 | 1 | -10/+4 |
| | | | | | | | * Completely remove lex/yacc readers for config * Make common sense of metric/action and symbols * Sync changes with all plugins TODO: add this to documentation | ||||
* | * Add more logic to fuzzy mappings | Vsevolod Stakhov | 2010-05-14 | 1 | -3/+27 |
| | | | | * Improve logic of received_rbl plugin to support different symbols for different rbls | ||||
* | * Add right way to pass config params with common names to lua scripts | Vsevolod Stakhov | 2009-11-11 | 1 | -8/+7 |
| | |||||
* | * Fix patterns matching in lua plugins | Vsevolod Stakhov | 2009-10-26 | 1 | -2/+2 |
| | |||||
* | * Improve logic of lua plugins: | Vsevolod Stakhov | 2009-10-09 | 1 | -14/+15 |
| | | | | | | - fix once received plugin to configure properly (pointy hat to: dmx) - add additional functionality to once_received plugin for strict checking of received - make all things local | ||||
* | * Fix some memory issues with lua (strings that are returned from lua can be ↵ | Vsevolod Stakhov | 2009-10-02 | 1 | -3/+3 |
| | | | | freed early) | ||||
* | * Add lua plugin for checking received headers | Vsevolod Stakhov | 2009-09-15 | 1 | -0/+53 |
* Some tunes to lua API * Fix bug with http maps * Optimize installation and make custom prefix for configs |