aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Add zstd compression libraryVsevolod Stakhov2016-09-0830-2/+15182
|
* [Minor] Improve shared memory fd checkVsevolod Stakhov2016-09-081-1/+1
|
* Merge pull request #935 from fatalbanana/compositesVsevolod Stakhov2016-09-081-1/+3
|\ | | | | [Minor] Fine-tune composites
| * [Minor] Fine-tune compositesAndrew Lewis2016-09-081-1/+3
| |
* | Merge pull request #934 from fatalbanana/dmarcVsevolod Stakhov2016-09-081-7/+23
|\ \ | |/ |/| [Feature] Descriptive options for DMARC failure symbols
| * [Feature] Descriptive options for DMARC failure symbolsAndrew Lewis2016-09-081-7/+23
| |
* | [Fix] Handle failures for inactive pooled connectionsVsevolod Stakhov2016-09-081-3/+39
| |
* | [Fix] Fix hiredis stupidityVsevolod Stakhov2016-09-082-5/+9
| |
* | [Fix] Treat all errors in redis_pool as fatal errors for a connectionVsevolod Stakhov2016-09-082-2/+4
| |
* | [Fix] Use real size instead of displayed for core limitsVsevolod Stakhov2016-09-081-1/+2
| |
* | [Minor] Fix order check for post-filtersVsevolod Stakhov2016-09-081-1/+1
| |
* | [Feature] Implement real priorities for pre and post filtersVsevolod Stakhov2016-09-081-4/+42
| | | | | | | | | | | | | | Now pre and post filters with higher priorities have guarantee to be finished before (or after in case of postfilters) filters with lower priorities. Previously, there was a guarantee for start time which was not enough for many use cases.
* | [Minor] Improve logging for ratelimitVsevolod Stakhov2016-09-081-1/+5
| |
* | [Minor] Remove redundant config lineVsevolod Stakhov2016-09-081-1/+0
| |
* | [Minor] Improve log messageVsevolod Stakhov2016-09-071-1/+3
| |
* | [Fix] Another fix for rdns_make_request_full invocationVsevolod Stakhov2016-09-071-1/+1
| |
* | [Fix] Fix DNS request in monitoredVsevolod Stakhov2016-09-071-1/+1
| |
* | [Minor] Try to hunt issue with redis pool failuresVsevolod Stakhov2016-09-061-1/+3
| |
* | Merge pull request #930 from fatalbanana/ratelimitVsevolod Stakhov2016-09-061-2/+2
|\ \ | | | | | | Ratelimit: remove duplicated division on ham scores; fix registration
| * | [Minor] Ratelimit: remove duplicated division on ham scores; fix registrationAndrew Lewis2016-09-061-2/+2
| |/
* | [Feature] Add support for fuzzy learn and unlearn from luaVsevolod Stakhov2016-09-061-9/+291
| |
* | [Feature] Allow plugins to publish their lua API via rspamd_pluginsVsevolod Stakhov2016-09-061-0/+4
|/
* [Fix] Fix variable in ann moduleVsevolod Stakhov2016-09-061-2/+2
|
* [Minor] Fix use-after-freeVsevolod Stakhov2016-09-061-1/+1
|
* [Minor] Create updates queue befroe periodic updatesVsevolod Stakhov2016-09-061-1/+1
|
* [Minor] Fix symbols registration in fannVsevolod Stakhov2016-09-061-1/+12
|
* [Minor] Add logging to the redis backend for fuzzyVsevolod Stakhov2016-09-051-0/+43
|
* Merge pull request #928 from fatalbanana/derpVsevolod Stakhov2016-09-0524-104/+15
|\ | | | | Revert useless commits
| * Revert "[WebUI] Fix saving actions from web interface (#769)"Andrew Lewis2016-09-051-4/+4
| | | | | | | | This reverts commit 692a0de56d09031d96864fc71bdefb361be41a33.
| * Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-0523-100/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua
* | Merge pull request #929 from fatalbanana/forgedVsevolod Stakhov2016-09-051-30/+37
|\ \ | | | | | | [Feature] Relax FORGED_RECIPIENTS: allow senders to BCC themselves
| * | [Feature] Relax FORGED_RECIPIENTS: allow senders to BCC themselvesAndrew Lewis2016-09-051-30/+37
| |/
* | [Feature] Insert two symbols: FANN_HAM and FANN_SPAM instead of oneVsevolod Stakhov2016-09-051-4/+14
| |
* | [Minor] Fix multiple issues in redis fuzzy backendVsevolod Stakhov2016-09-052-9/+137
| |
* | [Fix] Adopt fuzzy storage for flexible backendsVsevolod Stakhov2016-09-051-8/+25
| |
* | [Minor] Print worker index when starting itVsevolod Stakhov2016-09-051-1/+2
| |
* | [Minor] Implement the rest functions for redis fuzzy backendVsevolod Stakhov2016-09-053-9/+447
| |
* | [Minor] Implement checks in redis fuzzy backendVsevolod Stakhov2016-09-051-13/+379
| |
* | [Fix] Correctly propagate redis timeouts to LuaVsevolod Stakhov2016-09-051-0/+2
|/
* [Minor] Forgot to save in the previous commitVsevolod Stakhov2016-09-041-1/+1
|
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-0419-20/+23
|
* [Minor] Fix macro usageVsevolod Stakhov2016-09-041-4/+2
|
* [Feature] Add more meta-tokens to bayesVsevolod Stakhov2016-09-031-1/+28
|
* Merge pull request #927 from fatalbanana/fixtestVsevolod Stakhov2016-09-026-3/+7
|\ | | | | [Test] Fix setting DBDIR
| * [Test] Fix stats_pathAndrew Lewis2016-09-026-3/+7
| |
* | Merge pull request #926 from fatalbanana/minorVsevolod Stakhov2016-09-022-2/+2
|\ \ | | | | | | [Minor] Fix log message; don't use legacy API
| * | [Minor] Fix log message; don't use legacy APIAndrew Lewis2016-09-022-2/+2
| |/
* | [Minor] Implement some features of redis backendVsevolod Stakhov2016-09-023-1/+269
| |
* | [Minor] Skeleton for redis fuzzy backendVsevolod Stakhov2016-09-026-8/+244
| |
* | [Minor] `type` -> `backend` for fuzzy backend typeVsevolod Stakhov2016-09-021-1/+1
| |