summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * Remove evdns and use only rspamd resolverVsevolod Stakhov2010-07-091-19/+58
|
* * Change metric logicVsevolod Stakhov2010-06-161-6/+5
| | | | | | | * 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
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-3/+3
| | | | | | | | | - 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
* * Add ability to add maps from lua scripts and access theirs elementsVsevolod Stakhov2009-11-021-0/+36
| | | | * Add whitelist module for whitelisting score for some ip/from addresses
* * Fix loopVsevolod Stakhov2009-10-141-0/+1
|
* * Add ability to register rspamd functions from LUAVsevolod Stakhov2009-10-131-0/+79
| | | | | | * 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 Stakhov2009-10-071-1/+1
| | | | | | libevent * Add skeleton for spf parser
* * Retab, no functional changesVsevolod Stakhov2009-10-021-127/+126
|
* * Fix some memory issues with lua (strings that are returned from lua can be ↵Vsevolod Stakhov2009-10-021-2/+2
| | | | freed early)
* * Add events to lua resolverVsevolod Stakhov2009-09-251-0/+3
| | | | * Do not classify non-text messages
* * Fix double free of memoryVsevolod Stakhov2009-09-161-3/+0
| | | | * Fix symbols output
* * Add lua plugin for checking received headersVsevolod Stakhov2009-09-151-2/+14
| | | | | | * Some tunes to lua API * Fix bug with http maps * Optimize installation and make custom prefix for configs
* * Add ability to call rspamd fucntions from lua apiVsevolod Stakhov2009-09-061-0/+40
| | | | | | * 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 APIVsevolod Stakhov2009-09-041-0/+169
| | | | | * Add access to received headers to lua API * Some code polishing
* * More fixes to lua apiVsevolod Stakhov2009-09-041-4/+13
|
* * Make lua api object orientedVsevolod Stakhov2009-09-031-8/+8
|
* * Fix lua APIVsevolod Stakhov2009-09-021-2/+2
|
* * New functionality to lua api:Vsevolod Stakhov2009-09-011-0/+118
| | | | | | | - config class - metric class - textpart class * Add documentation for lua module
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-311-0/+108