aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | [Feature] Add ability to deny specific fuzzy flags by defaultVsevolod Stakhov2023-04-081-3/+72
* | [Minor] Print more useful information in the `--version` outputVsevolod Stakhov2023-04-071-4/+28
* | [Feature] Finish all features of dkim_keygen in LuaVsevolod Stakhov2023-04-073-387/+35
* | [Rework] Write dkim keygen tool in luaVsevolod Stakhov2023-04-073-4/+7
* | [Minor] Allow to save private key in outputVsevolod Stakhov2023-04-071-3/+10
* | [Minor] Fix openssl invocationVsevolod Stakhov2023-04-071-1/+1
* | [Feature] Add some missing functions to `lua_rsa` libraryVsevolod Stakhov2023-04-071-1/+122
* | [Rework] Default max shots must not influence optionsVsevolod Stakhov2023-04-041-2/+1
* | [Minor] Do not propagate broken headers flag for attached messagesVsevolod Stakhov2023-04-031-1/+4
|/
* [Minor] Fix some issues with the in-place gzip, add gunzipVsevolod Stakhov2023-03-262-5/+73
* [Feature] Use in-place deflation for stringsVsevolod Stakhov2023-03-251-41/+43
* [Minor] Sigh, some more portability for gccVsevolod Stakhov2023-03-251-0/+3
* [Minor] Remove dupVsevolod Stakhov2023-03-251-5/+0
* [Minor] A more universal one..Vsevolod Stakhov2023-03-251-1/+1
* [Minor] Uh-oh, fix compilers compatibilityVsevolod Stakhov2023-03-251-1/+1
* [Minor] Print important Rspamd definitions in `-v` outputVsevolod Stakhov2023-03-251-2/+34
* [Minor] Move redis scripts from ratelimit file to simplify checksVsevolod Stakhov2023-03-251-148/+6
* [Test] Add some more test casesVsevolod Stakhov2023-03-211-0/+12
* Merge pull request #4436 from a16bitsysop/warningsVsevolod Stakhov2023-03-172-0/+8
|\
| * [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
* Merge pull request #4416 from nishils/fix-x-rspamd-actionVsevolod Stakhov2023-03-021-1/+1
|\
| * when metric action is not defined, it reads a score causing a type error wher...Nishil Shah2023-02-281-1/+1
* | [Fix] Add a database check function unless we have anything from HyperscanVsevolod Stakhov2023-03-021-27/+60
* | [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
* [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
* [Minor] Honor more redirect 3xx codesVsevolod Stakhov2023-02-251-1/+9
* [Fix] Further checks for the hs_scratch_allocVsevolod Stakhov2023-02-255-18/+90
* [Fix] Treat `hs_allocate_scratch` errors as non-fatalVsevolod Stakhov2023-02-251-2/+16
* [Fix] Fix boundaries that contain only dashesVsevolod Stakhov2023-02-231-6/+2
* 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