aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * Fix misprintVsevolod Stakhov2009-03-301-0/+1
|
* * Try to fix expression parser to support ',' inside regexp arguments of ↵Vsevolod Stakhov2009-03-301-35/+44
| | | | functions
* * Add 3 functions:Vsevolod Stakhov2009-03-307-5/+160
| | | | | | | | - is_recipients_sorted - has_only_html_part - compare_recipients_distance * Update documentation * Fix build
* * Add message handling functions to lua APIVsevolod Stakhov2009-03-309-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 placesVsevolod Stakhov2009-03-293-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 parserVsevolod Stakhov2009-03-282-4/+34
|
* * Fix error in parser when parsing last ')' we need to remove '(' from stack ↵Vsevolod Stakhov2009-03-271-0/+3
| | | | as well
* * Another fix of uptime commandVsevolod Stakhov2009-03-271-2/+2
|
* * Fix variables substitutionVsevolod Stakhov2009-03-274-13/+91
| | | | | * Add simple lua interface to access task structures * Improve error reporting for regexp module
* * Add initial LUA filters supportVsevolod Stakhov2009-03-275-3/+218
|
* * Fix parsing regexp with '=' symbol insideVsevolod Stakhov2009-03-272-3/+15
| | | | * Fix config file syntax checking
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-276-8/+31
| | | | | * Fix creating of uinx socket * Improve some build issues
* * Fix 2 memory leaksVsevolod Stakhov2009-03-274-69/+96
| | | | * Fix uptime command output
* * Add statictics for all allocated poolsVsevolod Stakhov2009-03-263-2/+14
|
* * Unref wrapper as wellVsevolod Stakhov2009-03-261-0/+2
|
* * Do not try to process empty partsVsevolod Stakhov2009-03-261-21/+24
|
* * Unref stream to avoid memory leakingVsevolod Stakhov2009-03-251-1/+5
|
* * Fix using of local variableVsevolod Stakhov2009-03-252-2/+6
|
* * Fix log lineVsevolod Stakhov2009-03-251-1/+1
|
* * More accurate work with clockVsevolod Stakhov2009-03-256-9/+44
|
* * Log scan time and scan length of messagesVsevolod Stakhov2009-03-256-1/+23
| | | | * Remove 2 memory leaks
* * Fix multiply accept issuesVsevolod Stakhov2009-03-242-2/+14
|
* * Polish socket utility functionsVsevolod Stakhov2009-03-241-22/+16
|
* * Fix bug in expressions parser and optimizerVsevolod Stakhov2009-03-242-6/+4
|
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-2416-36/+62
|
* * Fix obtaining of content-typeVsevolod Stakhov2009-03-241-13/+28
|
* * Add functions to operate with content-type header and describe them in ↵Vsevolod Stakhov2009-03-241-0/+192
| | | | documentation
* * Fix expression optimizatorVsevolod Stakhov2009-03-241-1/+4
|
* * Fix XS module to work with current type of memory allocationVsevolod Stakhov2009-03-241-3/+19
|
* * Use pool allocator for temp strings in headersVsevolod Stakhov2009-03-244-13/+14
|
* * Add smart handling of message headersVsevolod Stakhov2009-03-244-17/+289
|
* * Fix variable substitutionVsevolod Stakhov2009-03-242-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 Stakhov2009-03-238-13/+110
| | | | | | | | | | | | 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 Stakhov2009-03-202-0/+313
| | | | * Add test case for fuzzy hashing check
* * Misprint in optimizer functionVsevolod Stakhov2009-03-191-2/+2
|
* * Fix bug in redirectorVsevolod Stakhov2009-03-192-1/+2
| | | | * Do not write info about redirects to log file as this info is already in redirector's log file
* * Add optimization support for regexpsVsevolod Stakhov2009-03-191-2/+45
|
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-1910-362/+683
| | | | | | | | * 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
* * While printing symbols list on log strip last ',' from loglineVsevolod Stakhov2009-03-191-0/+4
|
* * With flag -t syntax of modules variables is also inspectedVsevolod Stakhov2009-03-193-19/+47
| | | | * Set "C" locale on start to avoid some troubles with logging
* * Allow escaped quotes in quoted strings, for example "\"some string\""Vsevolod Stakhov2009-03-184-2/+35
| | | | * Add warnings when we got errors while parsing rexeps
* * Add ability to match raw headersVsevolod Stakhov2009-03-175-4/+63
| | | | * Update documentation
* * Add functions to parse headers and urls into statfile tokensVsevolod Stakhov2009-03-163-13/+121
|
* * Fix reload logicVsevolod Stakhov2009-03-138-109/+152
| | | | | * Create listen sock for lmtp in main processes dispatcher to allow multiply lmtp workers * Fix logic of logging
* * Add ability to configure sections in statfilesVsevolod Stakhov2009-03-135-1/+105
| | | | | * Add ability to define variables in modules blocks * Add symbolic aliases for statfile sections
* * Some fixes to regexp moduleVsevolod Stakhov2009-03-123-11/+26
| | | | * Add documentation for rspamd regexp module
* * Add sections support to rspamd statfiles APIVsevolod Stakhov2009-03-122-26/+190
| | | | | | * Change logic of statfile pool: - statfiles hash is no longer shared hash as we have per-process uniq things like current section or offset in statfile - introduce shared hash of statfiles mmapped areas to avoid multiply mmaps of the same file
* * Add log line for each message in SA styleVsevolod Stakhov2009-03-114-19/+49
|
* * Fix redirector connection procedureVsevolod Stakhov2009-03-105-10/+42
| | | | | | | | * Add more strict login * Add new header Queue-ID to protocol * Log message id or queue id * Add config file for redirector * Add ability to set regexp and domains list to check with redirector
* * Not increase save point counter when we actually do not send requestsVsevolod Stakhov2009-03-101-1/+1
|