summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Use mumhash for words hashingVsevolod Stakhov2016-05-111-1/+1
* [Feature] Add and use mumhash for non-crypto hashingVsevolod Stakhov2016-05-112-7/+9
* [Feature] New abstract hashing API in cryptoboxVsevolod Stakhov2016-05-1018-90/+197
* [CritFix] Fix levenshtein distance calculationsVsevolod Stakhov2016-05-101-4/+4
* [Feature] Adopt plugins for new maps APIVsevolod Stakhov2016-05-105-30/+36
* [Feature] Use new maps API for local addrsVsevolod Stakhov2016-05-103-5/+6
* [Feature] Use extended map types in lua map, unify codeVsevolod Stakhov2016-05-104-144/+110
* [Feature] Allow to extract ucl_object from lua using common APIVsevolod Stakhov2016-05-101-0/+14
* [Feature] Implement constructing of map from UCLVsevolod Stakhov2016-05-102-4/+139
* [Fix] Further fixes in maps codeVsevolod Stakhov2016-05-101-42/+65
* [Fix] Fix memory corruptionVsevolod Stakhov2016-05-101-6/+7
* [Fix] Varioud fixes to the maps codeVsevolod Stakhov2016-05-102-32/+45
* [Feature] Allow to have specific settings for mirrored trafficVsevolod Stakhov2016-05-101-0/+11
* [Rework] Partly fix controllerVsevolod Stakhov2016-05-091-17/+26
* [Rework] Adopt new maps codeVsevolod Stakhov2016-05-093-48/+36
* [Rework] Fix lua maps APIVsevolod Stakhov2016-05-092-36/+78
* [Rework] Start the complete maps reworkVsevolod Stakhov2016-05-094-315/+538
* [Feature] Add utility method to convert ftok to C stringVsevolod Stakhov2016-05-092-0/+24
* [Fix] Try to handle multiline history in a more sane wayVsevolod Stakhov2016-05-091-1/+11
* [Minor] Some output fixesVsevolod Stakhov2016-05-091-1/+4
* [Feature] Add dot commands for lua REPL:Vsevolod Stakhov2016-05-092-9/+228
* [Feature] Fix task functions to work without rspamd_configVsevolod Stakhov2016-05-094-18/+23
* [Fix] Fix REPL outputVsevolod Stakhov2016-05-091-5/+20
* [Feature] Add the initial version of LUA repl to rspamadmVsevolod Stakhov2016-05-093-0/+291
* [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