Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -4/+4 | |
| | | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system | |||||
* | * Implement pre and post classify callbacks for checking specific statfiles ↵ | Vsevolod Stakhov | 2009-12-16 | 1 | -0/+36 | |
| | | | | | | | | | | for this task TODO: - add properties to get all parameters of input task - add properties to statfile object - add some normalization function for calling from classify process - document changes | |||||
* | * Add right way to pass config params with common names to lua scripts | Vsevolod Stakhov | 2009-11-11 | 1 | -5/+57 | |
| | ||||||
* | * Add ability to add maps from lua scripts and access theirs elements | Vsevolod Stakhov | 2009-11-02 | 1 | -1/+158 | |
| | | | | * Add whitelist module for whitelisting score for some ip/from addresses | |||||
* | * Add growing coefficient to factors consolidation callback | Vsevolod Stakhov | 2009-10-16 | 1 | -1/+1 | |
| | | | | * Fix registering functions from lua | |||||
* | * Add ability to register rspamd functions from LUA | Vsevolod Stakhov | 2009-10-13 | 1 | -3/+63 | |
| | | | | | | * Add ability to access recipients list and sender information * Add plugin for checking forged recipients and sender * Sync documentation | |||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -85/+84 | |
| | ||||||
* | * Fix some memory issues with lua (strings that are returned from lua can be ↵ | Vsevolod Stakhov | 2009-10-02 | 1 | -1/+1 | |
| | | | | freed early) | |||||
* | * More fixes to lua api | Vsevolod Stakhov | 2009-09-04 | 1 | -4/+7 | |
| | ||||||
* | * Make lua api object oriented | Vsevolod Stakhov | 2009-09-03 | 1 | -8/+8 | |
| | ||||||
* | * Fix lua API | Vsevolod Stakhov | 2009-09-02 | 1 | -2/+2 | |
| | ||||||
* | * New functionality to lua api: | Vsevolod Stakhov | 2009-09-01 | 1 | -0/+102 | |
| | | | | | | | - config class - metric class - textpart class * Add documentation for lua module | |||||
* | * Reorganze lua support in rspamd | Vsevolod Stakhov | 2009-08-31 | 1 | -0/+101 | |