aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Update some Lua using new APIMikhail Galanin2018-08-142-49/+44
* [Minor] Better return value - table/string for result, true/false as error signMikhail Galanin2018-08-141-19/+34
* [Minor] Use coroutine model in dns resolver APIMikhail Galanin2018-08-145-21/+106
* Merge branch 'master' into lua-coroutine-modelMikhail Galanin2018-08-1420-147/+314
|\
| * [Fix] Add fail-safety for destroying sessionsVsevolod Stakhov2018-08-1410-131/+208
| * [Fix] Call Lua callback on DNS timeoutsVsevolod Stakhov2018-08-141-5/+27
| * [Minor] Include subject in task digestVsevolod Stakhov2018-08-141-0/+1
| * [Minor] Improve dkim signing debuggingVsevolod Stakhov2018-08-132-4/+17
| * [Minor] Fix conditional debuggingVsevolod Stakhov2018-08-133-5/+33
| * [Minor] Another fix for MISSING_MIMEOLEVsevolod Stakhov2018-08-131-2/+2
| * Merge pull request #2418 from negram/save-logs-and-configs-in-testsVsevolod Stakhov2018-08-132-0/+21
| |\
| | * [Test] Save logs and config once a test has been doneMikhail Galanin2018-08-132-0/+21
| * | [Minor] Log bad output if proxied connection returns garbadgeVsevolod Stakhov2018-08-131-0/+5
* | | [Minor] Use struct to pass parameters to process_atom() functionsMikhail Galanin2018-08-136-46/+78
* | | Merge branch 'master' into lua-coroutine-modelMikhail Galanin2018-08-1367-293/+1051
|\| |
| * | Merge pull request #2417 from moisseev/eslintVsevolod Stakhov2018-08-122-2/+7
| |\ \
| | * | [WebUI] Fix maps loading from neighboursAlexander Moisseev2018-08-122-2/+7
| * | | [Minor] Select the appropriate messageVsevolod Stakhov2018-08-121-1/+1
| * | | [Minor] Add missing reply headersVsevolod Stakhov2018-08-121-0/+2
| |/ /
| * | Merge pull request #2416 from moisseev/eslintVsevolod Stakhov2018-08-121-39/+11
| |\ \
| | * | [Minor] Combine saveMap functionsAlexander Moisseev2018-08-111-39/+11
| |/ /
| * | Merge pull request #2403 from heraklit256/extended-dnswl-scoresVsevolod Stakhov2018-08-113-7/+16
| |\ \
| | * | adjust DNSWL scores to -0.1/-0.2/-0.5heraklit2562018-08-111-2/+2
| | * | Revert "mark PKCS7 mime types as good"heraklit2562018-08-071-2/+2
| | * | add negative weight to DNSWL entriesheraklit2562018-08-072-5/+14
| * | | Merge pull request #2415 from dehnli/remove-phishtank-mapVsevolod Stakhov2018-08-111-1/+0
| |\ \ \
| | * | | [Minor] Remove phishtank map ..dehnli2018-08-111-1/+0
| |/ / /
| * | | Merge pull request #2413 from negram/more-fake-recordsVsevolod Stakhov2018-08-102-0/+145
| |\ \ \
| | * | | [Test] Fake Lua test suiteMikhail Galanin2018-08-101-0/+5
| | * | | [Test] Cover "102 Multimap" suite with faked recordsMikhail Galanin2018-08-101-0/+140
| * | | | [Feature] Use pure Lua debugm functionVsevolod Stakhov2018-08-1024-160/+169
| * | | | [Feature] Add pure Lua debugm functionVsevolod Stakhov2018-08-103-44/+89
| * | | | [Minor] Add logx method to the loggerVsevolod Stakhov2018-08-101-18/+39
| | |_|/ | |/| |
| * | | Merge pull request #2412 from negram/add-record-type-to-logVsevolod Stakhov2018-08-103-4/+46
| |\ \ \ | | |/ / | |/| |
| | * | [Minor] str_from_rdns_type -> rdns_str_from_type to keep consistencyMikhail Galanin2018-08-103-5/+5
| | * | [Minor] Add record type into log when set up fake recordsMikhail Galanin2018-08-103-4/+46
| * | | Merge pull request #2411 from negram/fix-mx-fakingVsevolod Stakhov2018-08-101-2/+2
| |\ \ \
| | * | | [Minor] Fixed parsing of faked mx-record: priority goes first and then the valueMikhail Galanin2018-08-101-2/+2
| * | | | [Minor] Oops, fix endless loopVsevolod Stakhov2018-08-101-1/+0
| * | | | [Minor] Apply idempotent filters to skipped messagesVsevolod Stakhov2018-08-101-1/+3
| * | | | [Fix] Do not try to process skipped messagesVsevolod Stakhov2018-08-102-0/+17
| | |/ / | |/| |
| * | | [Minor] Try to fix selector settingVsevolod Stakhov2018-08-091-1/+5
| * | | [Minor] Update ussue templateVsevolod Stakhov2018-08-091-4/+4
| * | | [Fix] Fix HTTP requests with no bodyVsevolod Stakhov2018-08-091-5/+9
| * | | [Minor] Allow to get a trace functionVsevolod Stakhov2018-08-091-0/+20
| * | | [Feature] Add support for Lua API tracingVsevolod Stakhov2018-08-0925-2/+454
| * | | Merge pull request #2404 from heraklit256/rbl-nixspamVsevolod Stakhov2018-08-092-5/+16
| |\ \ \ | | |/ / | |/| |
| | * | add NiX Spam RBL (http://www.dnsbl.manitu.net/)heraklit2562018-08-072-5/+16
* | | | [Minor] Review fixesMikhail Galanin2018-08-093-14/+66
* | | | Merge branch 'master' into lua-coroutine-modelMikhail Galanin2018-08-086-266/+539
|\| | |