aboutsummaryrefslogtreecommitdiffstats
path: root/src/expressions.c
Commit message (Expand)AuthorAgeFilesLines
* * Add support for empty text or html partsVsevolod Stakhov2009-07-291-3/+3
* * Fix 'cc' urls parsingVsevolod Stakhov2009-07-161-0/+24
* * Fix distance calculation for common recipientsVsevolod Stakhov2009-07-081-1/+1
* * Fix issue with group addressesVsevolod Stakhov2009-07-011-1/+1
* * Fix rspamd functions registrationVsevolod Stakhov2009-06-181-1/+1
* * Add function "raw_header_exists" for finding headers that are not parsed by...Vsevolod Stakhov2009-06-111-8/+0
* * Add simple html parser and tag balancing detectorVsevolod Stakhov2009-05-151-0/+91
* * Fix memory leak when ref'ing message mime part without unrefing itVsevolod Stakhov2009-05-081-6/+9
* * Improve loggingVsevolod Stakhov2009-05-061-1/+1
* * Fix error in regexps results hashingVsevolod Stakhov2009-05-041-5/+15
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-1/+1
* * Fix function get_transfer_encodingVsevolod Stakhov2009-04-271-1/+1
* * Add expression parser utilityVsevolod Stakhov2009-04-271-1/+1
* * Also try to search for headers in raw headersVsevolod Stakhov2009-04-231-1/+9
* * Some more bugs are (hopefuly) fixedVsevolod Stakhov2009-04-231-5/+8
* * Handle parsed regexp as not-parsed regexps in expressionsVsevolod Stakhov2009-04-231-2/+2
* * Another tryVsevolod Stakhov2009-04-231-1/+1
* * Try to correctly read regexpsVsevolod Stakhov2009-04-231-1/+1
* * Another fix to regexps parserVsevolod Stakhov2009-04-231-2/+2
* * Fix regexp_match_number functionVsevolod Stakhov2009-04-231-2/+3
* * Fix expression parser: make it recursive and allow expressions inside funct...Vsevolod Stakhov2009-04-231-45/+143
* * Add raw mode flag for improving performance by avoiding expensive utf8 tran...Vsevolod Stakhov2009-04-211-6/+10
* * Add function compare_transfer_encoding for checking message content transfe...Vsevolod Stakhov2009-04-211-0/+39
* * Add some debugVsevolod Stakhov2009-04-201-0/+2
* * Threat raw header regexps as raw regexpsVsevolod Stakhov2009-04-161-2/+11
* * For mime parts set flag 'raw' and if we cannot determine charset of part or...Vsevolod Stakhov2009-04-151-1/+9
* * Fix addresses filling in compare_distance functionVsevolod Stakhov2009-04-061-4/+2
* * Parse function's regexp using not temporary task pools, but permament confi...Vsevolod Stakhov2009-04-061-5/+5
* * When parse regexp save it to cache to make unique link betweenVsevolod Stakhov2009-04-051-2/+19
* * Add per-task regexp results cache, that would optimize regexp engine perfor...Vsevolod Stakhov2009-04-051-14/+78
* * Check mime regexp only in text and html partsVsevolod Stakhov2009-04-031-1/+187
* * Fix comparing of internet addressesVsevolod Stakhov2009-03-311-11/+14
* * Fix order of functions argumentsVsevolod Stakhov2009-03-311-2/+2
* * Fix misprintVsevolod Stakhov2009-03-301-0/+1
* * Try to fix expression parser to support ',' inside regexp arguments of func...Vsevolod Stakhov2009-03-301-35/+44
* * Add 3 functions:Vsevolod Stakhov2009-03-301-0/+144
* * Make regexp cache functions public for using them in other placesVsevolod Stakhov2009-03-291-2/+2
* * Add ability for plugins to register its own functions in expression's parserVsevolod Stakhov2009-03-281-4/+26
* * Fix error in parser when parsing last ')' we need to remove '(' from stack ...Vsevolod Stakhov2009-03-271-0/+3
* * Fix parsing regexp with '=' symbol insideVsevolod Stakhov2009-03-271-2/+14
* * Fix 2 memory leaksVsevolod Stakhov2009-03-271-68/+92
* * Fix bug in expressions parser and optimizerVsevolod Stakhov2009-03-241-4/+1
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-1/+0
* * Fix obtaining of content-typeVsevolod Stakhov2009-03-241-13/+28
* * Add functions to operate with content-type header and describe them in docu...Vsevolod Stakhov2009-03-241-0/+192
* * Use pool allocator for temp strings in headersVsevolod Stakhov2009-03-241-1/+1
* * Add smart handling of message headersVsevolod Stakhov2009-03-241-5/+8
* * Fix error in expression parser that causes bad errors with expressions that...Vsevolod Stakhov2009-03-231-4/+60
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-0/+598