aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Use shorter keys for replies moduleVsevolod Stakhov2016-05-081-1/+1
* [Feature] Add replies pluginAndrew Lewis2016-05-081-0/+120
* [Fix] Fix buildVsevolod Stakhov2016-05-071-1/+1
* [Feature] Propagate HTTP result string when using proxyVsevolod Stakhov2016-05-071-2/+5
* [Feature] Better lua_redis loggingVsevolod Stakhov2016-05-071-5/+15
* [Fix] Do not greylist messages if redis has failed somehowVsevolod Stakhov2016-05-071-2/+10
* [Feature] Better deal with backend errorsVsevolod Stakhov2016-05-071-6/+18
* [Fix] Fix more issues with scripts processingVsevolod Stakhov2016-05-071-9/+17
* [Fix] Fix lua compare function initVsevolod Stakhov2016-05-071-4/+4
* [Fix] Fix proxying of the encrypted messagesVsevolod Stakhov2016-05-071-2/+2
* [Fix] Adjust body/body_buf when stealing encrypted messageVsevolod Stakhov2016-05-071-0/+9
* [Fix] Properly init and free session structuresVsevolod Stakhov2016-05-071-6/+9
* [Fix] Another try to fix hanged redis sessionsVsevolod Stakhov2016-05-061-1/+1
* [Minor] Print task pointer to simplify debugVsevolod Stakhov2016-05-061-2/+3
* [Feature] Implement compare scripts for mirrors resultsVsevolod Stakhov2016-05-061-4/+54
* [Feature] Implement compare scripts setupVsevolod Stakhov2016-05-061-7/+115
* [Feature] Implement mirroring in rspamd proxyVsevolod Stakhov2016-05-061-1/+125
* [Feature] Add method to copy message from http connectionVsevolod Stakhov2016-05-062-0/+60
* [Feature] Add utility function to return random number from 0 to 1Vsevolod Stakhov2016-05-062-2/+14
* [Feature] Add results parsing codeVsevolod Stakhov2016-05-061-10/+85
* [Rework] Separate method to close backend connectionsVsevolod Stakhov2016-05-061-4/+12
* [Feature] Split main connection from mirrored connectionsVsevolod Stakhov2016-05-061-38/+47
* [Feature] Add mirrors featureVsevolod Stakhov2016-05-061-0/+176
* [Feature] Improve logging in proxy and add refcountsVsevolod Stakhov2016-05-061-21/+40
* [Feature] Perform files expansion on proxyingVsevolod Stakhov2016-05-061-2/+101
* [Rework] Rename http proxy to rspamd proxyVsevolod Stakhov2016-05-063-44/+44
* [Fix] Remove event before closing of fd to avoid race conditionsVsevolod Stakhov2016-05-062-22/+39
* [Fix] Fix max_train setup in ANN moduleVsevolod Stakhov2016-05-061-1/+1
* [Feature] Sort symbols when displaying them in logVsevolod Stakhov2016-05-051-2/+35
* [Fix] Another rework for lua_redis events handlingVsevolod Stakhov2016-05-051-40/+46
* [Feature] Use rspamd specific type checks for userdataVsevolod Stakhov2016-05-0523-54/+54
* [Fix] Improve lua redis handlingVsevolod Stakhov2016-05-051-19/+48
* [CritFix] Fix redis structure by adding {NULL, NULL} memberVsevolod Stakhov2016-05-051-0/+1
* [Feature] Add better method to check lua userdata typesVsevolod Stakhov2016-05-052-9/+79
* [Fix] Use custom error function for pre and post filtersVsevolod Stakhov2016-05-051-12/+27
* [Fix] Initialize vars to avoid warningsVsevolod Stakhov2016-05-051-2/+2
* [Fix] Fix order of argumentsVsevolod Stakhov2016-05-051-1/+1
* [Fix] Try to fix redis crashesVsevolod Stakhov2016-05-051-0/+7
* [Fix] Cleanup stack from global varsVsevolod Stakhov2016-05-051-0/+2
* [Feature] Improve logging lua typesVsevolod Stakhov2016-05-052-4/+18
* [Feature] Print userdata using tostring if possibleVsevolod Stakhov2016-05-041-6/+23
* [Feature] Improve phishing pluginVsevolod Stakhov2016-05-041-2/+2
* [Feature] Improve levenshtein distance functionVsevolod Stakhov2016-05-044-6/+18
* [Minor] Always return constant number of results from lua redisVsevolod Stakhov2016-05-041-4/+6
* [Minor] Improve string to action functionVsevolod Stakhov2016-05-041-38/+24
* Merge pull request #618 from moisseev/phishingVsevolod Stakhov2016-05-041-4/+4
|\
| * [Minor] Add redirector's TLD to PHISHING symbol optionsAlexander Moisseev2016-05-021-4/+4
* | [Fix] Do not greylist on rejectionVsevolod Stakhov2016-05-041-1/+1
* | [Fix] Fix ratelimit initializationVsevolod Stakhov2016-05-031-7/+10
* | [Feature] Various improvements in greylist moduleVsevolod Stakhov2016-05-032-37/+71