Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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] 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 |
| | |||||
* | Merge pull request #3588 from a16bitsysop/hyperscan | Vsevolod Stakhov | 2020-12-31 | 3 | -2/+6 |
|\ | | | | | [Feature] allow hyperscan for aarch64 | ||||
| * | [Feature] allow hyperscan for aarch64 | Duncan Bellamy | 2020-12-28 | 3 | -2/+6 |
| | | |||||
* | | [Fix] Try to fix a mess with settings loading by adding priorities | Vsevolod Stakhov | 2020-12-30 | 1 | -2/+4 |
| | | |||||
* | | [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 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3589 from a16bitsysop/compiler-warnings | Vsevolod Stakhov | 2020-12-29 | 4 | -5/+5 |
|\ \ | | | | | | | [Minor] Fix some compiler warnings | ||||
| * | | [Minor] Fix some compiler warnings | Duncan Bellamy | 2020-12-29 | 4 | -5/+5 |
| |/ | |||||
* | | [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 | 1 | -1/+3 |
|/ | |||||
* | [Minor] Allow to load config with no controller defined | Vsevolod Stakhov | 2020-12-27 | 1 | -2/+0 |
| | |||||
* | [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 |
| | |||||
* | [Minor] Add fallback | Vsevolod Stakhov | 2020-12-23 | 1 | -1/+2 |
| | |||||
* | [Feature] Improve charset detection logic | Vsevolod Stakhov | 2020-12-23 | 1 | -6/+60 |
| | |||||
* | [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 | ||||
* | [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] 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 | 2 | -12/+2 |
|\ | | | | | [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 | 2 | -12/+2 |
| | | | | | | | | 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 | ||||
* | Merge pull request #3579 from fatalbanana/rbl_logging | Vsevolod Stakhov | 2020-12-22 | 1 | -1/+1 |
|\ | | | | | [Minor] rbl: move logging to debug level | ||||
| * | [Minor] rbl: move logging to debug level | Andrew Lewis | 2020-12-21 | 1 | -1/+1 |
| | | |||||
* | | [Feature] Support SMIME signed messages container | Vsevolod Stakhov | 2020-12-21 | 1 | -4/+77 |
| | | | | | | | | Issue: #3568 | ||||
* | | [Minor] Add pkcs7 content type flag | Vsevolod Stakhov | 2020-12-21 | 2 | -0/+7 |
| | | |||||
* | | [Fix] Fix flag shift | Vsevolod Stakhov | 2020-12-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3577 from fatalbanana/http_headers_plugin | Vsevolod Stakhov | 2020-12-19 | 1 | -0/+198 |
|\ | | | | | [Minor] Move http_headers to plugin | ||||
| * | [Minor] Move http_headers to plugin | Andrew Lewis | 2020-12-17 | 1 | -0/+198 |
| | | | | | | | | | | | | | | | | - Support multiple DKIM results - Insert DKIM trace symbols - Always disable callbacks if we got a header - Make the plugin default-disabled - Disable callbacks instead of virtual symbols | ||||
* | | [Minor] Support both text and string on return value | Vsevolod Stakhov | 2020-12-18 | 1 | -20/+14 |
| | | |||||
* | | [Minor] Improve debug | Vsevolod Stakhov | 2020-12-18 | 1 | -1/+1 |
| | | |||||
* | | [Minor] neural: use prefix in pool variable names | Andrew Lewis | 2020-12-17 | 1 | -33/+3 |
| | | | | | | | | - Also deduplicate some duplicated stuff | ||||
* | | Merge pull request #3570 from fatalbanana/nn_training | Vsevolod Stakhov | 2020-12-17 | 1 | -749/+39 |
|\ \ | |/ |/| | [Feature] Add controller endpoint for training neural | ||||
| * | [Feature] Add controller endpoint for training neural | Andrew Lewis | 2020-12-17 | 1 | -749/+39 |
| | | | | | | | | | | | | | | | | - Move neural functions to library - Parameterise spawn_train - neural plugin: Fix store_pool_only when autotrain is true - neural plugin: Use cache_set instead of mempool - Add test | ||||
* | | [Minor] Composites: Insert symbol to the selected result structure | Vsevolod Stakhov | 2020-12-14 | 1 | -1/+2 |
| | | |||||
* | | [Minor] Composites: Another try to deal properly with shadow results | Vsevolod Stakhov | 2020-12-14 | 1 | -27/+31 |
|/ | |||||
* | [Minor] Allow to get raw body of non processed messages | Vsevolod Stakhov | 2020-12-14 | 1 | -1/+7 |
| | |||||
* | [Minor] ... | Vsevolod Stakhov | 2020-12-11 | 1 | -2/+1 |
| | |||||
* | [Minor] Format string... | Vsevolod Stakhov | 2020-12-11 | 1 | -0/+1 |
| | |||||
* | [Minor] Add more debug for shadow result | Vsevolod Stakhov | 2020-12-11 | 1 | -9/+18 |
| | |||||
* | [Minor] Reputation: More safe default | Vsevolod Stakhov | 2020-12-10 | 1 | -1/+1 |
| | |||||
* | [Feature] Reputation: Allow to specify ip masks | Vsevolod Stakhov | 2020-12-10 | 1 | -1/+15 |
| | |||||
* | [Minor] Spamassassin: Try to fix [if-unset] stuff | Vsevolod Stakhov | 2020-12-09 | 1 | -0/+4 |
| | |||||
* | [Minor] Fix condition | Vsevolod Stakhov | 2020-12-09 | 1 | -1/+1 |
| |