Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 | 4 | -1/+198 |
| | | | | * 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 | ||||
* | * Fix getting of message headers from lua plugins | Vsevolod Stakhov | 2009-10-14 | 1 | -11/+11 |
| | | | | * Fix forged recipients plugin | ||||
* | * Fix loop | Vsevolod Stakhov | 2009-10-14 | 1 | -0/+1 |
| | |||||
* | * Add ability to register rspamd functions from LUA | Vsevolod Stakhov | 2009-10-13 | 2 | -3/+142 |
| | | | | | | * Add ability to access recipients list and sender information * Add plugin for checking forged recipients and sender * Sync documentation | ||||
* | * Port evdns with TXT patch into rspamd and adopt it to work separately from ↵ | Vsevolod Stakhov | 2009-10-07 | 1 | -1/+1 |
| | | | | | | libevent * Add skeleton for spf parser | ||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 4 | -376/+372 |
| | |||||
* | * Fix some memory issues with lua (strings that are returned from lua can be ↵ | Vsevolod Stakhov | 2009-10-02 | 2 | -3/+3 |
| | | | | freed early) | ||||
* | * Add events to lua resolver | Vsevolod Stakhov | 2009-09-25 | 1 | -0/+3 |
| | | | | * Do not classify non-text messages | ||||
* | * Fix double free of memory | Vsevolod Stakhov | 2009-09-16 | 1 | -3/+0 |
| | | | | * Fix symbols output | ||||
* | * Add lua plugin for checking received headers | Vsevolod Stakhov | 2009-09-15 | 1 | -2/+14 |
| | | | | | | * Some tunes to lua API * Fix bug with http maps * Optimize installation and make custom prefix for configs | ||||
* | * New system of classifiers interface and statfiles processing | Vsevolod Stakhov | 2009-09-14 | 1 | -1/+4 |
| | | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh) | ||||
* | * Add ability to call rspamd fucntions from lua api | Vsevolod Stakhov | 2009-09-06 | 2 | -3/+67 |
| | | | | | | * Make logging adaptive based on log speed (buffered vs unbuffered IO) * Fix lua API docs * Now lua modules can be loaded with glob patterns | ||||
* | * Add asynchronous DNS resolver to lua API | Vsevolod Stakhov | 2009-09-04 | 2 | -0/+173 |
| | | | | | * Add access to received headers to lua API * Some code polishing | ||||
* | * More fixes to lua api | Vsevolod Stakhov | 2009-09-04 | 5 | -39/+81 |
| | |||||
* | * Make lua api object oriented | Vsevolod Stakhov | 2009-09-03 | 5 | -42/+61 |
| | |||||
* | * Fix lua API | Vsevolod Stakhov | 2009-09-02 | 5 | -14/+17 |
| | |||||
* | * New functionality to lua api: | Vsevolod Stakhov | 2009-09-01 | 6 | -2/+336 |
| | | | | | | | - config class - metric class - textpart class * Add documentation for lua module | ||||
* | * Reorganze lua support in rspamd | Vsevolod Stakhov | 2009-08-31 | 6 | -0/+706 |