Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Push recipients in a proper way. | Vsevolod Stakhov | 2011-03-18 | 1 | -19/+40 |
| | |||||
* | Optimization. | Vsevolod Stakhov | 2011-03-14 | 1 | -10/+3 |
| | |||||
* | Fix gmime24 compatibility. | Vsevolod Stakhov | 2011-03-09 | 1 | -2/+2 |
| | | | | | | Fix adding extra space to raw headers. Reported by: Victor Ustugov | ||||
* | Ignore group addresses. | Vsevolod Stakhov | 2011-03-05 | 1 | -5/+7 |
| | |||||
* | Assume headers folding as space character. | Vsevolod Stakhov | 2011-03-05 | 1 | -1/+0 |
| | |||||
* | * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked) | Vsevolod Stakhov | 2011-03-04 | 1 | -5/+123 |
| | | | | * Improve lua api for getting message's sender and recipients | ||||
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 1 | -30/+31 |
| | |||||
* | Save separator inside raw_header struct. | Vsevolod Stakhov | 2011-02-23 | 1 | -0/+4 |
| | | | | Requested by: Victor Ustugov | ||||
* | * Process raw headers by FSM. | Vsevolod Stakhov | 2011-02-21 | 1 | -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 Stakhov | 2011-02-17 | 1 | -2/+3 |
| | | | | component. | ||||
* | Fix received headers passing to lua. | Vsevolod Stakhov | 2011-02-17 | 1 | -0/+7 |
| | |||||
* | * New module for checking emails inside messages (rules based, like multimap) | Vsevolod Stakhov | 2011-02-03 | 1 | -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 lua | Vsevolod Stakhov | 2010-11-12 | 1 | -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 Stakhov | 2010-11-02 | 1 | -10/+124 |
| | |||||
* | Remove G_INLINE_FUNC definitions as I misunderstood its purposes. | Vsevolod Stakhov | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -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 lua | Vsevolod Stakhov | 2010-08-25 | 1 | -0/+34 |
| | |||||
* | * Add post filters to lua API - filters that would be called after all ↵ | Vsevolod Stakhov | 2010-08-25 | 1 | -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 rspamd | Vsevolod Stakhov | 2010-08-23 | 1 | -0/+104 |
| | | | | * Add lua api to access images properties | ||||
* | * Fix lua representing of invalid ip (nil, not 255.255.255.255) | Vsevolod Stakhov | 2010-07-27 | 1 | -3/+3 |
| | | | | | * Fix R_TO_SEEMS_AUTO rule (by citrin) * Add multimap lua plugin | ||||
* | * Fix lua DNS code | Vsevolod Stakhov | 2010-07-13 | 1 | -0/+3 |
| | | | | * Decompress labels in DNS packets more strictly | ||||
* | * Remove evdns and use only rspamd resolver | Vsevolod Stakhov | 2010-07-09 | 1 | -19/+58 |
| | |||||
* | * Change metric logic | Vsevolod Stakhov | 2010-06-16 | 1 | -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 Stakhov | 2009-12-22 | 1 | -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 elements | Vsevolod Stakhov | 2009-11-02 | 1 | -0/+36 |
| | | | | * Add whitelist module for whitelisting score for some ip/from addresses | ||||
* | * Fix loop | Vsevolod Stakhov | 2009-10-14 | 1 | -0/+1 |
| | |||||
* | * Add ability to register rspamd functions from LUA | Vsevolod Stakhov | 2009-10-13 | 1 | -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 Stakhov | 2009-10-07 | 1 | -1/+1 |
| | | | | | | libevent * Add skeleton for spf parser | ||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -127/+126 |
| | |||||
* | * Fix some memory issues with lua (strings that are returned from lua can be ↵ | Vsevolod Stakhov | 2009-10-02 | 1 | -2/+2 |
| | | | | 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 | ||||
* | * Add ability to call rspamd fucntions from lua api | Vsevolod Stakhov | 2009-09-06 | 1 | -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 API | Vsevolod Stakhov | 2009-09-04 | 1 | -0/+169 |
| | | | | | * Add access to received headers to lua API * Some code polishing | ||||
* | * More fixes to lua api | Vsevolod Stakhov | 2009-09-04 | 1 | -4/+13 |
| | |||||
* | * 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/+118 |
| | | | | | | | - config class - metric class - textpart class * Add documentation for lua module | ||||
* | * Reorganze lua support in rspamd | Vsevolod Stakhov | 2009-08-31 | 1 | -0/+108 |