Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Add ability to check hashes of selected mime types | Vsevolod Stakhov | 2010-08-27 | 1 | -8/+0 | |
| | | | | | * Add ability to set minimum size in bytes for mime types * Add ability to set minimum dimensions for images | |||||
* | * Add ability to extract filename and size of images from lua | Vsevolod Stakhov | 2010-08-25 | 1 | -0/+1 | |
| | ||||||
* | * Move images library to core rspamd | Vsevolod Stakhov | 2010-08-23 | 1 | -1/+7 | |
| | | | | * Add lua api to access images properties | |||||
* | * Do not add extra byte while converting text to utf | Vsevolod Stakhov | 2010-07-29 | 1 | -1/+1 | |
| | ||||||
* | * Another try to save regexps in cache correctly | Vsevolod Stakhov | 2010-07-28 | 1 | -1/+1 | |
| | | | | * Improve test logs for regexps | |||||
* | * Try to save images hashes to fuzzy storage to stop some annoying spammers | Vsevolod Stakhov | 2010-07-27 | 1 | -0/+8 | |
| | ||||||
* | * More debug | Vsevolod Stakhov | 2010-07-25 | 1 | -1/+4 | |
| | ||||||
* | * Add rspamd_log variable to lua plugins to access logging functions | Vsevolod Stakhov | 2010-07-25 | 1 | -3/+29 | |
| | | | | | | | | | * Each part in rspamd task now can have parent part * Check for parts distance only for multipart/alternative subparts * Do not check attachements even if they are text (but attached as file) * Do not die if write (2) returned ENOSPACE while doing logging, turn on throttling mode instead (1 write try in a second) * Add ability to turn on debug for specific symbols * Add ability to configure dns timeouts and dns retransmits in config file | |||||
* | * Merge | Vsevolod Stakhov | 2010-07-19 | 1 | -1/+1 | |
|\ | ||||||
| * | * Improve logging | Vsevolod Stakhov | 2010-07-19 | 1 | -1/+1 | |
| | | | | | | | | | | * Write queue id to log * Remove test messages from cmake | |||||
* | | * Fix chartable module in utf mode | Vsevolod Stakhov | 2010-07-05 | 1 | -1/+1 | |
|/ | ||||||
* | * Fix more gmime2.4 issues | Vsevolod Stakhov | 2010-05-31 | 1 | -10/+29 | |
| | ||||||
* | * Fix build with gmime24 | Vsevolod Stakhov | 2010-05-27 | 1 | -2/+18 | |
| | ||||||
* | * Add ability to add flags to fuzzy hashes | Vsevolod Stakhov | 2010-05-05 | 1 | -1/+21 | |
| | ||||||
* | * Fix statistics of messages in controller | cebka@lenovo-laptop | 2010-03-17 | 1 | -4/+0 | |
| | | | | | | | | * Fix building and installing perl target * Fix learn command name * Controller's commands are now case insensitive * Statfiles can now be selected from popup list in cgi interface * Password for controller's commands can now be specified in cgi interface | |||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -14/+14 | |
| | | | | | | | | | - 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 for scanning non-mime (HTML) messages | Vsevolod Stakhov | 2009-10-19 | 1 | -49/+105 | |
| | ||||||
* | * Fix getting of message headers from lua plugins | Vsevolod Stakhov | 2009-10-14 | 1 | -3/+6 | |
| | | | | * Fix forged recipients plugin | |||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -522/+530 | |
| | ||||||
* | * Fix learning | Vsevolod Stakhov | 2009-09-25 | 1 | -155/+0 | |
| | ||||||
* | * Decode all html entitles in html parts | Vsevolod Stakhov | 2009-09-16 | 1 | -0/+1 | |
| | ||||||
* | * Add asynchronous DNS resolver to lua API | Vsevolod Stakhov | 2009-09-04 | 1 | -1/+1 | |
| | | | | | * Add access to received headers to lua API * Some code polishing | |||||
* | * Fix processing of empty parts | Vsevolod Stakhov | 2009-08-21 | 1 | -0/+2 | |
| | | | | * Fix memory problems in controller | |||||
* | * Fix some more bugs with empty parts | Vsevolod Stakhov | 2009-07-30 | 1 | -1/+1 | |
| | ||||||
* | * Fix some issues with empty parts | Vsevolod Stakhov | 2009-07-30 | 1 | -2/+2 | |
| | ||||||
* | * Add support for empty text or html parts | Vsevolod Stakhov | 2009-07-29 | 1 | -6/+16 | |
| | ||||||
* | * Fix multipart nesting | Vsevolod Stakhov | 2009-07-27 | 1 | -3/+19 | |
| | ||||||
* | * Add received headers parser | Vsevolod Stakhov | 2009-07-22 | 1 | -0/+229 | |
| | ||||||
* | * Try to search for headers in multipart parts if headers are not found in ↵ | Vsevolod Stakhov | 2009-07-08 | 1 | -0/+75 | |
| | | | | | | parent part * Fix raw header's search | |||||
* | * Check return value from evdns_resolve | Vsevolod Stakhov | 2009-07-03 | 1 | -0/+2 | |
| | | | | * Do not parse html parts double time while extracting urls, just parse tags attributes | |||||
* | * Extract url encoded urls from html texts | Vsevolod Stakhov | 2009-07-03 | 1 | -3/+5 | |
| | ||||||
* | * Remove some warnings | Vsevolod Stakhov | 2009-07-01 | 1 | -1/+1 | |
| | ||||||
* | * Rework url parsing algorithms | Vsevolod Stakhov | 2009-06-02 | 1 | -5/+15 | |
| | | | | | | | * Adopt all parts of rspamd for new url parser * Improve url-extracter utility by avoiding cut&paste of mime parsing * Small fixes to rspamc client * Bump version to 0.1.3 | |||||
* | * Fix bug with gboolean usage | Vsevolod Stakhov | 2009-05-30 | 1 | -1/+8 | |
| | ||||||
* | * Try to handle fake text/html parts correctly while extracting URLs | Vsevolod Stakhov | 2009-05-29 | 1 | -1/+1 | |
| | ||||||
* | * Add simple html parser and tag balancing detector | Vsevolod Stakhov | 2009-05-15 | 1 | -6/+23 | |
| | | | | * Add function for searching html tag | |||||
* | * Fix work with raw headers and with senders in message | Vsevolod Stakhov | 2009-05-14 | 1 | -2/+46 | |
| | ||||||
* | * Fix memory leak when ref'ing message mime part without unrefing it | Vsevolod Stakhov | 2009-05-08 | 1 | -1/+10 | |
| | ||||||
* | * Misprint | Vsevolod Stakhov | 2009-04-21 | 1 | -1/+0 | |
| | ||||||
* | * Fix bug with headers iteration function | Vsevolod Stakhov | 2009-04-21 | 1 | -11/+11 | |
| | ||||||
* | * Add initial version of chartable plugin: now it can only detects mixed ↵ | Vsevolod Stakhov | 2009-04-21 | 1 | -1/+1 | |
| | | | | unicode characters | |||||
* | * Add raw mode flag for improving performance by avoiding expensive utf8 ↵ | Vsevolod Stakhov | 2009-04-21 | 1 | -0/+5 | |
| | | | | | | transforms * Improve FreeBSD start script by adding config test precmd | |||||
* | * Add some debug | Vsevolod Stakhov | 2009-04-20 | 1 | -16/+54 | |
| | | | | * Check for headers not only in message but also in its primary part | |||||
* | * Fix urls extracting, avoid code repeating | Vsevolod Stakhov | 2009-04-17 | 1 | -2/+2 | |
| | ||||||
* | * For mime parts set flag 'raw' and if we cannot determine charset of part ↵ | Vsevolod Stakhov | 2009-04-15 | 1 | -4/+8 | |
| | | | | | | or cannot encode it to utf8 just use for such parts raw regexps | |||||
* | * Fix allocating and freeing of byte array | Vsevolod Stakhov | 2009-04-15 | 1 | -2/+2 | |
| | ||||||
* | * Try to convert each text part of messages to utf8 to avoid problems with ↵ | Vsevolod Stakhov | 2009-04-15 | 1 | -25/+64 | |
| | | | | regexps | |||||
* | * Check mime regexp only in text and html parts | Vsevolod Stakhov | 2009-04-03 | 1 | -0/+2 | |
| | | | | | | * Add 2 functions: - has_content_part(type, subtype) - has_content_part_len(type, subtype, min, max) | |||||
* | * Add 3 functions: | Vsevolod Stakhov | 2009-03-30 | 1 | -0/+5 | |
| | | | | | | | | - is_recipients_sorted - has_only_html_part - compare_recipients_distance * Update documentation * Fix build | |||||
* | * Unref wrapper as well | Vsevolod Stakhov | 2009-03-26 | 1 | -0/+2 | |
| |