Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops, remove debug. | Vsevolod Stakhov | 2011-06-23 | 1 | -7/+0 |
| | |||||
* | * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hash | Vsevolod Stakhov | 2011-06-23 | 12 | -69/+213 |
| | | | | | Fix tags stripping. Fix phishing checks (ignore img tags). | ||||
* | Another fix with reload command. | Vsevolod Stakhov | 2011-06-20 | 1 | -3/+4 |
| | |||||
* | Fix reload command. | Vsevolod Stakhov | 2011-06-20 | 2 | -1/+2 |
| | |||||
* | Handle files with zero lenght properly. | Vsevolod Stakhov | 2011-06-17 | 1 | -0/+1 |
| | | | | Reported by: Andrej Zverev | ||||
* | Fix rspamc client to handle multiply files properly. | Vsevolod Stakhov | 2011-06-17 | 1 | -8/+9 |
| | |||||
* | Actually all times are in GMT already, so avoid conversion to prevent dst ↵ | Vsevolod Stakhov | 2011-06-15 | 2 | -3/+1 |
| | | | | loosing. | ||||
* | Add condition to fix inconsistent records in LRU cache. | Vsevolod Stakhov | 2011-06-14 | 1 | -1/+2 |
| | |||||
* | Write logbuf safely.0.3.14 | Vsevolod Stakhov | 2011-06-10 | 1 | -1/+1 |
| | |||||
* | Fix trie text search. | Vsevolod Stakhov | 2011-06-10 | 1 | -0/+7 |
| | |||||
* | Fix memory issues. | Vsevolod Stakhov | 2011-06-10 | 1 | -1/+9 |
| | |||||
* | Improve performance of trie search. | Vsevolod Stakhov | 2011-06-10 | 2 | -1/+3 |
| | |||||
* | Fix connecting to xmlrpc server. | Vsevolod Stakhov | 2011-06-10 | 1 | -5/+2 |
| | |||||
* | Fixes from previous commit. | Vsevolod Stakhov | 2011-06-10 | 3 | -4/+3 |
| | |||||
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 10 | -49/+445 |
| | | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well. | ||||
* | Up lua version. | Vsevolod Stakhov | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | * Add lua http support that makes it easy to send GET and POST request to ↵ | Vsevolod Stakhov | 2011-06-09 | 4 | -1/+447 |
| | | | | HTTP servers from lua code | ||||
* | * Add api for creating XML-rpc calls | Vsevolod Stakhov | 2011-06-09 | 4 | -17/+119 |
| | |||||
* | * Add lua interface for parsing xmlrpc replies | Vsevolod Stakhov | 2011-06-08 | 4 | -1/+410 |
| | |||||
* | * Add more convinient operations into expressions ('and', 'or', 'not') | Vsevolod Stakhov | 2011-06-06 | 1 | -19/+87 |
| | |||||
* | * Skip short utf words in statistics | Vsevolod Stakhov | 2011-06-03 | 5 | -11/+20 |
| | |||||
* | Misprint. | Vsevolod Stakhov | 2011-06-03 | 2 | -2/+1 |
| | |||||
* | Parse urls with '_' sign in domain name0.3.13 | Vsevolod Stakhov | 2011-06-03 | 1 | -1/+1 |
| | |||||
* | Merge. | Vsevolod Stakhov | 2011-06-02 | 5 | -20/+195 |
|\ | |||||
| * | * Add new key-value map | Vsevolod Stakhov | 2011-05-25 | 5 | -20/+195 |
| | | | | | | | | | | * Add lua api support for key-value map * Fix problem in lua configuration initialization to allow `rspamd_config' global work properly | ||||
* | | Fix bug in librsapmdclient with uninitialized struct field. | Vsevolod Stakhov | 2011-06-02 | 1 | -0/+6 |
|/ | | | | Fix bug in DNS parser that caused invalid parsing of CNAME fields. | ||||
* | * Fix error in raw headers parsing | Vsevolod Stakhov | 2011-05-24 | 7 | -55/+84 |
| | | | | * Improve speed of raw headers access | ||||
* | Add more options to rspamc client. | Vsevolod Stakhov | 2011-05-13 | 2 | -20/+20 |
| | | | | Remove unused scores. | ||||
* | Ignore empty from in settings. | Vsevolod Stakhov | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | * Strip email addresses from braces | Vsevolod Stakhov | 2011-05-13 | 4 | -5/+38 |
| | | | | Ignore empty domains in settings | ||||
* | Add log message about action from settings | Vsevolod Stakhov | 2011-05-13 | 1 | -4/+18 |
| | |||||
* | * Add blacklist to json settings | Vsevolod Stakhov | 2011-05-13 | 2 | -12/+60 |
| | |||||
* | * Improve maillist plugin to detect majordomo, cgp and google groups | Vsevolod Stakhov | 2011-05-11 | 1 | -2/+87 |
| | |||||
* | Fix settings using. | Vsevolod Stakhov | 2011-05-11 | 2 | -3/+11 |
| | | | | Revert genmodules logic. | ||||
* | * Add Subject header that indicate how Subject must be rewritten in case of ↵ | Vsevolod Stakhov | 2011-05-10 | 4 | -16/+62 |
| | | | | | | 'rewrite subject' action Fix initialization order of json settings. | ||||
* | Fix initialization order. | Vsevolod Stakhov | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 25 | -1046/+1101 |
| | | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file | ||||
* | * Major cleanup of cmake build system | Vsevolod Stakhov | 2011-05-06 | 7 | -13/+20 |
| | | | | | | * Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities | ||||
* | * Whitelist settings now affects on metric's action | Vsevolod Stakhov | 2011-05-03 | 1 | -0/+11 |
| | |||||
* | * Add functions to lua API to detect message and task date (in GMT) | Vsevolod Stakhov | 2011-04-22 | 3 | -1/+42 |
| | |||||
* | * Fix phishing detector to find phished urls with tags inside | Vsevolod Stakhov | 2011-04-19 | 1 | -4/+27 |
| | |||||
* | * Add ability to specify dns nameservers in a config | Vsevolod Stakhov | 2011-04-06 | 5 | -9/+63 |
| | | | | * Add ability to select between round-robin and master-slave algorithms for dns servers | ||||
* | * Add ability to learn rspamd via worker (without password)0.3.11 | Vsevolod Stakhov | 2011-03-31 | 7 | -106/+235 |
| | |||||
* | * Preload statfiles at the early beginning in the main process | Vsevolod Stakhov | 2011-03-31 | 5 | -158/+539 |
| | | | | | * Add JSON output for rspamd worker * Add HTTP protocol support for rspamd worker | ||||
* | * Add more timeouts: for fuzzy operations, for worker task operations | Vsevolod Stakhov | 2011-03-28 | 7 | -40/+48 |
| | | | | Handle miliseconds using a common macro. | ||||
* | Write to log number of dns requests per task. | Vsevolod Stakhov | 2011-03-25 | 5 | -4/+19 |
| | |||||
* | Add preload function for statfiles. | Vsevolod Stakhov | 2011-03-24 | 1 | -0/+31 |
| | |||||
* | 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 | 5 | -17/+63 |
| | | | | | | Fix phishing plugin. * Important fix for multimap/cdb handling * Important fix for phishing detector | ||||
* | Race (func MUST be called after all modifications to its argument) | Vsevolod Stakhov | 2011-03-23 | 1 | -2/+6 |
| |