Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Prevent data corruption when dealing with signals | Vsevolod Stakhov | 2017-07-24 | 6 | -2/+11 |
| | |||||
* | [Minor] Store parent pid inside workers | Vsevolod Stakhov | 2017-07-24 | 4 | -8/+38 |
| | |||||
* | [Rework] Run post-loads when all initialization is completed | Vsevolod Stakhov | 2017-07-24 | 9 | -24/+20 |
| | |||||
* | [Minor] Treat skipped error properly | Vsevolod Stakhov | 2017-07-23 | 1 | -15/+43 |
| | |||||
* | [Feature] Allow to skip specific hashes in fuzzy storage | Vsevolod Stakhov | 2017-07-23 | 1 | -1/+33 |
| | |||||
* | [Feature] Allow to spawn asynchronous processes from Lua | Vsevolod Stakhov | 2017-07-22 | 1 | -0/+372 |
| | |||||
* | [Feature] Allow to reuse signal handlers chains | Vsevolod Stakhov | 2017-07-22 | 3 | -14/+24 |
| | |||||
* | [Minor] Fix randomness part in torch | Vsevolod Stakhov | 2017-07-22 | 1 | -29/+4 |
| | |||||
* | [Minor] Further fixes for torch RPATH | Vsevolod Stakhov | 2017-07-22 | 2 | -20/+1 |
| | |||||
* | [Feature] Allow to set headers from settings | Vsevolod Stakhov | 2017-07-22 | 1 | -0/+8 |
| | |||||
* | [Minor] Do not use avx/avx2 in torch as their detection is broken | Vsevolod Stakhov | 2017-07-22 | 1 | -0/+4 |
| | |||||
* | [Minor] Avoid obsolete function usage | Vsevolod Stakhov | 2017-07-22 | 1 | -3/+22 |
| | |||||
* | [Minor] Fix install path for torch libpaths | Vsevolod Stakhov | 2017-07-22 | 1 | -3/+3 |
| | |||||
* | [Minor] Remove unused file | Vsevolod Stakhov | 2017-07-22 | 1 | -616/+0 |
| | |||||
* | [Minor] Set lua cpath to RSPAMD_LIBDIR, not LUALIBDIR | Vsevolod Stakhov | 2017-07-21 | 2 | -2/+14 |
| | |||||
* | [Minor] Fix installation directory for shared libs | Vsevolod Stakhov | 2017-07-21 | 4 | -6/+6 |
| | |||||
* | [Feature] Multimap: checking of symbol options | Andrew Lewis | 2017-07-20 | 1 | -0/+16 |
| | |||||
* | [Fix] Relax pem signature detection | Vsevolod Stakhov | 2017-07-20 | 1 | -3/+2 |
| | |||||
* | Merge pull request #1762 from outtersg/master | Vsevolod Stakhov | 2017-07-20 | 1 | -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 Outters | 2017-07-20 | 1 | -1/+1 |
| | | | | | | | | "rspamd_config_read: rcl parse error: cannot init lua file […] module 'lpeg' not found" | ||||
* | | [Feature] Allow to configure monitored | Vsevolod Stakhov | 2017-07-20 | 4 | -2/+24 |
|/ | |||||
* | [Minor] Add some sanity checks when managing monitoring timeouts | Vsevolod Stakhov | 2017-07-19 | 1 | -2/+6 |
| | |||||
* | [Minor] Revert back logic error introduced | Vsevolod Stakhov | 2017-07-19 | 1 | -3/+0 |
| | | | | Issue: #1757 | ||||
* | [Feature] Redis settings: support checking multiple keys | Andrew Lewis | 2017-07-19 | 1 | -14/+29 |
| | |||||
* | [Feature] Add EBL to the default config | Vsevolod Stakhov | 2017-07-19 | 2 | -0/+14 |
| | |||||
* | [Minor] Remove reduntant debug | Vsevolod Stakhov | 2017-07-18 | 1 | -1/+0 |
| | |||||
* | [Fix] Fix crashes in the rspamd_control path | Vsevolod Stakhov | 2017-07-18 | 1 | -14/+3 |
| | | | | Issue: #1757 | ||||
* | [Minor] Add lua source code information to monitored | Vsevolod Stakhov | 2017-07-18 | 1 | -2/+8 |
| | |||||
* | [Fix] Add workaround for IPv6 in sendmail | Vsevolod Stakhov | 2017-07-18 | 1 | -0/+7 |
| | | | | Issue: #1760 | ||||
* | [Fix] Fix get_content method | Vsevolod Stakhov | 2017-07-18 | 1 | -1/+1 |
| | | | | Issue: #1759 | ||||
* | Merge pull request #1756 from dupondje/fix_whitelists | Vsevolod Stakhov | 2017-07-17 | 2 | -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 map | Jean-Louis Dupond | 2017-07-17 | 2 | -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 monitoring | Vsevolod Stakhov | 2017-07-17 | 3 | -14/+90 |
| | |||||
* | [Feature] Import torch to Rspamd... | Vsevolod Stakhov | 2017-07-16 | 441 | -0/+199323 |
| | |||||
* | [Fix] Fix setting of path and cpath for Lua | Vsevolod Stakhov | 2017-07-16 | 1 | -2/+27 |
| | |||||
* | Merge pull request #1751 from dupondje/fix_maillist_detection | Vsevolod Stakhov | 2017-07-16 | 1 | -23/+8 |
|\ | | | | | Fix maillist detection | ||||
| * | [Fix] Detection of maillist optimized and fixed | Jean-Louis Dupond | 2017-07-14 | 1 | -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_cidr | Vsevolod Stakhov | 2017-07-16 | 1 | -4/+25 |
|\ \ | | | | | | | IP netmask support for Redis multimap | ||||
| * | | Minimum netmask in Redis multimap | Michael Kuron | 2017-07-16 | 1 | -3/+5 |
| | | | |||||
| * | | Use HMGET to query all netmasks at once in multimap | Michael Kuron | 2017-07-16 | 1 | -19/+25 |
| | | | |||||
| * | | IP netmask support for multimap | Michael Kuron | 2017-07-15 | 1 | -3/+16 |
| | | | |||||
* | | | [Feature] Add expected ip check for emails plugin | Vsevolod Stakhov | 2017-07-15 | 1 | -3/+19 |
| | | | |||||
* | | | Merge pull request #1748 from fatalbanana/lua53 | Vsevolod Stakhov | 2017-07-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer | ||||
| * | | | [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer | Andrew Lewis | 2017-07-12 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #1749 from dupondje/fix_indent | Vsevolod Stakhov | 2017-07-15 | 1 | -3/+2 |
|\ \ \ | | | | | | | | | Fix indent in metrics.conf | ||||
| * | | | Fix indent in metrics.conf | Jean-Louis Dupond | 2017-07-12 | 1 | -3/+2 |
| |/ / | |||||
* | | | [Fix] Parse HREF urls without explicit prefix | Vsevolod Stakhov | 2017-07-15 | 1 | -1/+12 |
| | | | | | | | | | | | | Issue: #1752 | ||||
* | | | [Feature] Allow to set custom mempool variables from settings | Vsevolod Stakhov | 2017-07-14 | 1 | -1/+16 |
| | | | |||||
* | | | [Fetaure] Add auto detection for the key passed to the signing cb | Vsevolod Stakhov | 2017-07-14 | 1 | -33/+93 |
| | | | |||||
* | | | [Feature] Allow to receive signing keys from mempool vars | Vsevolod Stakhov | 2017-07-14 | 2 | -6/+23 |
| | | |