aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Fix handling of the same wordsVsevolod Stakhov2016-05-121-1/+1
* [Feature] Further micro-optimizations for hashing and shinglesVsevolod Stakhov2016-05-127-39/+44
* [Feature] Optimize alignment to speed up hashingVsevolod Stakhov2016-05-112-3/+16
* [Feature] Try to select the optimal possible function for inputVsevolod Stakhov2016-05-111-1/+15
* [Feature] Limit logging of elements that could have too many itemsVsevolod Stakhov2016-05-111-1/+25
* [Feature] Add more algorithms for shingles generationVsevolod Stakhov2016-05-114-29/+88
* [Fix] Fix compilation issueVsevolod Stakhov2016-05-111-3/+5
* [Feature] Use mumhash for words hashingVsevolod Stakhov2016-05-111-1/+1
* [Feature] Add and use mumhash for non-crypto hashingVsevolod Stakhov2016-05-113-7/+378
* [Feature] Add a simple script to evaluate rspamd rules in the logsVsevolod Stakhov2016-05-111-0/+173
* [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
* Merge branch 'lua-repl'Vsevolod Stakhov2016-05-099-0/+1596
|\
| * [Feature] Add the initial version of LUA repl to rspamadmVsevolod Stakhov2016-05-093-0/+291
| * [Feature] Distinguish luajit from luaVsevolod Stakhov2016-05-092-0/+3
| * [Rework] Import linenoise for line editingVsevolod Stakhov2016-05-085-0/+1302
|/
* [Minor] Use shorter keys for replies moduleVsevolod Stakhov2016-05-081-1/+1
* Merge pull request #625 from fatalbanana/masterVsevolod Stakhov2016-05-082-0/+168
|\
| * [Feature] Add replies pluginAndrew Lewis2016-05-082-0/+168
|/
* [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