aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1762 from outtersg/masterVsevolod Stakhov2017-07-201-1/+1
|\
| * [Fix] Lua: lpeg to be loaded with rspamd_lua_add_preload, to avoid "rspamd_co...Guillaume Outters2017-07-201-1/+1
* | [Feature] Allow to configure monitoredVsevolod Stakhov2017-07-204-2/+24
|/
* [Minor] Add some sanity checks when managing monitoring timeoutsVsevolod Stakhov2017-07-191-2/+6
* [Minor] Revert back logic error introducedVsevolod Stakhov2017-07-191-3/+0
* [Feature] Redis settings: support checking multiple keysAndrew Lewis2017-07-191-14/+29
* [Feature] Add EBL to the default configVsevolod Stakhov2017-07-192-0/+14
* [Minor] Remove reduntant debugVsevolod Stakhov2017-07-181-1/+0
* [Fix] Fix crashes in the rspamd_control pathVsevolod Stakhov2017-07-181-14/+3
* [Minor] Add lua source code information to monitoredVsevolod Stakhov2017-07-181-2/+8
* [Fix] Add workaround for IPv6 in sendmailVsevolod Stakhov2017-07-181-0/+7
* [Fix] Fix get_content methodVsevolod Stakhov2017-07-181-1/+1
* Merge pull request #1756 from dupondje/fix_whitelistsVsevolod Stakhov2017-07-172-3/+3
|\
| * [Fix] Don't use whitelist/greylist maps as regexp, but as mapJean-Louis Dupond2017-07-172-3/+3
|/
* [Feature] Implement forked workers children monitoringVsevolod Stakhov2017-07-173-14/+90
* [Feature] Import torch to Rspamd...Vsevolod Stakhov2017-07-16441-0/+199323
* [Fix] Fix setting of path and cpath for LuaVsevolod Stakhov2017-07-161-2/+27
* Merge pull request #1751 from dupondje/fix_maillist_detectionVsevolod Stakhov2017-07-161-23/+8
|\
| * [Fix] Detection of maillist optimized and fixedJean-Louis Dupond2017-07-141-23/+8
* | Merge pull request #1753 from mkuron/multimap_cidrVsevolod Stakhov2017-07-161-4/+25
|\ \
| * | Minimum netmask in Redis multimapMichael Kuron2017-07-161-3/+5
| * | Use HMGET to query all netmasks at once in multimapMichael Kuron2017-07-161-19/+25
| * | IP netmask support for multimapMichael Kuron2017-07-151-3/+16
* | | [Feature] Add expected ip check for emails pluginVsevolod Stakhov2017-07-151-3/+19
* | | Merge pull request #1748 from fatalbanana/lua53Vsevolod Stakhov2017-07-151-1/+1
|\ \ \
| * | | [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integerAndrew Lewis2017-07-121-1/+1
| | |/ | |/|
* | | Merge pull request #1749 from dupondje/fix_indentVsevolod Stakhov2017-07-151-3/+2
|\ \ \
| * | | Fix indent in metrics.confJean-Louis Dupond2017-07-121-3/+2
| |/ /
* | | [Fix] Parse HREF urls without explicit prefixVsevolod Stakhov2017-07-151-1/+12
* | | [Feature] Allow to set custom mempool variables from settingsVsevolod Stakhov2017-07-141-1/+16
* | | [Fetaure] Add auto detection for the key passed to the signing cbVsevolod Stakhov2017-07-141-33/+93
* | | [Feature] Allow to receive signing keys from mempool varsVsevolod Stakhov2017-07-142-6/+23
* | | [Fix] Avoid changing content-transfer-encoding header's valueVsevolod Stakhov2017-07-131-3/+4
* | | [CritFix] Fix semicolons parsing in the content typeVsevolod Stakhov2017-07-132-2/+28
* | | [Rules] Penalise R_BAD_CTE_7BIT for utf8 messagesVsevolod Stakhov2017-07-131-2/+15
* | | [Minor] Fix types when iterating hashVsevolod Stakhov2017-07-131-6/+6
* | | [Feature] Add method to get all content-type attributes in LuaVsevolod Stakhov2017-07-131-2/+59
* | | [Minor] Fix clickhouse operationsVsevolod Stakhov2017-07-131-7/+7
* | | [Feature] Automatically create tables in clickhouseVsevolod Stakhov2017-07-131-8/+44
|/ /
* | Merge pull request #1747 from andryyy/patch-11Vsevolod Stakhov2017-07-121-11/+28
|\ \
| * | Escape all the things \o/André Peters2017-07-121-11/+28
|/ /
* | [Minor] Fix init order for dkim moduleVsevolod Stakhov2017-07-121-16/+23
* | [Minor] Do not load ARC plugin if dkim module is disabledVsevolod Stakhov2017-07-121-0/+11
* | [Feature] Metadata Exporter: e-Mail Alerts: support multiple recipients; aler...Andrew Lewis2017-07-111-12/+53
* | [Fix] Milter headers: custom headers: removing headersAndrew Lewis2017-07-111-1/+1
* | [Feature] Allow to attach stat signature to messagesVsevolod Stakhov2017-07-111-0/+16
* | [Minor] Move stats signatures generation to tokenization stageVsevolod Stakhov2017-07-113-30/+28
* | [Fix] Header checks: REPLYTO_UNPARSEABLE ruleAndrew Lewis2017-07-101-10/+8
* | [Fix] Header checks: Fix get_raw_header methodAndrew Lewis2017-07-101-2/+2
* | [Feature] Antivirus: ordered pattern matchesAndrew Lewis2017-07-101-15/+54