Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 12 | -67/+67 | |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | |||||
* | Update a sample config file.0.4.1 | Vsevolod Stakhov | 2011-07-26 | 1 | -0/+4 | |
| | | | | Set version to 0.4.1. | |||||
* | * Add option max_size for regexp module to skip expensive regexp on long ↵ | Vsevolod Stakhov | 2011-07-26 | 1 | -2/+20 | |
| | | | | messages | |||||
* | Fix up another event related problem. | Vsevolod Stakhov | 2011-07-26 | 1 | -0/+2 | |
| | ||||||
* | Add workaround for clang under linux. | Vsevolod Stakhov | 2011-07-21 | 3 | -12/+13 | |
| | | | | Fix problems found by static analyzing. | |||||
* | Rework http chunked encoding parsing. | Vsevolod Stakhov | 2011-07-20 | 2 | -10/+10 | |
| | ||||||
* | * Add a simple logic of language detection for text parts (unicode script based) | Vsevolod Stakhov | 2011-07-11 | 1 | -1/+15 | |
| | ||||||
* | * Add ability to specify noip option for uribl suffix to avoid checking urls ↵ | Vsevolod Stakhov | 2011-06-28 | 2 | -3/+29 | |
| | | | | with ip addresses on such lists. | |||||
* | * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hash | Vsevolod Stakhov | 2011-06-23 | 2 | -25/+21 | |
| | | | | | Fix tags stripping. Fix phishing checks (ignore img tags). | |||||
* | Add condition to fix inconsistent records in LRU cache. | Vsevolod Stakhov | 2011-06-14 | 1 | -1/+2 | |
| | ||||||
* | Fix memory issues. | Vsevolod Stakhov | 2011-06-10 | 1 | -1/+9 | |
| | ||||||
* | Improve performance of trie search. | Vsevolod Stakhov | 2011-06-10 | 2 | -1/+3 | |
| | ||||||
* | Fixes from previous commit. | Vsevolod Stakhov | 2011-06-10 | 2 | -3/+3 | |
| | ||||||
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 2 | -8/+107 | |
| | | | | | | | * 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 | -12/+1 | |
| | | | | * Improve speed of raw headers access | |||||
* | * Improve maillist plugin to detect majordomo, cgp and google groups | Vsevolod Stakhov | 2011-05-11 | 1 | -2/+87 | |
| | ||||||
* | * Add more timeouts: for fuzzy operations, for worker task operations | Vsevolod Stakhov | 2011-03-28 | 1 | -5/+11 | |
| | | | | Handle miliseconds using a common macro. | |||||
* | Write to log number of dns requests per task. | Vsevolod Stakhov | 2011-03-25 | 1 | -0/+1 | |
| | ||||||
* | Optimize performance of received_rbl plugin. | Vsevolod Stakhov | 2011-03-24 | 1 | -38/+17 | |
| | ||||||
* | * Add ability to extract urls from subject field0.3.10 | Vsevolod Stakhov | 2011-03-23 | 2 | -13/+12 | |
| | | | | | | Fix phishing plugin. * Important fix for multimap/cdb handling * Important fix for phishing detector | |||||
* | * Add throttling detection mechanic for dns resolver | Vsevolod Stakhov | 2011-03-23 | 1 | -6/+49 | |
| | | | | * Improve phishing module adding ability to define 'strict' phishing domains | |||||
* | Fix configuration of received_rbl module. | Vsevolod Stakhov | 2011-03-22 | 1 | -1/+5 | |
| | ||||||
* | * Add option redirector_symbol to surbl module. | Vsevolod Stakhov | 2011-03-18 | 2 | -0/+12 | |
| | ||||||
* | * Add strict priority rules | Vsevolod Stakhov | 2011-03-18 | 1 | -2/+11 | |
| | | | | | * Improve and fix multimap module * Add rspamd_config object to stage of early configure of rspamd | |||||
* | Fix misprint in multimap module. | Vsevolod Stakhov | 2011-03-18 | 1 | -2/+2 | |
| | | | | Fix how we detect weight of symbol in a cache. | |||||
* | Race in fuzzy check. | Vsevolod Stakhov | 2011-03-14 | 1 | -11/+12 | |
| | ||||||
* | Race again. | Vsevolod Stakhov | 2011-03-14 | 1 | -3/+8 | |
| | ||||||
* | Fix another race. | Vsevolod Stakhov | 2011-03-14 | 1 | -12/+37 | |
| | ||||||
* | Fix destructors adding. | Vsevolod Stakhov | 2011-03-10 | 1 | -3/+9 | |
| | ||||||
* | Fix race in surbl module. | Vsevolod Stakhov | 2011-03-10 | 1 | -5/+8 | |
| | | | | Add more debugging to destructors in pools. | |||||
* | * Add ability to lookup CDB maps from lua | Vsevolod Stakhov | 2011-03-05 | 1 | -40/+126 | |
| | | | | * Add cdb:// map to multimap plugin | |||||
* | Fix memory access. | Vsevolod Stakhov | 2011-03-05 | 1 | -1/+1 | |
| | ||||||
* | Make phishing checks working. | Vsevolod Stakhov | 2011-03-05 | 1 | -1/+12 | |
| | ||||||
* | * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked) | Vsevolod Stakhov | 2011-03-04 | 2 | -50/+99 | |
| | | | | * Improve lua api for getting message's sender and recipients | |||||
* | * Fix parsing of include records in spf parser | Vsevolod Stakhov | 2011-03-03 | 1 | -45/+65 | |
| | ||||||
* | Try to fix memory issues. | Vsevolod Stakhov | 2011-03-02 | 2 | -6/+1 | |
| | ||||||
* | Restore 'urls' command. | Vsevolod Stakhov | 2011-02-25 | 1 | -0/+86 | |
| | ||||||
* | Fix several memory leaks in rspamd. | Vsevolod Stakhov | 2011-02-24 | 1 | -1/+1 | |
| | ||||||
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 1 | -114/+20 | |
| | ||||||
* | Write message id as well. | Vsevolod Stakhov | 2011-02-24 | 1 | -3/+3 | |
| | ||||||
* | Write to log if emails module find blacklisted email. | Vsevolod Stakhov | 2011-02-24 | 1 | -2/+7 | |
| | ||||||
* | * Process raw headers by FSM. | Vsevolod Stakhov | 2011-02-21 | 1 | -94/+67 | |
| | | | | * Add methods for accessing raw_headers from lua and C | |||||
* | * Add ability to call lua function from regexp expressions | Vsevolod Stakhov | 2011-02-21 | 1 | -0/+33 | |
| | ||||||
* | * Add function regexp_occurs_number that allows to test how much occurs of ↵ | Vsevolod Stakhov | 2011-02-18 | 1 | -22/+214 | |
| | | | | | | | | | regexp can be found in a message Fix composites logic. [1] Fix composites registration from lua. [1] Reported by: Victor Ustugov [1] | |||||
* | Fix rspamd_logger. | Vsevolod Stakhov | 2011-02-17 | 1 | -6/+6 | |
| | ||||||
* | * Improve forged_recipients plugin [1] | Vsevolod Stakhov | 2011-02-16 | 1 | -3/+25 | |
| | | | | | | Add loading of local rules to rspamd.lua [1] [1] Suggested by Victor Ustugov | |||||
* | * Add ability to specify 'S' flag to regexp that means that headers checks ↵ | Vsevolod Stakhov | 2011-02-15 | 1 | -1/+1 | |
| | | | | | | must be case sensitive * Add lua function message:get_header_strong | |||||
* | Fix spf parser for some cases. | Vsevolod Stakhov | 2011-02-14 | 1 | -2/+10 | |
| | ||||||
* | Call lua functions correctly as well. | Vsevolod Stakhov | 2011-02-08 | 1 | -1/+1 | |
| | ||||||
* | Fix passing wrong argument to write callback. | Vsevolod Stakhov | 2011-02-04 | 1 | -1/+1 | |
| |