aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Test] Collect coverage in all functional testsMikhail Galanin2018-10-087-0/+7
* [Minor] Print timestamps when rspamadm is started in debug modeVsevolod Stakhov2018-10-082-22/+39
* [Fix] Various fixes in redis sync interfaceVsevolod Stakhov2018-10-081-27/+40
* [CritFix] Plug memory leak in redis poolVsevolod Stakhov2018-10-081-11/+13
* Merge pull request #2574 from negram/store-and-merge-lua-coverageVsevolod Stakhov2018-10-084-30/+279
|\
| * [Test] Reworked build script to correctly collect merge coverage dataMikhail Galanin2018-10-081-30/+33
| * [Test] Coverage merge/push scriptMikhail Galanin2018-10-081-0/+139
| * [Test] Collect coverage from rspamd workersMikhail Galanin2018-10-082-0/+107
* | Merge pull request #2573 from moisseev/eslintVsevolod Stakhov2018-10-071-4/+5
|\ \
| * | [WebUI] Fix symbol description tooltips displayAlexander Moisseev2018-10-071-4/+5
* | | [Minor] Fix desctruction orderVsevolod Stakhov2018-10-061-1/+3
* | | [Fix] Fix parsing address with commentsVsevolod Stakhov2018-10-061-64/+75
* | | [Minor] Fix event pending checksVsevolod Stakhov2018-10-0613-25/+38
* | | [Minor] Fix symbols cache savingVsevolod Stakhov2018-10-061-7/+25
|/ /
* | [Fix] Fix boundaries detection and rework stop words algorithmVsevolod Stakhov2018-10-061-16/+39
* | [Fix] Remove one letter stop wordsVsevolod Stakhov2018-10-061-2/+2
* | [Minor] Fix CMA calculationsVsevolod Stakhov2018-10-061-6/+11
* | [Minor] Don't load torch unless really neededVsevolod Stakhov2018-10-062-7/+10
* | [Conf] Slashing: use lua rules from local confdir instead of confdirVsevolod Stakhov2018-10-061-1/+1
* | [Minor] Support local confdir in luaVsevolod Stakhov2018-10-063-4/+22
* | [Fix] Slashing: backport chunk logic from libuclVsevolod Stakhov2018-10-055-49/+153
* | Merge pull request #2572 from negram/fix-fatal-flagVsevolod Stakhov2018-10-051-1/+1
|\ \ | |/ |/|
| * [Minor] is_successful != fatalMikhail Galanin2018-10-051-1/+1
|/
* Merge pull request #2571 from negram/misprint-2Vsevolod Stakhov2018-10-051-1/+1
|\
| * [Minor] misprintMikhail Galanin2018-10-051-1/+1
* | Merge pull request #2570 from negram/lua-coverage-collectorVsevolod Stakhov2018-10-055-1/+53
|\ \ | |/ |/|
| * [Test] global variable for coverage collectorMikhail Galanin2018-10-051-0/+4
| * [Test] use the coverage collector in testsMikhail Galanin2018-10-053-1/+3
| * [Test] added Lua test coverage collector for functional testsMikhail Galanin2018-10-051-0/+46
|/
* [Minor] Prevent race condition in Redis ctx refcountingVsevolod Stakhov2018-10-041-0/+4
* [Fix] Do not load torch on each rspamadm invocationVsevolod Stakhov2018-10-042-7/+12
* Merge pull request #2565 from krestenk/masterVsevolod Stakhov2018-10-041-1/+1
|\
| * Added "text/calendar" as a legal mimetype for .ics files. Files are failing t...Kresten2018-10-041-1/+1
* | Merge pull request #2563 from negram/lua_http-docVsevolod Stakhov2018-10-041-3/+14
|\ \
| * | [Minor] Described some parameters for rspamd_http.requestMikhail Galanin2018-10-041-3/+14
| |/
* | Merge pull request #2562 from negram/fix-c-coverage-collectionVsevolod Stakhov2018-10-041-1/+6
|\ \ | |/ |/|
| * [Minor] set umask 0000 when building rspamdMikhail Galanin2018-10-041-1/+6
* | [Feature] Allow maps with HTTP authVsevolod Stakhov2018-10-032-6/+48
|/
* [Feature] Add `check_violation` feature to DKIM/ARC signingVsevolod Stakhov2018-10-031-10/+24
* [Fix] Fix dependencies for DNS_SIGNED symbolVsevolod Stakhov2018-10-032-26/+36
* [Minor] Don't use shift on -1Vsevolod Stakhov2018-10-031-2/+2
* Merge pull request #2558 from moisseev/eslintVsevolod Stakhov2018-10-032-54/+53
|\
| * [WebUI] Do not display password form when secure_ip is setAlexander Moisseev2018-10-022-54/+53
* | Merge pull request #2559 from negram/arg-check-fixVsevolod Stakhov2018-10-031-0/+3
|\ \
| * | [Minor] Fixed argument checkMikhail Galanin2018-10-021-0/+3
* | | [Minor] Fix evals mathsVsevolod Stakhov2018-10-021-3/+2
* | | [Minor] Fix DNS packet writing to avoid alignment issuesVsevolod Stakhov2018-10-021-18/+18
* | | [Minor] Pet luacheckVsevolod Stakhov2018-10-021-6/+6
* | | [Fix] Allow to call fstring append with NULL stringVsevolod Stakhov2018-10-021-11/+24
* | | [Minor] Unify check_auth/check_local optionsVsevolod Stakhov2018-10-027-43/+126