aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/regexp.c
Commit message (Expand)AuthorAgeFilesLines
* Do not try to validate empty headers.Vsevolod Stakhov2011-10-251-2/+2
* * Add configuration utils for kvstorageVsevolod Stakhov2011-10-171-1/+1
* Check utf8 characters before gregex checks as they assume input to be a utf8 ...Vsevolod Stakhov2011-10-171-0/+15
* Remove some warnings.Vsevolod Stakhov2011-10-141-2/+0
* Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3Vsevolod Stakhov2011-08-121-2/+7
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-4/+4
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-12/+12
* Update a sample config file.0.4.1Vsevolod Stakhov2011-07-261-0/+4
* * Add option max_size for regexp module to skip expensive regexp on long mess...Vsevolod Stakhov2011-07-261-2/+20
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-10/+11
* Rework http chunked encoding parsing.Vsevolod Stakhov2011-07-201-5/+5
* * Fixes to fuzzy hashing logic, skip urls while estimating fuzzy hashVsevolod Stakhov2011-06-231-25/+10
* * Fix error in raw headers parsingVsevolod Stakhov2011-05-241-12/+1
* Fix memory access.Vsevolod Stakhov2011-03-051-1/+1
* Try to fix memory issues.Vsevolod Stakhov2011-03-021-1/+1
* Fix several memory leaks in rspamd.Vsevolod Stakhov2011-02-241-1/+1
* * Process raw headers by FSM.Vsevolod Stakhov2011-02-211-94/+67
* * Add ability to call lua function from regexp expressionsVsevolod Stakhov2011-02-211-0/+33
* * Add function regexp_occurs_number that allows to test how much occurs of re...Vsevolod Stakhov2011-02-181-22/+214
* * Add ability to specify 'S' flag to regexp that means that headers checks mu...Vsevolod Stakhov2011-02-151-1/+1
* Call lua functions correctly as well.Vsevolod Stakhov2011-02-081-1/+1
* * Many fixes to fuzzy hashes logic and tokenization.Vsevolod Stakhov2011-01-241-2/+4
* Implement checking options for modulesVsevolod Stakhov2010-12-131-0/+3
* Add add_header action to smtp proxy.Vsevolod Stakhov2010-10-261-2/+11
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-1/+1
* Init regexp library statically.Vsevolod Stakhov2010-10-061-2/+1
* * Add ability to check rspamd regexp from lua modulesVsevolod Stakhov2010-10-061-1/+51
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-50/+50
* * Add error handling for regexps0.3.1Vsevolod Stakhov2010-07-291-6/+22
* * Another try to save regexps in cache correctlyVsevolod Stakhov2010-07-281-32/+38
* * Fix check_smtp_data functionVsevolod Stakhov2010-07-151-6/+38
* * Remove evdns and use only rspamd resolverVsevolod Stakhov2010-07-091-1/+0
* * Add ability to test regexp with 'T' flagVsevolod Stakhov2010-07-061-1/+40
* * Fix -lintl detectionVsevolod Stakhov2010-06-231-1/+6
* * Fix compatibility issuesVsevolod Stakhov2010-06-231-1/+1
* * Change metric logicVsevolod Stakhov2010-06-161-34/+7
* * Add more logic for dynamic rulesVsevolod Stakhov2010-06-081-0/+24
* * Add experimental support of dynamic rules to regexp moduleVsevolod Stakhov2010-06-011-16/+295
* * Fix config reloadingVsevolod Stakhov2010-05-131-2/+2
* * Insert fuzzy check symbol correctly as it depends not only on factor but al...Vsevolod Stakhov2010-04-081-1/+10
* * Regexp module now can understand lua variables and functionsVsevolod Stakhov2010-04-081-5/+27
* * Fix freeing of module parameters (they should NOT be freed)Vsevolod Stakhov2010-03-231-2/+0
* * Add ability to add normalizers for statfiles (custom functions written in l...cebka@lenovo-laptop2010-01-131-1/+1
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-38/+38
* * Add check_smtp_data function for checking some fields from SMTP dialogVsevolod Stakhov2009-11-221-5/+140
* * Add ability to register rspamd functions from LUAVsevolod Stakhov2009-10-131-6/+6
* * Retab, no functional changesVsevolod Stakhov2009-10-021-238/+240
* * Fix some memory issues with lua (strings that are returned from lua can be ...Vsevolod Stakhov2009-10-021-0/+2
* * Add time out for sync IO as it can cause unpredictable errorsVsevolod Stakhov2009-09-211-2/+1
* * Fix processing of empty partsVsevolod Stakhov2009-08-211-11/+2