aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Prevent data corruption when dealing with signalsVsevolod Stakhov2017-07-246-2/+11
|
* [Minor] Store parent pid inside workersVsevolod Stakhov2017-07-244-8/+38
|
* [Rework] Run post-loads when all initialization is completedVsevolod Stakhov2017-07-249-24/+20
|
* [Minor] Treat skipped error properlyVsevolod Stakhov2017-07-231-15/+43
|
* [Feature] Allow to skip specific hashes in fuzzy storageVsevolod Stakhov2017-07-231-1/+33
|
* [Feature] Allow to spawn asynchronous processes from LuaVsevolod Stakhov2017-07-221-0/+372
|
* [Feature] Allow to reuse signal handlers chainsVsevolod Stakhov2017-07-223-14/+24
|
* [Minor] Fix randomness part in torchVsevolod Stakhov2017-07-221-29/+4
|
* [Minor] Further fixes for torch RPATHVsevolod Stakhov2017-07-222-20/+1
|
* [Feature] Allow to set headers from settingsVsevolod Stakhov2017-07-221-0/+8
|
* [Minor] Do not use avx/avx2 in torch as their detection is brokenVsevolod Stakhov2017-07-221-0/+4
|
* [Minor] Avoid obsolete function usageVsevolod Stakhov2017-07-221-3/+22
|
* [Minor] Fix install path for torch libpathsVsevolod Stakhov2017-07-221-3/+3
|
* [Minor] Remove unused fileVsevolod Stakhov2017-07-221-616/+0
|
* [Minor] Set lua cpath to RSPAMD_LIBDIR, not LUALIBDIRVsevolod Stakhov2017-07-212-2/+14
|
* [Minor] Fix installation directory for shared libsVsevolod Stakhov2017-07-214-6/+6
|
* [Feature] Multimap: checking of symbol optionsAndrew Lewis2017-07-201-0/+16
|
* [Fix] Relax pem signature detectionVsevolod Stakhov2017-07-201-3/+2
|
* Merge pull request #1762 from outtersg/masterVsevolod Stakhov2017-07-201-1/+1
|\ | | | | [Fix] Lua: lpeg to be loaded with rspamd_lua_add_preload
| * [Fix] Lua: lpeg to be loaded with rspamd_lua_add_preload, to avoid ↵Guillaume Outters2017-07-201-1/+1
| | | | | | | | "rspamd_config_read: rcl parse error: cannot init lua file […] module 'lpeg' not found"
* | [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
| | | | Issue: #1757
* [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
| | | | Issue: #1757
* [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
| | | | Issue: #1760
* [Fix] Fix get_content methodVsevolod Stakhov2017-07-181-1/+1
| | | | Issue: #1759
* Merge pull request #1756 from dupondje/fix_whitelistsVsevolod Stakhov2017-07-172-3/+3
|\ | | | | [Fix] Don't use whitelist/greylist maps as regexp, but as map
| * [Fix] Don't use whitelist/greylist maps as regexp, but as mapJean-Louis Dupond2017-07-172-3/+3
|/ | | | | | | | | In whitelist & greylist module, the domain files (like spf_dkim_whitelist.inc, etc) were read as regexp map. This caused the following false whitelists: WHITELIST_SPF_DKIM(-3)[onmicrosoft.com] this while only 'microsoft.com' was in the list! Reading the maps as 'map'/'hash' instead of 'regexp' fixes the issue.
* [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 maillist detection
| * [Fix] Detection of maillist optimized and fixedJean-Louis Dupond2017-07-141-23/+8
| | | | | | | | | | | | Some maillists were not detected correctly. Because by default all mails were checked for 'List-Unsubscribe' and 'List-Post' headers. But those headers do not exist on all maillists. For example majordomo detection was broken because of this.
* | Merge pull request #1753 from mkuron/multimap_cidrVsevolod Stakhov2017-07-161-4/+25
|\ \ | | | | | | IP netmask support for Redis multimap
| * | 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 integer
| * | | [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.conf
| * | | Fix indent in metrics.confJean-Louis Dupond2017-07-121-3/+2
| |/ /
* | | [Fix] Parse HREF urls without explicit prefixVsevolod Stakhov2017-07-151-1/+12
| | | | | | | | | | | | Issue: #1752
* | | [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
| | |