aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Further fixes to printing of the FP numbersVsevolod Stakhov2019-05-193-116/+189
* [Minor] Reformat file to fix tabs/spaces messVsevolod Stakhov2019-05-191-250/+249
* [Fix] Fix some more corner cases for fpconvVsevolod Stakhov2019-05-191-16/+30
* [Fix] Avoid another overflow in fpconvVsevolod Stakhov2019-05-181-6/+20
* [Minor] Add symbols and type heuristicVsevolod Stakhov2019-05-181-1/+21
* [Minor] Implement generic whitelist in reputation pluginVsevolod Stakhov2019-05-181-6/+6
* [Minor] Allow virtual symbols with no parentVsevolod Stakhov2019-05-182-8/+8
* [Rework] Slashing: Change versioning schema - move to 2.0Vsevolod Stakhov2019-05-184-29/+8
* [Minor] Increase priority of the asn moduleVsevolod Stakhov2019-05-181-1/+1
* [Minor] Fix conditionVsevolod Stakhov2019-05-181-1/+1
* [Minor] Add docsVsevolod Stakhov2019-05-171-0/+21
* [Project] Add preliminary version of maps expressionsVsevolod Stakhov2019-05-171-0/+161
* [Minor] Lua_expression: Allow simplier invocation of create functionVsevolod Stakhov2019-05-171-37/+45
* [Minor] Fix setting structure's fieldsVsevolod Stakhov2019-05-171-0/+1
* [Rework] Rework expression APIVsevolod Stakhov2019-05-176-101/+203
* [Minor] Allow to execute expressions with process closuresVsevolod Stakhov2019-05-172-5/+35
* [Rework] Reputation: Slashing - change name of symbolsVsevolod Stakhov2019-05-171-2/+5
* [Minor] Try to fix Debian linking issueVsevolod Stakhov2019-05-171-0/+1
* [Project] Reputation: Rework get function and scores calculationsVsevolod Stakhov2019-05-151-27/+31
* [Minor] Try use math.tanh if availableVsevolod Stakhov2019-05-151-0/+3
* [Project] Reputation: Migrate to adaptive EMA modelVsevolod Stakhov2019-05-151-226/+145
* [Minor] Fix resolver docsVsevolod Stakhov2019-05-141-2/+2
* [Minor] Return score with verdictVsevolod Stakhov2019-05-141-8/+10
* [Rework] Reputation: Remove ipnet from the ip reputationVsevolod Stakhov2019-05-141-23/+2
* [Test] Add some tests for arc signingVsevolod Stakhov2019-05-144-0/+92
* [Fix] Arc: Another bunch of fixes for arc signingVsevolod Stakhov2019-05-141-4/+3
* [Fix] Arc: More arc signing fixesVsevolod Stakhov2019-05-142-21/+31
* [Fix] Fix ARC signing after fixing another bug in it...Vsevolod Stakhov2019-05-132-5/+5
* [Feature] URL: Apply stringprep to hostnames to filter garbageVsevolod Stakhov2019-05-131-0/+49
* [Minor] HTML: Allow to extract base url from the tagVsevolod Stakhov2019-05-131-4/+8
* [Fix] Ratelimit: Fix dynamic scoreVsevolod Stakhov2019-05-131-1/+1
* [Minor] Update version to 1.9.4Vsevolod Stakhov2019-05-131-1/+1
* Release 1.9.31.9.3Vsevolod Stakhov2019-05-131-0/+44
* [Fix] Re-use milter_headers settings when doing arc signingVsevolod Stakhov2019-05-131-2/+19
* [Minor] Change the default list of oversigned headersVsevolod Stakhov2019-05-131-2/+2
* Merge pull request #2897 from moisseev/webuiVsevolod Stakhov2019-05-124-9/+41
|\
| * [WebUI] Add URL fragments (#) supportmoisseev2019-05-124-9/+41
* | Merge pull request #2896 from hartzell/typosVsevolod Stakhov2019-05-122-2/+2
|\ \
| * | Fix typos (separately, transferred)hartzell2019-05-112-2/+2
|/ /
* | [Minor] Fix gc in lua testsVsevolod Stakhov2019-05-101-1/+1
* | [Minor] Allow to tune GC related optionsVsevolod Stakhov2019-05-109-8/+48
* | [Minor] Sign list-help headerVsevolod Stakhov2019-05-101-2/+2
* | [Fix] Change the default oversigning headers to a more sane listVsevolod Stakhov2019-05-101-8/+8
* | [Minor] More human friendly statsVsevolod Stakhov2019-05-101-5/+5
|/
* [Minor] Jitter gc cycles and fix format stringVsevolod Stakhov2019-05-101-2/+2
* [Minor] Add some more memory stats loggingVsevolod Stakhov2019-05-101-4/+11
* [Minor] MisprintVsevolod Stakhov2019-05-101-1/+1
* [Feature] Tune memory management in Rspamd and LuaVsevolod Stakhov2019-05-102-4/+47
* Merge pull request #2891 from moisseev/webuiVsevolod Stakhov2019-05-091-1/+1
|\
| * [WebUI] Fix AJAX request URLmoisseev2019-05-091-1/+1