Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Extract text from img alt attributes | Vsevolod Stakhov | 2021-01-06 | 2 | -3/+21 |
| | |||||
* | [Fix] Fix logging for rspamadm | Vsevolod Stakhov | 2021-01-06 | 5 | -25/+29 |
| | |||||
* | [Minor] Plug leak on error path | Vsevolod Stakhov | 2021-01-06 | 1 | -1/+3 |
| | |||||
* | [Fix] Try to fix GError leak | Vsevolod Stakhov | 2021-01-06 | 1 | -41/+20 |
| | |||||
* | [Minor] Plug minor leak | Vsevolod Stakhov | 2021-01-05 | 1 | -0/+4 |
| | |||||
* | [Minor] DCC: Fix plugin callback type | Vsevolod Stakhov | 2021-01-04 | 1 | -1/+2 |
| | | | | Issue: #3594 | ||||
* | [Minor] Lua_magic: Minor changes | Vsevolod Stakhov | 2021-01-04 | 1 | -2/+5 |
| | |||||
* | Merge pull request #3595 from fatalbanana/exe_heuristic | Vsevolod Stakhov | 2021-01-04 | 2 | -1/+20 |
|\ | | | | | [Minor] Magic: try avoid false positive exe detection | ||||
| * | [Minor] Magic: try avoid false positive exe detection | Andrew Lewis | 2021-01-04 | 2 | -1/+20 |
| | | |||||
* | | [Minor] Add a small protection against bad characters in symbols | Vsevolod Stakhov | 2021-01-04 | 1 | -0/+5 |
| | | |||||
* | | [Feature] Add support of '==' and '!=' in Rspamd expressions | Vsevolod Stakhov | 2021-01-04 | 2 | -4/+36 |
|/ | |||||
* | Update AUTHORS.md | Vsevolod Stakhov | 2021-01-01 | 1 | -1/+2 |
| | |||||
* | Merge pull request #3588 from a16bitsysop/hyperscan | Vsevolod Stakhov | 2020-12-31 | 4 | -6/+7 |
|\ | | | | | [Feature] allow hyperscan for aarch64 | ||||
| * | [Feature] allow hyperscan for aarch64 | Duncan Bellamy | 2020-12-28 | 4 | -6/+7 |
| | | |||||
* | | [Minor] Remove assertions as sometimes neural exists without settings... | Vsevolod Stakhov | 2020-12-30 | 1 | -4/+0 |
| | | |||||
* | | [Fix] Try to fix a mess with settings loading by adding priorities | Vsevolod Stakhov | 2020-12-30 | 2 | -5/+11 |
| | | |||||
* | | [Fix] Allow to set priorities between post init scripts | Vsevolod Stakhov | 2020-12-30 | 3 | -2/+18 |
| | | |||||
* | | [Minor] Add fail-safety for settings post load | Vsevolod Stakhov | 2020-12-30 | 2 | -1/+5 |
| | | |||||
* | | [Test] Fix test | Vsevolod Stakhov | 2020-12-30 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3589 from a16bitsysop/compiler-warnings | Vsevolod Stakhov | 2020-12-29 | 6 | -6/+8 |
|\ \ | | | | | | | [Minor] Fix some compiler warnings | ||||
| * | | [Minor] Fix some compiler warnings | Duncan Bellamy | 2020-12-29 | 6 | -6/+8 |
| |/ | |||||
* | | [Minor] Another try to deal with symbols from settings | Vsevolod Stakhov | 2020-12-28 | 1 | -17/+50 |
| | | | | | | | | Need to handle allowed ids as well | ||||
* | | [Minor] Fix crash on non resolving virtual dependency | Vsevolod Stakhov | 2020-12-28 | 1 | -2/+9 |
| | | |||||
* | | [Fix] Try to move setings initialisation to a later stage | Vsevolod Stakhov | 2020-12-28 | 2 | -7/+9 |
| | | |||||
* | | Merge pull request #3586 from J0WI/patch-2 | Vsevolod Stakhov | 2020-12-28 | 1 | -2/+6 |
|\ \ | |/ |/| | [Feature] Docker: use Debian slim variant | ||||
| * | [Feature] Docker: use Debian slim variant | J0WI | 2020-12-25 | 1 | -2/+6 |
| | | |||||
* | | [Minor] Allow to load config with no controller defined | Vsevolod Stakhov | 2020-12-27 | 2 | -3/+4 |
| | | |||||
* | | Merge pull request #3585 from J0WI/patch-1 | Vsevolod Stakhov | 2020-12-27 | 1 | -1/+1 |
|\ \ | | | | | | | [Minor] Docker: use apt-transport-https | ||||
| * | | [Minor] Docker: use apt-transport-https | J0WI | 2020-12-25 | 1 | -1/+1 |
| |/ | |||||
* / | [Rework] Distinguish between strict config test mode | Vsevolod Stakhov | 2020-12-26 | 7 | -30/+64 |
|/ | |||||
* | [Minor] Optimize the common case + fix signed char | Vsevolod Stakhov | 2020-12-25 | 2 | -16/+83 |
| | |||||
* | [Minor] Escape log lines in logger | Vsevolod Stakhov | 2020-12-25 | 3 | -7/+75 |
| | |||||
* | Merge pull request #3583 from rpv-tomsk/master | Vsevolod Stakhov | 2020-12-24 | 1 | -3/+3 |
|\ | | | | | Fix some typos in code comments | ||||
| * | Fix typos in code comments | Pavel Rochnyack | 2020-12-23 | 1 | -3/+3 |
| | | |||||
* | | [Minor] Add fallback | Vsevolod Stakhov | 2020-12-23 | 1 | -1/+2 |
| | | |||||
* | | [Feature] Improve charset detection logic | Vsevolod Stakhov | 2020-12-23 | 1 | -6/+60 |
| | | |||||
* | | [Fix] Return MimeCharset as we work with emails... | Vsevolod Stakhov | 2020-12-23 | 2 | -1/+4 |
| | | |||||
* | | [Minor] Skip double utf8 checks | Vsevolod Stakhov | 2020-12-23 | 4 | -9/+13 |
| | | |||||
* | | [Minor] Fix lifetime | Vsevolod Stakhov | 2020-12-23 | 1 | -5/+13 |
|/ | | | | This is a reason why I hate C | ||||
* | [Minor] Fix spf record dump | Vsevolod Stakhov | 2020-12-22 | 1 | -0/+2 |
| | |||||
* | [Minor] Add a path test | Vsevolod Stakhov | 2020-12-22 | 1 | -1/+2 |
| | |||||
* | [CritFix] Fix controller paths normalisation | Vsevolod Stakhov | 2020-12-22 | 1 | -2/+11 |
| | | | | | It fixes errors like 'rspamd_controller_handle_lua_plugin: plugin handler /plugins/selectors/list_extractorstors has not been found' | ||||
* | [Minor] Fix missing comma | Vsevolod Stakhov | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3582 from citrin/x-mailer-rules | Vsevolod Stakhov | 2020-12-22 | 1 | -3/+18 |
|\ | | | | | [Rules] X-Mailer rules update | ||||
| * | [Minor] Add rule for forged X-Mailer: Internet Mail Service | Anton Yuzhaninov | 2020-12-22 | 1 | -0/+15 |
| | | |||||
| * | [Minor] Add {header} for header regexps | Anton Yuzhaninov | 2020-12-22 | 1 | -3/+3 |
| | | |||||
* | | [Minor] Lua_task: Simplify has_header method | Vsevolod Stakhov | 2020-12-22 | 1 | -12/+17 |
| | | |||||
* | | Merge pull request #3581 from citrin/has-header | Vsevolod Stakhov | 2020-12-22 | 5 | -30/+15 |
|\ \ | | | | | | | [Minor] Use task:has_header instead of task:get_header | ||||
| * | | [Minor] Use task:has_header instead of task:get_header | Anton Yuzhaninov | 2020-12-22 | 5 | -30/+15 |
| |/ | | | | | | | Use task:has_header() to check if header is exists. | ||||
* / | [Minor] Use less strict rules for pkcs7 detection | Vsevolod Stakhov | 2020-12-22 | 1 | -2/+3 |
|/ | | | | Issue: #3568 |