aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Require `ragel` for Debian/RPM package buildAndrew Lewis2016-07-252-2/+2
|
* Release 1.3.01.3.0Vsevolod Stakhov2016-07-251-0/+539
| | | | | | https://rspamd.com/announce/2016/07/25/rspamd-1.3.0.html Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* [Minor] Create local dirs in packagesVsevolod Stakhov2016-07-252-0/+6
|
* Merge pull request #750 from fatalbanana/publicsuffixVsevolod Stakhov2016-07-251-21/+327
|\ | | | | [Minor] Sync public suffix list with upstream
| * [Minor] Sync public suffix list with upstreamAndrew Lewis2016-07-251-21/+327
| |
* | Merge pull request #749 from fatalbanana/rpmVsevolod Stakhov2016-07-251-0/+1
|\ \ | |/ |/| [Minor] Add rspamd_stats to RPM specfile
| * [Minor] Add rspamd_stats to RPM specfileAndrew Lewis2016-07-251-0/+1
|/
* [Fix] Add spaces instead of newlines to the normalized contentVsevolod Stakhov2016-07-241-2/+2
|
* [Minor] Further reduce HFILTER_URL_ONELINE scoreVsevolod Stakhov2016-07-241-1/+1
|
* [Minor] Log symbols scores by defaultVsevolod Stakhov2016-07-241-1/+1
|
* [Minor] Install rspamd_statsVsevolod Stakhov2016-07-241-0/+3
|
* [Fix] Simplify state machine by ignoring multiple spacesVsevolod Stakhov2016-07-231-4/+4
|
* [Feature] Create a dedicated parser to strip newlinesVsevolod Stakhov2016-07-234-61/+101
| | | | Issue: #744
* Merge pull request #743 from fatalbanana/fuzzy-testVsevolod Stakhov2016-07-221-4/+1
|\ | | | | [Test] Set fuzzy worker count to 1
| * [Test] Set fuzzy worker count to 1Andrew Lewis2016-07-221-4/+1
| |
* | [Feature] Allow to disable some modules from common redis setupVsevolod Stakhov2016-07-221-0/+11
| |
* | Merge pull request #742 from fatalbanana/rspamc-testVsevolod Stakhov2016-07-222-0/+18
|\ \ | | | | | | [Test] Add test for legacy RSPAMC protocol
| * | [Test] Add test for legacy RSPAMC protocolAndrew Lewis2016-07-222-0/+18
| | |
* | | Merge pull request #741 from fatalbanana/staticVsevolod Stakhov2016-07-221-0/+1
|\ \ \ | | |/ | |/| [Fix] Skip setting RPATH for static builds
| * | [Fix] Skip setting RPATH for static buildsAndrew Lewis2016-07-221-0/+1
|/ /
* | [Fix] Another change of newlines policyVsevolod Stakhov2016-07-221-0/+16
| | | | | | | | | | | | | | | | | | Now we need to decide, maybe we have the following cases where '\n' is required: 1. Multiple newlines must be replaced by one newline 2. If a line is finished with punctuation character, then insert one newline 3. In HTML parts we have to insert newlines as well
* | [Fix] Fix long regexp flags (e.g. {sa_body})Vsevolod Stakhov2016-07-221-1/+14
| |
* | [Feature] Wait for sqlite if locked when switching to WAL modeVsevolod Stakhov2016-07-221-1/+13
| |
* | [Feature] Deduplicate the same urls in multimap moduleVsevolod Stakhov2016-07-221-48/+75
| |
* | [Feature] Dynamically detect if a CPU is incompatible with hyperscanVsevolod Stakhov2016-07-226-124/+184
|/
* [Fix] Fix client_ip in users settingsVsevolod Stakhov2016-07-211-0/+7
|
* [Feature] Allow to pass extradata from rspamd to rmilterVsevolod Stakhov2016-07-212-1/+41
|
* Merge pull request #739 from fatalbanana/fuzzy-testVsevolod Stakhov2016-07-211-0/+1
|\ | | | | [Test] Sleep after calling rspamadm fuzzy_sync
| * [Test] Sleep after calling rspamadm fuzzy_syncAndrew Lewis2016-07-211-0/+1
|/
* Merge pull request #738 from moisseev/arch-ext-caseinsensitiveVsevolod Stakhov2016-07-211-4/+4
|\ | | | | [Fix] Make extension checks case-insensitive
| * [Fix] Make extension checks case-insensitiveAlexander Moisseev2016-07-211-4/+4
|/
* [Feature] Add support to search archives by magicVsevolod Stakhov2016-07-211-3/+15
| | | | | Issue: #717 Reported by: @moisseev
* [Fix] Use watchers for spf pluginVsevolod Stakhov2016-07-213-21/+17
|
* Merge pull request #736 from fatalbanana/masterVsevolod Stakhov2016-07-211-0/+2
|\ | | | | [Minor] Publish test suite output as build artifacts in CircleCI
| * [Minor] Publish test suite output as build artifacts in CircleCIAndrew Lewis2016-07-211-0/+2
| |
* | Merge pull request #737 from fatalbanana/robofVsevolod Stakhov2016-07-211-10/+5
|\ \ | |/ |/| [Test] Fix braindamaged shutdown_process function
| * [Test] Fix braindamaged shutdown_process functionAndrew Lewis2016-07-211-10/+5
|/
* Merge pull request #735 from fatalbanana/masterVsevolod Stakhov2016-07-211-1/+1
|\ | | | | [Test] Don't insist on return code != 0 for broken stats test
| * [Test] Don't insist on return code != 0 for broken stats testAndrew Lewis2016-07-211-1/+1
|/
* [Fix] Fix learning for non-existent backendVsevolod Stakhov2016-07-211-1/+11
|
* Merge pull request #734 from fatalbanana/testsVsevolod Stakhov2016-07-212-4/+2
|\ | | | | Fix some race conditions in functional tests
| * [Minor] Drop redis service from CI configurationAndrew Lewis2016-07-211-4/+0
| |
| * [Test] Fix race conditions in functional testsAndrew Lewis2016-07-211-0/+2
|/
* [Minor] Bye, bye travisVsevolod Stakhov2016-07-212-33/+1
|
* [Minor] Fix CircleCI scriptVsevolod Stakhov2016-07-211-2/+2
|
* [Minor] Test CircleCIVsevolod Stakhov2016-07-211-0/+20
|
* [Minor] Another try to fix travisVsevolod Stakhov2016-07-211-3/+0
|
* Revert "[Minor] Try to feed travis gods"Vsevolod Stakhov2016-07-211-15/+15
| | | | This reverts commit 50de464f2d5064ca8d1593581abb4ef327fec94c.
* [Minor] Try to feed travis godsVsevolod Stakhov2016-07-211-15/+15
|
* [Feature] Allow client ip match in the settingsVsevolod Stakhov2016-07-211-2/+18
|