aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Rework listening system to allow multiple socket types per workerVsevolod Stakhov2016-05-1411-30/+65
|
* [Feature] Enable workaround for eximVsevolod Stakhov2016-05-141-0/+26
|
* [Feature] Add versions to fuzzy storageVsevolod Stakhov2016-05-133-6/+50
|
* [Fix] Another fix for maps schedulingVsevolod Stakhov2016-05-131-0/+1
|
* [Fix] Fix events handling when scheduling map wacthVsevolod Stakhov2016-05-131-9/+13
|
* [Fix] Try to fix false positive URL detections in text partsVsevolod Stakhov2016-05-123-8/+10
|
* [Fix] Include fuzzy key to distinguish storages with different keysVsevolod Stakhov2016-05-121-2/+18
|
* [Feature] Rework and improve fuzzy storageVsevolod Stakhov2016-05-122-27/+100
| | | | | | | - Allow multiple algorithms in fuzzy rules - Cache fuzzy requests to avoid expensive calculations for multiple fuzzy storages - Simplify request generating procedure
* [Test] Add static test for shinglesVsevolod Stakhov2016-05-121-0/+90
|
* [Minor] Adjust hashesVsevolod Stakhov2016-05-122-2/+6
|
* [Feature] Use metrohash as wellVsevolod Stakhov2016-05-123-11/+170
|
* [Minor] 8 bytes fits perfect for mumhashVsevolod Stakhov2016-05-121-1/+1
|
* [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
| | | | Issue: #616
* [Rework] Adopt new maps codeVsevolod Stakhov2016-05-093-48/+36
| | | | Issue: #616
* [Rework] Fix lua maps APIVsevolod Stakhov2016-05-092-36/+78
|
* [Rework] Start the complete maps reworkVsevolod Stakhov2016-05-094-315/+538
| | | | Issue: #616
* [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
| | | | | | * .help - shows help * .load - loads lua script * .message - scans messages using the specified lua callback
* [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 plugin
| * [Feature] Add replies pluginAndrew Lewis2016-05-082-0/+168
|/