Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Avoid DoS while sending a message with a lot of recipients in 'To' header. | Vsevolod Stakhov | 2012-05-28 | 1 | -0/+17 |
| | | | | | Fix possible deadlock in lua_redis. Version is now 0.4.8 as there are enough changes. | ||||
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -0/+23 |
| | | | | * Add partial ipv6 support for some rspamd modules. | ||||
* | * Add ratelimit plugin | Vsevolod Stakhov | 2012-04-06 | 1 | -0/+24 |
| | | | | Some polishing of lua task api. | ||||
* | * Implement pre-filters that realizes concepts to check mail by some ↵ | Vsevolod Stakhov | 2012-03-30 | 1 | -0/+25 |
| | | | | | | | | absolute values like: - greylisting - DNS BL/WL - ratelimits | ||||
* | * More things to be thread-safe: | Vsevolod Stakhov | 2012-02-13 | 1 | -0/+2 |
| | | | | | | | - pool allocator is now thread-safe - lua subsystem now holds lock to avoid lua stack corruption - events subsystem now using conditional variables to wait for async_threads - insert_result is thread-safe now | ||||
* | More cleanups and fixes for compiler warnings.0.4.6 | Vsevolod Stakhov | 2011-12-20 | 1 | -1/+1 |
| | |||||
* | * Now it is possible to specify local functions to every callback of rspamd ↵ | Vsevolod Stakhov | 2011-12-14 | 1 | -10/+54 |
| | | | | | | | | | lua API, that will allow such things as passing different variables via lua closures mechanic. Use config pool for configuration allocation in lua API to avoid leaks on config reload. | ||||
* | * Finally get rid of stupid savepoints system and migrate to async events ↵ | Vsevolod Stakhov | 2011-12-14 | 1 | -10/+0 |
| | | | | | | logic completely Fix lua redis library. | ||||
* | Skip group addresses.0.4.5 | Vsevolod Stakhov | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | Fix stupid errors while trying to parse NULL address list. | Vsevolod Stakhov | 2011-11-07 | 1 | -15/+26 |
| | |||||
* | Fix misprint. | Vsevolod Stakhov | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Check if internet address list is parsed correctly. | Vsevolod Stakhov | 2011-10-04 | 1 | -3/+9 |
| | |||||
* | * Fix DNS PTR resolving | Vsevolod Stakhov | 2011-08-22 | 1 | -1/+2 |
| | | | | * Add ability to resolve ip in once_received plugin to avoid temporary DNS fails of SMTP resolving | ||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -14/+14 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | Add workaround for clang under linux. | Vsevolod Stakhov | 2011-07-21 | 1 | -5/+5 |
| | | | | Fix problems found by static analyzing. | ||||
* | Fix textpart:get_language lua function. | Vsevolod Stakhov | 2011-07-18 | 1 | -0/+1 |
| | |||||
* | * Add new algorithm based on diff algorithm to compare relatively short text ↵ | Vsevolod Stakhov | 2011-07-13 | 1 | -1/+7 |
| | | | | parts | ||||
* | * Add ability to get difference between two parts from lua code | Vsevolod Stakhov | 2011-07-12 | 1 | -0/+45 |
| | |||||
* | * Add a simple logic of language detection for text parts (unicode script based) | Vsevolod Stakhov | 2011-07-11 | 1 | -0/+101 |
| | |||||
* | Actually all times are in GMT already, so avoid conversion to prevent dst ↵ | Vsevolod Stakhov | 2011-06-15 | 1 | -1/+1 |
| | | | | loosing. | ||||
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 1 | -0/+16 |
| | | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well. | ||||
* | * Fix error in raw headers parsing | Vsevolod Stakhov | 2011-05-24 | 1 | -9/+12 |
| | | | | * Improve speed of raw headers access | ||||
* | * Add functions to lua API to detect message and task date (in GMT) | Vsevolod Stakhov | 2011-04-22 | 1 | -0/+20 |
| | |||||
* | Write to log number of dns requests per task. | Vsevolod Stakhov | 2011-03-25 | 1 | -0/+3 |
| | |||||
* | 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 |