aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Fix] Rework groups scores definitionsVsevolod Stakhov2019-02-183-26/+74
|
* [Fix] Process orphaned `symbols` sectionVsevolod Stakhov2019-02-181-0/+6
|
* [Fix] Fix Content-Type parsingVsevolod Stakhov2019-02-182-56/+57
| | | | Issue: #2757
* [Fix] Fix rfc2231 for Content-Disposition headerVsevolod Stakhov2019-02-181-20/+34
| | | | Issue: #2757
* [Minor] Oops, fix typeVsevolod Stakhov2019-02-181-1/+5
|
* [Fix] Core: Fix address rotation bugVsevolod Stakhov2019-02-1812-43/+62
| | | | | | | | | | | | | | | | | | | | | | Previously, upstream.get_addr function returned the new address of the upstream. Unfortunately, it was used for printing addresses. It caused the following situation: let's imagine we have A1 and A2 where A1 was initially selected. So the connection was performed to A1: Current addr Selected addr Connect+---------+ A2+------>A1 A1 | +-+Print failure<---+ A1+------>A2 A2 | +----+ +->Mark failure+-------->+ A2 | +----+ But the failure OP as well as log message told about `A2` where the real problem happened with `A1`. This commit adds distinguishing between getting the next and the current address of the upstream resolving this issue.
* Update ISSUE_TEMPLATE.mdVsevolod Stakhov2019-02-181-4/+2
|
* [Fix] Clickhouse: Fix database usageVsevolod Stakhov2019-02-181-5/+5
| | | | | Issue: #2759 Closes: #2759
* [Minor] Fix getting of emailsVsevolod Stakhov2019-02-162-22/+2
|
* [Minor] Fix format stringVsevolod Stakhov2019-02-161-1/+1
|
* [Feature] Lua_task: Add flexible method to get specific urlsVsevolod Stakhov2019-02-161-22/+89
|
* [Minor] Properly set protocol value for urlsVsevolod Stakhov2019-02-161-3/+3
|
* [Minor] Lua_url: Add method to get url protocolVsevolod Stakhov2019-02-161-0/+23
|
* [Minor] Add functions to deal with url protocolsVsevolod Stakhov2019-02-162-7/+79
|
* [Rework] Finish http code split and cleanupVsevolod Stakhov2019-02-1518-1564/+1718
|
* [Rework] Re-add filesVsevolod Stakhov2019-02-152-0/+4549
|
* [Rework] Start rework of the HTTP libraryVsevolod Stakhov2019-02-1517-4587/+38
|
* [Minor] Dkim_signing: allow custom routine for getting dkim domainVsevolod Stakhov2019-02-151-0/+25
|
* Merge pull request #2758 from moisseev/midVsevolod Stakhov2019-02-154-0/+63
|\ | | | | [Test] Add tests for MID module
| * [Test] Add tests for MID moduleAlexander Moisseev2019-02-154-0/+63
| |
* | Merge pull request #2657 from prehor/feature/arc-domainVsevolod Stakhov2019-02-151-0/+2
|\ \ | | | | | | Allow setting static domain for ARC signatures
| * | Allow setting server domain for ARCPetr Řehoř2018-11-291-0/+2
| | |
* | | Merge pull request #2756 from moisseev/mime_typesVsevolod Stakhov2019-02-141-1/+0
|\ \ \ | | | | | | | | [Minor] mime_types: remove .tmp from bad_extensions
| * | | [Minor] mime_types: remove .tmp from bad_extensionsAlexander Moisseev2019-02-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | as it is not potentially harmful Just a note: M$ Office documents are archives and some of them may contain *.tmp files (as well as other actually potentially dangerous extensions).
* | | | [Minor] Fix loading of unicode multipatternsVsevolod Stakhov2019-02-143-4/+20
| | | |
* | | | [Minor] Fix linkingVsevolod Stakhov2019-02-141-3/+2
| | | |
* | | | [Minor] Use new logic of regexp escapingVsevolod Stakhov2019-02-141-4/+11
| | | |
* | | | [Feature] Better escaping of unicodeVsevolod Stakhov2019-02-142-15/+46
| | | |
* | | | [Minor] Fix linkingVsevolod Stakhov2019-02-141-7/+4
|/ / /
* | | Merge pull request #2754 from heraklit256/fix-compositeVsevolod Stakhov2019-02-141-1/+1
|\ \ \ | | | | | | | | fix typo in RCVD_UNAUTH_PBL
| * | | fix typo in RCVD_UNAUTH_PBLheraklit2562019-02-131-1/+1
| | | |
| * | | Merge pull request #10 from rspamd/masterheraklit2562019-02-13195-4192/+10458
| |\ \ \ | | | | | | | | | | merge upstream into local master
| * \ \ \ Merge pull request #9 from rspamd/masterheraklit2562019-01-1383-1534/+3881
| |\ \ \ \ | | | | | | | | | | | | merge upstream into local master
* | | | | | [Minor] Try to fix linking hellVsevolod Stakhov2019-02-145-11/+6
| | | | | |
* | | | | | [Minor] Load dynamic library if neededVsevolod Stakhov2019-02-141-0/+1
| |_|/ / / |/| | | |
* | | | | [Minor] Oops, add dependencyVsevolod Stakhov2019-02-131-0/+1
| | | | |
* | | | | [Rework] Convert rspamd-server to a shared libraryVsevolod Stakhov2019-02-134-56/+53
| | | | |
* | | | | [Rework] Use VEX instructions, relocateVsevolod Stakhov2019-02-133-1579/+1579
| | | | |
* | | | | [Minor] Fix expressions for empty content HTML partsVsevolod Stakhov2019-02-131-3/+3
| | | | | | | | | | | | | | | | | | | | Issue: #2751
* | | | | [Minor] Remove all headers with the specific name, not just the first oneVsevolod Stakhov2019-02-131-13/+13
| | | | |
* | | | | [Test] Disable it, it is doomedVsevolod Stakhov2019-02-131-7/+7
| | | | |
* | | | | [Test] Sigh, another monkey patchVsevolod Stakhov2019-02-131-1/+56
| | | | |
* | | | | [Test] Another try to fix testVsevolod Stakhov2019-02-132-57/+3
| | | | |
* | | | | [Test] Another try to fix migration testVsevolod Stakhov2019-02-121-2/+2
| | | | |
* | | | | [Test] Try to fix schema version in the testVsevolod Stakhov2019-02-121-2/+2
| | | | |
* | | | | [Feature] Clickhouse: Allow to store subject in ClickhouseVsevolod Stakhov2019-02-121-2/+22
| |_|_|/ |/| | |
* | | | [Minor] History_redis: Use generic function to obfuscate subjectVsevolod Stakhov2019-02-121-9/+1
| | | |
* | | | [Minor] Lua_util: Add maybe_obfuscate_subject utilityVsevolod Stakhov2019-02-121-0/+30
| | | |
* | | | [Project] Add new flags to clickhouse, redis and elastic exportersVsevolod Stakhov2019-02-123-3/+3
| | | |
* | | | [Project] Implement new flags in Lua APIVsevolod Stakhov2019-02-124-5/+232
| | | |