Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Fix] Rework groups scores definitions | Vsevolod Stakhov | 2019-02-18 | 3 | -26/+74 | |
| | ||||||
* | [Fix] Process orphaned `symbols` section | Vsevolod Stakhov | 2019-02-18 | 1 | -0/+6 | |
| | ||||||
* | [Fix] Fix Content-Type parsing | Vsevolod Stakhov | 2019-02-18 | 2 | -56/+57 | |
| | | | | Issue: #2757 | |||||
* | [Fix] Fix rfc2231 for Content-Disposition header | Vsevolod Stakhov | 2019-02-18 | 1 | -20/+34 | |
| | | | | Issue: #2757 | |||||
* | [Minor] Oops, fix type | Vsevolod Stakhov | 2019-02-18 | 1 | -1/+5 | |
| | ||||||
* | [Fix] Core: Fix address rotation bug | Vsevolod Stakhov | 2019-02-18 | 12 | -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.md | Vsevolod Stakhov | 2019-02-18 | 1 | -4/+2 | |
| | ||||||
* | [Fix] Clickhouse: Fix database usage | Vsevolod Stakhov | 2019-02-18 | 1 | -5/+5 | |
| | | | | | Issue: #2759 Closes: #2759 | |||||
* | [Minor] Fix getting of emails | Vsevolod Stakhov | 2019-02-16 | 2 | -22/+2 | |
| | ||||||
* | [Minor] Fix format string | Vsevolod Stakhov | 2019-02-16 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Lua_task: Add flexible method to get specific urls | Vsevolod Stakhov | 2019-02-16 | 1 | -22/+89 | |
| | ||||||
* | [Minor] Properly set protocol value for urls | Vsevolod Stakhov | 2019-02-16 | 1 | -3/+3 | |
| | ||||||
* | [Minor] Lua_url: Add method to get url protocol | Vsevolod Stakhov | 2019-02-16 | 1 | -0/+23 | |
| | ||||||
* | [Minor] Add functions to deal with url protocols | Vsevolod Stakhov | 2019-02-16 | 2 | -7/+79 | |
| | ||||||
* | [Rework] Finish http code split and cleanup | Vsevolod Stakhov | 2019-02-15 | 18 | -1564/+1718 | |
| | ||||||
* | [Rework] Re-add files | Vsevolod Stakhov | 2019-02-15 | 2 | -0/+4549 | |
| | ||||||
* | [Rework] Start rework of the HTTP library | Vsevolod Stakhov | 2019-02-15 | 17 | -4587/+38 | |
| | ||||||
* | [Minor] Dkim_signing: allow custom routine for getting dkim domain | Vsevolod Stakhov | 2019-02-15 | 1 | -0/+25 | |
| | ||||||
* | Merge pull request #2758 from moisseev/mid | Vsevolod Stakhov | 2019-02-15 | 4 | -0/+63 | |
|\ | | | | | [Test] Add tests for MID module | |||||
| * | [Test] Add tests for MID module | Alexander Moisseev | 2019-02-15 | 4 | -0/+63 | |
| | | ||||||
* | | Merge pull request #2657 from prehor/feature/arc-domain | Vsevolod Stakhov | 2019-02-15 | 1 | -0/+2 | |
|\ \ | | | | | | | Allow setting static domain for ARC signatures | |||||
| * | | Allow setting server domain for ARC | Petr Řehoř | 2018-11-29 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge pull request #2756 from moisseev/mime_types | Vsevolod Stakhov | 2019-02-14 | 1 | -1/+0 | |
|\ \ \ | | | | | | | | | [Minor] mime_types: remove .tmp from bad_extensions | |||||
| * | | | [Minor] mime_types: remove .tmp from bad_extensions | Alexander Moisseev | 2019-02-14 | 1 | -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 multipatterns | Vsevolod Stakhov | 2019-02-14 | 3 | -4/+20 | |
| | | | | ||||||
* | | | | [Minor] Fix linking | Vsevolod Stakhov | 2019-02-14 | 1 | -3/+2 | |
| | | | | ||||||
* | | | | [Minor] Use new logic of regexp escaping | Vsevolod Stakhov | 2019-02-14 | 1 | -4/+11 | |
| | | | | ||||||
* | | | | [Feature] Better escaping of unicode | Vsevolod Stakhov | 2019-02-14 | 2 | -15/+46 | |
| | | | | ||||||
* | | | | [Minor] Fix linking | Vsevolod Stakhov | 2019-02-14 | 1 | -7/+4 | |
|/ / / | ||||||
* | | | Merge pull request #2754 from heraklit256/fix-composite | Vsevolod Stakhov | 2019-02-14 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | fix typo in RCVD_UNAUTH_PBL | |||||
| * | | | fix typo in RCVD_UNAUTH_PBL | heraklit256 | 2019-02-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #10 from rspamd/master | heraklit256 | 2019-02-13 | 195 | -4192/+10458 | |
| |\ \ \ | | | | | | | | | | | merge upstream into local master | |||||
| * \ \ \ | Merge pull request #9 from rspamd/master | heraklit256 | 2019-01-13 | 83 | -1534/+3881 | |
| |\ \ \ \ | | | | | | | | | | | | | merge upstream into local master | |||||
* | | | | | | [Minor] Try to fix linking hell | Vsevolod Stakhov | 2019-02-14 | 5 | -11/+6 | |
| | | | | | | ||||||
* | | | | | | [Minor] Load dynamic library if needed | Vsevolod Stakhov | 2019-02-14 | 1 | -0/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | [Minor] Oops, add dependency | Vsevolod Stakhov | 2019-02-13 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | [Rework] Convert rspamd-server to a shared library | Vsevolod Stakhov | 2019-02-13 | 4 | -56/+53 | |
| | | | | | ||||||
* | | | | | [Rework] Use VEX instructions, relocate | Vsevolod Stakhov | 2019-02-13 | 3 | -1579/+1579 | |
| | | | | | ||||||
* | | | | | [Minor] Fix expressions for empty content HTML parts | Vsevolod Stakhov | 2019-02-13 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Issue: #2751 | |||||
* | | | | | [Minor] Remove all headers with the specific name, not just the first one | Vsevolod Stakhov | 2019-02-13 | 1 | -13/+13 | |
| | | | | | ||||||
* | | | | | [Test] Disable it, it is doomed | Vsevolod Stakhov | 2019-02-13 | 1 | -7/+7 | |
| | | | | | ||||||
* | | | | | [Test] Sigh, another monkey patch | Vsevolod Stakhov | 2019-02-13 | 1 | -1/+56 | |
| | | | | | ||||||
* | | | | | [Test] Another try to fix test | Vsevolod Stakhov | 2019-02-13 | 2 | -57/+3 | |
| | | | | | ||||||
* | | | | | [Test] Another try to fix migration test | Vsevolod Stakhov | 2019-02-12 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | [Test] Try to fix schema version in the test | Vsevolod Stakhov | 2019-02-12 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | [Feature] Clickhouse: Allow to store subject in Clickhouse | Vsevolod Stakhov | 2019-02-12 | 1 | -2/+22 | |
| |_|_|/ |/| | | | ||||||
* | | | | [Minor] History_redis: Use generic function to obfuscate subject | Vsevolod Stakhov | 2019-02-12 | 1 | -9/+1 | |
| | | | | ||||||
* | | | | [Minor] Lua_util: Add maybe_obfuscate_subject utility | Vsevolod Stakhov | 2019-02-12 | 1 | -0/+30 | |
| | | | | ||||||
* | | | | [Project] Add new flags to clickhouse, redis and elastic exporters | Vsevolod Stakhov | 2019-02-12 | 3 | -3/+3 | |
| | | | | ||||||
* | | | | [Project] Implement new flags in Lua API | Vsevolod Stakhov | 2019-02-12 | 4 | -5/+232 | |
| | | | |