aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Try to fix GError leakVsevolod Stakhov2021-01-061-41/+20
|
* [Minor] Plug minor leakVsevolod Stakhov2021-01-051-0/+4
|
* [Minor] DCC: Fix plugin callback typeVsevolod Stakhov2021-01-041-1/+2
| | | | Issue: #3594
* [Minor] Add a small protection against bad characters in symbolsVsevolod Stakhov2021-01-041-0/+5
|
* [Feature] Add support of '==' and '!=' in Rspamd expressionsVsevolod Stakhov2021-01-042-4/+36
|
* Merge pull request #3588 from a16bitsysop/hyperscanVsevolod Stakhov2020-12-313-2/+6
|\ | | | | [Feature] allow hyperscan for aarch64
| * [Feature] allow hyperscan for aarch64Duncan Bellamy2020-12-283-2/+6
| |
* | [Fix] Try to fix a mess with settings loading by adding prioritiesVsevolod Stakhov2020-12-301-2/+4
| |
* | [Fix] Allow to set priorities between post init scriptsVsevolod Stakhov2020-12-303-2/+18
| |
* | [Minor] Add fail-safety for settings post loadVsevolod Stakhov2020-12-301-1/+1
| |
* | Merge pull request #3589 from a16bitsysop/compiler-warningsVsevolod Stakhov2020-12-294-5/+5
|\ \ | | | | | | [Minor] Fix some compiler warnings
| * | [Minor] Fix some compiler warningsDuncan Bellamy2020-12-294-5/+5
| |/
* | [Minor] Another try to deal with symbols from settingsVsevolod Stakhov2020-12-281-17/+50
| | | | | | | | Need to handle allowed ids as well
* | [Minor] Fix crash on non resolving virtual dependencyVsevolod Stakhov2020-12-281-2/+9
| |
* | [Fix] Try to move setings initialisation to a later stageVsevolod Stakhov2020-12-281-1/+3
|/
* [Minor] Allow to load config with no controller definedVsevolod Stakhov2020-12-271-2/+0
|
* [Rework] Distinguish between strict config test modeVsevolod Stakhov2020-12-267-30/+64
|
* [Minor] Optimize the common case + fix signed charVsevolod Stakhov2020-12-252-16/+83
|
* [Minor] Escape log lines in loggerVsevolod Stakhov2020-12-253-7/+75
|
* [Minor] Add fallbackVsevolod Stakhov2020-12-231-1/+2
|
* [Feature] Improve charset detection logicVsevolod Stakhov2020-12-231-6/+60
|
* [Minor] Skip double utf8 checksVsevolod Stakhov2020-12-234-9/+13
|
* [Minor] Fix lifetimeVsevolod Stakhov2020-12-231-5/+13
| | | | This is a reason why I hate C
* [CritFix] Fix controller paths normalisationVsevolod Stakhov2020-12-221-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 methodVsevolod Stakhov2020-12-221-12/+17
|
* Merge pull request #3581 from citrin/has-headerVsevolod Stakhov2020-12-222-12/+2
|\ | | | | [Minor] Use task:has_header instead of task:get_header
| * [Minor] Use task:has_header instead of task:get_headerAnton Yuzhaninov2020-12-222-12/+2
| | | | | | | | Use task:has_header() to check if header is exists.
* | [Minor] Use less strict rules for pkcs7 detectionVsevolod Stakhov2020-12-221-2/+3
|/ | | | Issue: #3568
* Merge pull request #3579 from fatalbanana/rbl_loggingVsevolod Stakhov2020-12-221-1/+1
|\ | | | | [Minor] rbl: move logging to debug level
| * [Minor] rbl: move logging to debug levelAndrew Lewis2020-12-211-1/+1
| |
* | [Feature] Support SMIME signed messages containerVsevolod Stakhov2020-12-211-4/+77
| | | | | | | | Issue: #3568
* | [Minor] Add pkcs7 content type flagVsevolod Stakhov2020-12-212-0/+7
| |
* | [Fix] Fix flag shiftVsevolod Stakhov2020-12-211-1/+1
|/
* Merge pull request #3577 from fatalbanana/http_headers_pluginVsevolod Stakhov2020-12-191-0/+198
|\ | | | | [Minor] Move http_headers to plugin
| * [Minor] Move http_headers to pluginAndrew Lewis2020-12-171-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 valueVsevolod Stakhov2020-12-181-20/+14
| |
* | [Minor] Improve debugVsevolod Stakhov2020-12-181-1/+1
| |
* | [Minor] neural: use prefix in pool variable namesAndrew Lewis2020-12-171-33/+3
| | | | | | | | - Also deduplicate some duplicated stuff
* | Merge pull request #3570 from fatalbanana/nn_trainingVsevolod Stakhov2020-12-171-749/+39
|\ \ | |/ |/| [Feature] Add controller endpoint for training neural
| * [Feature] Add controller endpoint for training neuralAndrew Lewis2020-12-171-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 structureVsevolod Stakhov2020-12-141-1/+2
| |
* | [Minor] Composites: Another try to deal properly with shadow resultsVsevolod Stakhov2020-12-141-27/+31
|/
* [Minor] Allow to get raw body of non processed messagesVsevolod Stakhov2020-12-141-1/+7
|
* [Minor] ...Vsevolod Stakhov2020-12-111-2/+1
|
* [Minor] Format string...Vsevolod Stakhov2020-12-111-0/+1
|
* [Minor] Add more debug for shadow resultVsevolod Stakhov2020-12-111-9/+18
|
* [Minor] Reputation: More safe defaultVsevolod Stakhov2020-12-101-1/+1
|
* [Feature] Reputation: Allow to specify ip masksVsevolod Stakhov2020-12-101-1/+15
|
* [Minor] Spamassassin: Try to fix [if-unset] stuffVsevolod Stakhov2020-12-091-0/+4
|
* [Minor] Fix conditionVsevolod Stakhov2020-12-091-1/+1
|