aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Do not add extra byte while converting text to utfVsevolod Stakhov2010-07-291-1/+1
* * Fix error with writing symbols cache fileVsevolod Stakhov2010-07-283-15/+15
* * Fix parsing txt records to avoid reading of uninitialized dataVsevolod Stakhov2010-07-282-5/+8
* * Another try to save regexps in cache correctlyVsevolod Stakhov2010-07-283-35/+42
* * Fix labels parsingcebka2010-07-281-3/+6
* * Add ability to check dns black lists by multimap moduleVsevolod Stakhov2010-07-281-2/+24
* * Allocate some more bytes for read buffer to avoid incorrect behavoiurVsevolod Stakhov2010-07-271-2/+2
* * Try to save images hashes to fuzzy storage to stop some annoying spammersVsevolod Stakhov2010-07-273-74/+141
* * Fix some multimap issuesVsevolod Stakhov2010-07-271-8/+9
* * Fix lua representing of invalid ip (nil, not 255.255.255.255)Vsevolod Stakhov2010-07-272-3/+128
* * Pre-init symbols cache when rereading configVsevolod Stakhov2010-07-271-0/+4
* * Improve lua loggingVsevolod Stakhov2010-07-261-4/+35
* * Turn off debug_ip during reload if it was disabled by new configVsevolod Stakhov2010-07-262-6/+7
* * Fix extracting arguments in lua logger interfaceVsevolod Stakhov2010-07-261-4/+4
* * More debugVsevolod Stakhov2010-07-258-10/+14
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-2512-18/+178
* * Save in regexp cache the whole regexp with header name (if exists) and with...Vsevolod Stakhov2010-07-231-1/+2
* * Empty and non-empty parts are allways differentVsevolod Stakhov2010-07-201-0/+4
* * Do not compare empty partsVsevolod Stakhov2010-07-201-4/+6
* * Stupid error in calculation compressed label lengthVsevolod Stakhov2010-07-201-1/+1
* * Handle empty from headerVsevolod Stakhov2010-07-201-1/+1
* * Fix another error with early task destroyingVsevolod Stakhov2010-07-202-4/+7
* * Fix expanding spf macros that may fail in rare casesVsevolod Stakhov2010-07-202-2/+4
* * Fix problems with parsing compressed namesVsevolod Stakhov2010-07-201-10/+37
* * Handle cases of broken requestsVsevolod Stakhov2010-07-192-4/+6
* * Do not try to resolve names with several dots in a rowVsevolod Stakhov2010-07-192-2/+8
* * Reopen log file by USR1 signalVsevolod Stakhov2010-07-198-19/+48
* * MergeVsevolod Stakhov2010-07-193-6/+6
|\
| * * Improve loggingVsevolod Stakhov2010-07-193-6/+6
* | * Assume 7bit as default transfer encodingVsevolod Stakhov2010-07-161-1/+9
* | * Make improvements to HTML entites decoder: now it replaces entities with co...Vsevolod Stakhov2010-07-162-264/+294
* | * Add more debug to comparing parts distance functionVsevolod Stakhov2010-07-162-3/+6
* | * Make valgrind happy about comparing symbolsVsevolod Stakhov2010-07-151-1/+1
* | * Add ability to assign several actions to one metricVsevolod Stakhov2010-07-153-29/+128
* | * Add ability to set metric's action from config fileVsevolod Stakhov2010-07-155-1/+37
* | * Add ability to make views by recipientVsevolod Stakhov2010-07-154-5/+117
* | * Fix check_smtp_data functionVsevolod Stakhov2010-07-151-6/+38
* | * Calling callbacks may cause destroying session from which we are calling ca...Vsevolod Stakhov2010-07-131-6/+10
* | * Do not insert unparsed RR's into replyVsevolod Stakhov2010-07-131-13/+26
* | * Fix some problems with TXT recordsVsevolod Stakhov2010-07-131-11/+14
* | * Fix lua DNS codeVsevolod Stakhov2010-07-132-5/+23
* | * Set resolver inside taskVsevolod Stakhov2010-07-121-0/+1
* | * Init events before configuring resolver in smtp workerVsevolod Stakhov2010-07-121-2/+1
* | * Fix resolving in smtp moduleVsevolod Stakhov2010-07-121-1/+1
* | * Very hard to detect problem with race among error in socket and destroying ...Vsevolod Stakhov2010-07-092-1/+6
* | * Remove evdns and use only rspamd resolverVsevolod Stakhov2010-07-095-47/+94
* | * Make SURBL module to use rspamd dns moduleVsevolod Stakhov2010-07-094-121/+129
* | * Add support for parsing SPF and SRV recordsVsevolod Stakhov2010-07-092-14/+134
* | * Make DNS resolver workingVsevolod Stakhov2010-07-087-108/+317
* | * Add ability to test regexp with 'T' flagVsevolod Stakhov2010-07-066-17/+317