summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.c
Commit message (Collapse)AuthorAgeFilesLines
* Push recipients in a proper way.Vsevolod Stakhov2011-03-181-19/+40
|
* Optimization.Vsevolod Stakhov2011-03-141-10/+3
|
* Fix gmime24 compatibility.Vsevolod Stakhov2011-03-091-2/+2
| | | | | | Fix adding extra space to raw headers. Reported by: Victor Ustugov
* Ignore group addresses.Vsevolod Stakhov2011-03-051-5/+7
|
* Assume headers folding as space character.Vsevolod Stakhov2011-03-051-1/+0
|
* * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked)Vsevolod Stakhov2011-03-041-5/+123
| | | | * Improve lua api for getting message's sender and recipients
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-30/+31
|
* Save separator inside raw_header struct.Vsevolod Stakhov2011-02-231-0/+4
| | | | Requested by: Victor Ustugov
* * Process raw headers by FSM.Vsevolod Stakhov2011-02-211-0/+72
| | | | * Add methods for accessing raw_headers from lua and C
* Fix received headers parser state machine to parse headers with only 'by' ↵Vsevolod Stakhov2011-02-171-2/+3
| | | | component.
* Fix received headers passing to lua.Vsevolod Stakhov2011-02-171-0/+7
|
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-3/+108
| | | | | | | * Emails now are separated from urls and urls checks * Add ability to check text attachements if option is presented in a configuration Version is 0.3.6 now
* * Add ability to obtain phished url from luaVsevolod Stakhov2010-11-121-0/+21
| | | | * Add ability to specify check domains for phishing check with 'domains' option
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-021-10/+124
|
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-151-1/+1
|
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-58/+58
| | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones.
* * Add ability to extract filename and size of images from luaVsevolod Stakhov2010-08-251-0/+34
|
* * Add post filters to lua API - filters that would be called after all ↵Vsevolod Stakhov2010-08-251-0/+198
| | | | | | | | message's processing * Add ability to check for specified symbol in task results from lua * Add ability to check for metric's results from lua * Add ability to learn specified statfile form lua
* * Move images library to core rspamdVsevolod Stakhov2010-08-231-0/+104
| | | | * Add lua api to access images properties
* * Fix lua representing of invalid ip (nil, not 255.255.255.255)Vsevolod Stakhov2010-07-271-3/+3
| | | | | * Fix R_TO_SEEMS_AUTO rule (by citrin) * Add multimap lua plugin
* * Fix lua DNS codeVsevolod Stakhov2010-07-131-0/+3
| | | | * Decompress labels in DNS packets more strictly
* * 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