Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Include sys/resource.h for getrlimit | Vsevolod Stakhov | 2009-04-15 | 2 | -0/+7 |
| | |||||
* | * Try to convert each text part of messages to utf8 to avoid problems with ↵ | Vsevolod Stakhov | 2009-04-15 | 3 | -26/+71 |
| | | | | regexps | ||||
* | * Fix addresses filling in compare_distance function | Vsevolod Stakhov | 2009-04-06 | 1 | -4/+2 |
| | |||||
* | * Parse function's regexp using not temporary task pools, but permament ↵ | Vsevolod Stakhov | 2009-04-06 | 1 | -5/+5 |
| | | | | config pool | ||||
* | * When parse regexp save it to cache to make unique link between | Vsevolod Stakhov | 2009-04-05 | 1 | -2/+19 |
| | | | | regexp text and regexp parsed structure | ||||
* | * Add per-task regexp results cache, that would optimize regexp engine ↵ | Vsevolod Stakhov | 2009-04-05 | 5 | -14/+117 |
| | | | | | | performance by avoiding multiply match of the same regexp | ||||
* | * Check mime regexp only in text and html parts | Vsevolod Stakhov | 2009-04-03 | 4 | -5/+194 |
| | | | | | | * Add 2 functions: - has_content_part(type, subtype) - has_content_part_len(type, subtype, min, max) | ||||
* | * Optimize speed of regexp_match_number function by avoid of regexp checks ↵ | Vsevolod Stakhov | 2009-03-31 | 1 | -0/+3 |
| | | | | when threshold is already reached | ||||
* | * Fix comparing of internet addresses | Vsevolod Stakhov | 2009-03-31 | 1 | -11/+14 |
| | |||||
* | * Fix order of functions arguments | Vsevolod Stakhov | 2009-03-31 | 2 | -2/+7 |
| | | | | * Do not try to check non-regexp expressions | ||||
* | * Fix error in regexp processing | Vsevolod Stakhov | 2009-03-31 | 3 | -3/+8 |
| | |||||
* | * Fix misprint | Vsevolod Stakhov | 2009-03-30 | 2 | -1/+2 |
| | |||||
* | * Try to fix expression parser to support ',' inside regexp arguments of ↵ | Vsevolod Stakhov | 2009-03-30 | 1 | -35/+44 |
| | | | | functions | ||||
* | * Add 3 functions: | Vsevolod Stakhov | 2009-03-30 | 8 | -5/+167 |
| | | | | | | | | - is_recipients_sorted - has_only_html_part - compare_recipients_distance * Update documentation * Fix build | ||||
* | * Add message handling functions to lua API | Vsevolod Stakhov | 2009-03-30 | 9 | -39/+406 |
| | | | | | * Add ability to add lua code in config with .lua and .endlua * Add consolidation functions support that are written in perl or lua | ||||
* | * Make regexp cache functions public for using them in other places | Vsevolod Stakhov | 2009-03-29 | 3 | -2/+62 |
| | | | | | * Add function regexp_match_number that checks number of matched arguments: e.g.: regexp_match_number(2, ${__RE1}, ${__RE2}, header_exists(Subject)) | ||||
* | * Add ability for plugins to register its own functions in expression's parser | Vsevolod Stakhov | 2009-03-28 | 2 | -4/+34 |
| | |||||
* | * Fix error in parser when parsing last ')' we need to remove '(' from stack ↵ | Vsevolod Stakhov | 2009-03-27 | 2 | -0/+4 |
| | | | | as well | ||||
* | * Another fix of uptime command | Vsevolod Stakhov | 2009-03-27 | 1 | -2/+2 |
| | |||||
* | * Fix variables substitution | Vsevolod Stakhov | 2009-03-27 | 5 | -14/+92 |
| | | | | | * Add simple lua interface to access task structures * Improve error reporting for regexp module | ||||
* | * Add initial LUA filters support | Vsevolod Stakhov | 2009-03-27 | 7 | -3/+246 |
| | |||||
* | * Fix linking with libutil | Vsevolod Stakhov | 2009-03-27 | 1 | -0/+9 |
| | |||||
* | * Fix build without perl | Vsevolod Stakhov | 2009-03-27 | 1 | -0/+9 |
| | |||||
* | * Fix parsing regexp with '=' symbol inside | Vsevolod Stakhov | 2009-03-27 | 2 | -3/+15 |
| | | | | * Fix config file syntax checking | ||||
* | * Add ability to build rspamd without perl support | Vsevolod Stakhov | 2009-03-27 | 8 | -52/+101 |
| | | | | | * Fix creating of uinx socket * Improve some build issues | ||||
* | * Fix 2 memory leaks | Vsevolod Stakhov | 2009-03-27 | 4 | -69/+96 |
| | | | | * Fix uptime command output | ||||
* | * Add statictics for all allocated pools | Vsevolod Stakhov | 2009-03-26 | 3 | -2/+14 |
| | |||||
* | * Unref wrapper as well | Vsevolod Stakhov | 2009-03-26 | 1 | -0/+2 |
| | |||||
* | * Do not try to process empty parts | Vsevolod Stakhov | 2009-03-26 | 1 | -21/+24 |
| | |||||
* | * Unref stream to avoid memory leaking | Vsevolod Stakhov | 2009-03-25 | 1 | -1/+5 |
| | |||||
* | * Fix using of local variable | Vsevolod Stakhov | 2009-03-25 | 2 | -2/+6 |
| | |||||
* | * Fix log line | Vsevolod Stakhov | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | * More accurate work with clock | Vsevolod Stakhov | 2009-03-25 | 8 | -9/+49 |
| | |||||
* | * Log scan time and scan length of messages | Vsevolod Stakhov | 2009-03-25 | 6 | -1/+23 |
| | | | | * Remove 2 memory leaks | ||||
* | * Fix multiply accept issues | Vsevolod Stakhov | 2009-03-24 | 2 | -2/+14 |
| | |||||
* | * Polish socket utility functions | Vsevolod Stakhov | 2009-03-24 | 1 | -22/+16 |
| | |||||
* | * Fix bug in expressions parser and optimizer | Vsevolod Stakhov | 2009-03-24 | 2 | -6/+4 |
| | |||||
* | * Fix issue with including sys/uio.h for writev and readv | Vsevolod Stakhov | 2009-03-24 | 1 | -0/+5 |
| | |||||
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 19 | -37/+76 |
| | |||||
* | * Fix obtaining of content-type | Vsevolod Stakhov | 2009-03-24 | 1 | -13/+28 |
| | |||||
* | * Add functions to operate with content-type header and describe them in ↵ | Vsevolod Stakhov | 2009-03-24 | 2 | -0/+200 |
| | | | | documentation | ||||
* | * Fix expression optimizator | Vsevolod Stakhov | 2009-03-24 | 1 | -1/+4 |
| | |||||
* | * Fix XS module to work with current type of memory allocation | Vsevolod Stakhov | 2009-03-24 | 2 | -5/+21 |
| | |||||
* | * Use pool allocator for temp strings in headers | Vsevolod Stakhov | 2009-03-24 | 4 | -13/+14 |
| | |||||
* | * Add smart handling of message headers | Vsevolod Stakhov | 2009-03-24 | 6 | -270/+290 |
| | |||||
* | * Fix variable substitution | Vsevolod Stakhov | 2009-03-24 | 2 | -27/+64 |
| | | | | * Add new command line parameter '-V' allowing to dump all variables of rspamd | ||||
* | * Fix error in expression parser that causes bad errors with expressions ↵ | Vsevolod Stakhov | 2009-03-23 | 16 | -19/+273 |
| | | | | | | | | | | | | that have regexp at the end * Improve test for fuzzy hashes * Add new object - TextPart to perl XS library that allows access to stripped parts and fuzzy hashes * Add documentation for expressions parser and fot Mail::Rspamd::TextPart * Allways calculate fuzzy hash for text parts * Store text parts separately from other parts * Add compare_parts_distance for expressions that calculates difference in 2 parts messages * Do not try to substitute variables in empty strings | ||||
* | * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash) | Vsevolod Stakhov | 2009-03-20 | 7 | -14/+364 |
| | | | | * Add test case for fuzzy hashing check | ||||
* | * Misprint in optimizer function | Vsevolod Stakhov | 2009-03-19 | 1 | -2/+2 |
| | |||||
* | * Fix bug in redirector | Vsevolod Stakhov | 2009-03-19 | 2 | -1/+2 |
| | | | | * Do not write info about redirects to log file as this info is already in redirector's log file |