Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Add ability for plugins to register its own functions in expression's parser | Vsevolod Stakhov | 2009-03-28 | 1 | -4/+26 | |
| | ||||||
* | * Fix error in parser when parsing last ')' we need to remove '(' from stack ↵ | Vsevolod Stakhov | 2009-03-27 | 1 | -0/+3 | |
| | | | | as well | |||||
* | * Fix parsing regexp with '=' symbol inside | Vsevolod Stakhov | 2009-03-27 | 1 | -2/+14 | |
| | | | | * Fix config file syntax checking | |||||
* | * Fix 2 memory leaks | Vsevolod Stakhov | 2009-03-27 | 1 | -68/+92 | |
| | | | | * Fix uptime command output | |||||
* | * Fix bug in expressions parser and optimizer | Vsevolod Stakhov | 2009-03-24 | 1 | -4/+1 | |
| | ||||||
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 1 | -1/+0 | |
| | ||||||
* | * 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 | 1 | -0/+192 | |
| | | | | documentation | |||||
* | * Use pool allocator for temp strings in headers | Vsevolod Stakhov | 2009-03-24 | 1 | -1/+1 | |
| | ||||||
* | * Add smart handling of message headers | Vsevolod Stakhov | 2009-03-24 | 1 | -5/+8 | |
| | ||||||
* | * Fix error in expression parser that causes bad errors with expressions ↵ | Vsevolod Stakhov | 2009-03-23 | 1 | -4/+60 | |
| | | | | | | | | | | | | 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 functions support to rspamd regexps | Vsevolod Stakhov | 2009-03-19 | 1 | -0/+598 | |
* Parse expressions with state machine which allows different kinds of arguments in expressions * Fix test to accord current data * Add support of fucntions to regexp module * Move all regexp logic to separate file, describe its API * Fix descriptors leakage in surbl module |