aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4436 from a16bitsysop/warningsVsevolod Stakhov2023-03-172-0/+8
|\ | | | | [Minor] Fix some compiler warnings
| * [Minor] Fix some compiler warningsDuncan Bellamy2023-03-142-0/+8
| |
* | [Minor] Add safe-guard for a number of regular expressions to be cachedVsevolod Stakhov2023-03-172-32/+9
| |
* | [Minor] Fix some `uptime` output artefactsVsevolod Stakhov2023-03-171-4/+4
|/
* [Minor] Fix build with old hyperscan...Vsevolod Stakhov2023-03-051-1/+6
|
* [Minor] One more mkstemp usageVsevolod Stakhov2023-03-042-8/+7
|
* [Minor] Use `mkstemp` in one more placeVsevolod Stakhov2023-03-041-2/+2
|
* [Minor] Use mkstemp for temporary hyperscan cache fileVsevolod Stakhov2023-03-041-3/+3
|
* [Fix] Fix url reputation pluginVsevolod Stakhov2023-03-031-28/+17
| | | | Issue: #4415
* Merge pull request #4416 from nishils/fix-x-rspamd-actionVsevolod Stakhov2023-03-021-1/+1
|\ | | | | Fix for x-rspamd-action in Milter headers module
| * when metric action is not defined, it reads a score causing a type error ↵Nishil Shah2023-02-281-1/+1
| | | | | | | | where the value should be a string and the actual action
* | [Fix] Add a database check function unless we have anything from HyperscanVsevolod Stakhov2023-03-021-27/+60
| | | | | | | | Related: https://github.com/intel/hyperscan/issues/389
* | [Fix] Normalize glob paths to avoid hash table missesVsevolod Stakhov2023-03-021-6/+10
|/
* [Minor] Be more consistent about the trailing slashVsevolod Stakhov2023-02-272-3/+13
|
* [Minor] Avoid to initialise string with nullptrVsevolod Stakhov2023-02-271-2/+10
|
* [Fix] Add hyperscan databases sanity checkVsevolod Stakhov2023-02-272-7/+32
| | | | Issue: #4409
* [Fix] Do not do `lstat` when we are creating fileVsevolod Stakhov2023-02-271-10/+12
|
* [Minor] Allow content URLs in the url_redirectorVsevolod Stakhov2023-02-261-0/+1
| | | | Issue: #4411
* [Minor] Honor more redirect 3xx codesVsevolod Stakhov2023-02-251-1/+9
| | | | Issue: #4395
* [Fix] Further checks for the hs_scratch_allocVsevolod Stakhov2023-02-255-18/+90
| | | | Issue: #4409
* [Fix] Treat `hs_allocate_scratch` errors as non-fatalVsevolod Stakhov2023-02-251-2/+16
| | | | Issue: #4409
* [Fix] Fix boundaries that contain only dashesVsevolod Stakhov2023-02-231-6/+2
| | | | Issue: #4394
* Fix process_ip_condition() to support global mapsdpetrov672023-02-141-5/+5
|
* [Minor] Fix some warningsVsevolod Stakhov2023-02-113-11/+7
|
* [Minor] RBL: Add missing groupsVsevolod Stakhov2023-02-111-0/+2
|
* [Minor] Add RBL callback symbols to the `rbl` groupVsevolod Stakhov2023-02-081-0/+2
|
* [Fix] Set symcache item in coroutine callsVsevolod Stakhov2023-02-032-1/+6
|
* [Minor] Remove obsoleted compat functions that are no longer usedVsevolod Stakhov2023-02-031-14/+0
|
* [Fix] Finally get rid of RSPAMD_USE_47BIT_LIGHTUSERDATA_HACKVsevolod Stakhov2023-02-013-99/+83
|
* Set required_score = reject score and minor change to the reportAmish2023-01-261-7/+12
|
* rspamc: optimize indentation conditionAmish2023-01-241-2/+1
|
* [Minor] Use `thresholds` object in rspamcVsevolod Stakhov2023-01-231-9/+12
| | | | Closes: #4380
* [Feature] Add `thresholds` field to the scan resultVsevolod Stakhov2023-01-231-1/+16
|
* [Minor] Some style neatsVsevolod Stakhov2023-01-231-9/+5
|
* [Minor] Further adjustments to the word wrappingVsevolod Stakhov2023-01-221-6/+3
|
* [Minor] Do not split on `.`Vsevolod Stakhov2023-01-221-1/+1
|
* [Minor] Simplify string wrap algorithmVsevolod Stakhov2023-01-221-27/+15
| | | | | Submitted by: @amishmm Closes: #4378
* [Minor] Check the last split when wrappingVsevolod Stakhov2023-01-221-0/+4
| | | | Reported by: @amishmm
* [Minor] Some more neats to the string wrapping functionVsevolod Stakhov2023-01-221-47/+43
|
* [Fix] Restore `strict_domains` supportVsevolod Stakhov2023-01-211-2/+5
|
* [Minor] Improve words wrap algorithmVsevolod Stakhov2023-01-211-1/+23
|
* [Minor] Fix luacheckVsevolod Stakhov2023-01-211-1/+1
|
* [Minor] Some style fixes + reformatVsevolod Stakhov2023-01-211-451/+456
|
* Merge pull request #4377 from amishmm/humanreportVsevolod Stakhov2023-01-211-21/+178
|\ | | | | [Feature] rspamc: add -R option for human readable report
| * rspamc: add action number in first line and improve codeAmish2023-01-211-36/+116
| |
| * rspamc: add -R option for human readable reportAmish2023-01-201-14/+91
| |
* | Merge pull request #4375 from heirecka/fix-build-with-gcc13Vsevolod Stakhov2023-01-202-0/+2
|\ \ | |/ |/| Fix build with gcc 13 by including <cstdint>
| * Fix build with gcc 13 by including <cstdint>Heiko Becker2023-01-192-0/+2
| | | | | | | | | | | | Like other versions before, gcc 13 moved some includes around and as a result <cstdint> is no longer transitively included. Explicitly include it for uint8_t.
* | [Fix] Replace broken strict_domains with phishing_exceptionsJean-Louis Dupond2023-01-191-7/+7
|/ | | | | | | | The syntax of the strict_domains is broken since parsing for it was removed in commit ce21f8fe16a45a5a409d3c9f8217eba2de1fbe14 We introduct the phishing_exceptions to be able to create exceptions on the phished domain.
* [Minor] Fix misprintVsevolod Stakhov2023-01-161-1/+1
|