aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Fix spellingVsevolod Stakhov2022-12-171-2/+3
* [Minor] Allow to attach maps to the RBL moduleVsevolod Stakhov2022-12-151-1/+13
* [Minor] Rbl: Fix rdns pipelineVsevolod Stakhov2022-12-091-1/+1
* [Minor] Chartable: Adjustments to the metatokens handlingVsevolod Stakhov2022-12-081-118/+120
* [Fix] Rbl: Fix helo check pipelineVsevolod Stakhov2022-12-081-1/+2
* [Rework] Convert chartable plugin to c++ for convenienceVsevolod Stakhov2022-12-062-54/+27
* [Minor] Try to fix buildVsevolod Stakhov2022-12-031-4/+4
* [Feature] Add preliminary support of the external maps in the multimap pluginVsevolod Stakhov2022-12-031-30/+33
* [Feature] Add possibility to execute lua scripts for blocked fuzzy clientsVsevolod Stakhov2022-12-021-28/+84
* [Minor] Remove useless fieldVsevolod Stakhov2022-12-021-2/+0
* [Minor] Allow to skip hyperscan cleanup if RSPAMD_NO_CLEANUP env variable is setVsevolod Stakhov2022-12-011-1/+2
* [Minor] Remove unused functionVsevolod Stakhov2022-12-011-3/+0
* [Minor] Remove obsoleted global functionVsevolod Stakhov2022-11-293-3/+5
* [Minor] Allow to use external map in explicitly set settingsVsevolod Stakhov2022-11-271-1/+14
* [Minor] Allow to register symbols from settings explicitlyVsevolod Stakhov2022-11-271-0/+20
* [Minor] Use `parse_text` as it can work with Lua strings transparentlyVsevolod Stakhov2022-11-271-10/+4
* [Minor] Fix backward compatibility with old assumption about empty settingsVsevolod Stakhov2022-11-261-1/+1
* [Rework] Use a different approach for customization of the settingsVsevolod Stakhov2022-11-261-71/+83
* [Fix] Treat hostnames with no dots as eSLD of their ownVsevolod Stakhov2022-11-261-20/+30
* [Minor] Fix some issuesVsevolod Stakhov2022-11-261-1/+4
* [Feature] Allow to query external maps for settingsVsevolod Stakhov2022-11-261-0/+53
* [Minor] Deduplicate codeVsevolod Stakhov2022-11-264-62/+71
* [CritFix] Fill path field in hyperscan notice commandVsevolod Stakhov2022-11-211-0/+1
* [Fix] Add workaround for ENOBUFS error on sendingVsevolod Stakhov2022-11-211-5/+18
* [Fix] Fix off-by-one error in css tokenizerVsevolod Stakhov2022-11-211-1/+7
* [Minor] Fix format stringVsevolod Stakhov2022-11-201-1/+1
* [Minor] Add some more logs to the erros in the control pathVsevolod Stakhov2022-11-202-9/+57
* [Minor] Add port to the `Host` header if using non-standard portsVsevolod Stakhov2022-11-193-3/+71
* [Minor] Add some fail-safety for hyperscan cacheVsevolod Stakhov2022-11-191-1/+13
* [Minor] Allow urls with no tld when no tld file is loadedVsevolod Stakhov2022-11-191-1/+4
* [Minor] Remove unused methodVsevolod Stakhov2022-11-181-1/+0
* [Minor] Try to fix potential off-by-one errorVsevolod Stakhov2022-11-171-0/+5
* [Fix] Add O_CREAT flag when creating a fileVsevolod Stakhov2022-11-161-1/+1
* Removes useless indexyo2022-11-131-1/+1
* metadata_exporter http pusher: Extend valid return codesyo2022-11-131-4/+8
* [Minor] Add a simple check when trying to parse urls on config stageVsevolod Stakhov2022-11-121-0/+9
* [Minor] Fix build on 32bit platformsVsevolod Stakhov2022-11-111-2/+2
* [CritFix] Deserialise hyperscan to the page-aligned space to prevent alignmen...Vsevolod Stakhov2022-11-111-1/+9
* [Minor] Pet luacheckVsevolod Stakhov2022-11-081-1/+1
* Merge pull request #4327 from arkamar/tmpdirVsevolod Stakhov2022-11-081-4/+14
|\
| * [Test] use TMPDIR if available for mkstemp testsPetr Vaněk2022-11-081-4/+14
* | Remove whitespaces from empty linejonmoesli2022-11-081-1/+1
* | [Feature] Enable Mime part filters on antivirus modulejonmoesli2022-11-071-0/+15
|/
* [Minor] Get rid of some compiler warningsVsevolod Stakhov2022-11-047-18/+6
* [Minor] Add size to the metadata exporterVsevolod Stakhov2022-11-031-0/+2
* [Minor] Move checks to the correct branchVsevolod Stakhov2022-11-021-6/+5
* [Fix] Honor group flag for one shotVsevolod Stakhov2022-11-021-2/+11
* [Minor] Set crash handler all the timeVsevolod Stakhov2022-10-311-3/+1
* [Minor] Restore non-blocking semantics for the control socket to avoid deadlocksVsevolod Stakhov2022-10-311-2/+3
* [Minor] Reserve some more bytesVsevolod Stakhov2022-10-311-2/+2