aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/regexp.c
Commit message (Expand)AuthorAgeFilesLines
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-6/+45
* * Fix stripping header when matching raw headersVsevolod Stakhov2009-05-141-2/+1
* * Fix work with raw headers and with senders in messageVsevolod Stakhov2009-05-141-1/+37
* * Fix expression optimizatorVsevolod Stakhov2009-05-051-3/+2
* * Enable counters interfaceVsevolod Stakhov2009-05-051-0/+1
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-1/+25
* * Implement new optimization methodVsevolod Stakhov2009-04-281-19/+49
* * Fix stupid error in case structure.Vsevolod Stakhov2009-04-271-0/+6
* * Add expression parser utilityVsevolod Stakhov2009-04-271-15/+5
* * Fix error in regexp module configurationVsevolod Stakhov2009-04-271-1/+1
* * Skip identical parts while testing mime regexpsVsevolod Stakhov2009-04-271-2/+11
* Fix misprint.Vsevolod Stakhov2009-04-241-1/+1
* * Validate utf8 chars to avoid crashesVsevolod Stakhov2009-04-241-1/+54
* * Some more bugs are (hopefuly) fixedVsevolod Stakhov2009-04-231-2/+9
* * Threat message regexps as raw by defaultVsevolod Stakhov2009-04-231-2/+6
* * Another fix to regexps parserVsevolod Stakhov2009-04-231-3/+14
* * Fix regexp_match_number functionVsevolod Stakhov2009-04-231-17/+0
* * Fix expression parser: make it recursive and allow expressions inside funct...Vsevolod Stakhov2009-04-231-18/+23
* * Add raw mode flag for improving performance by avoiding expensive utf8 tran...Vsevolod Stakhov2009-04-211-4/+4
* * Add some debugVsevolod Stakhov2009-04-201-0/+3
* * Threat raw header regexps as raw regexpsVsevolod Stakhov2009-04-161-1/+1
* * For mime parts set flag 'raw' and if we cannot determine charset of part or...Vsevolod Stakhov2009-04-151-1/+8
* * Try to convert each text part of messages to utf8 to avoid problems with re...Vsevolod Stakhov2009-04-151-1/+1
* * Add per-task regexp results cache, that would optimize regexp engine perfor...Vsevolod Stakhov2009-04-051-0/+20
* * Check mime regexp only in text and html partsVsevolod Stakhov2009-04-031-4/+4
* * Optimize speed of regexp_match_number function by avoid of regexp checks wh...Vsevolod Stakhov2009-03-311-0/+3
* * Fix order of functions argumentsVsevolod Stakhov2009-03-311-0/+5
* * Fix error in regexp processingVsevolod Stakhov2009-03-311-1/+1
* * Make regexp cache functions public for using them in other placesVsevolod Stakhov2009-03-291-0/+46
* * Fix variables substitutionVsevolod Stakhov2009-03-271-4/+4
* * Fix bug in expressions parser and optimizerVsevolod Stakhov2009-03-241-2/+3
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-241-0/+2
* * Fix expression optimizatorVsevolod Stakhov2009-03-241-1/+4
* * Use pool allocator for temp strings in headersVsevolod Stakhov2009-03-241-2/+2
* * Add smart handling of message headersVsevolod Stakhov2009-03-241-12/+12
* * Misprint in optimizer functionVsevolod Stakhov2009-03-191-2/+2
* * Fix bug in redirectorVsevolod Stakhov2009-03-191-0/+1
* * Add optimization support for regexpsVsevolod Stakhov2009-03-191-2/+45
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-4/+9
* * With flag -t syntax of modules variables is also inspectedVsevolod Stakhov2009-03-191-4/+14
* * Allow escaped quotes in quoted strings, for example "\"some string\""Vsevolod Stakhov2009-03-181-0/+3
* * Add ability to match raw headersVsevolod Stakhov2009-03-171-3/+44
* * Some fixes to regexp moduleVsevolod Stakhov2009-03-121-0/+7
* * New rspamd protocol (changed replies)Vsevolod Stakhov2009-03-031-1/+1
* * Add compatibility with gmime24Vsevolod Stakhov2009-03-021-0/+4
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou...Vsevolod Stakhov2009-02-191-1/+1
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-161-13/+1
* * Add BSD license textVsevolod Stakhov2009-02-161-0/+24
* * Do another rework of filters/metrics and statfiles processingVsevolod Stakhov2009-01-291-2/+2
* * Rewrite message parserVsevolod Stakhov2009-01-211-1/+6