aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Pass shingles to Lua scriptsvstakhov-lua-shinglesVsevolod Stakhov2025-01-063-9/+24
* [Feature] Allow to store shingles as opaque Lua dataVsevolod Stakhov2025-01-064-3/+129
* [Feature] Allow fine-grained control on keys permissionsVsevolod Stakhov2025-01-021-11/+63
* [Feature] Allow individual `read_only` flag per keyVsevolod Stakhov2025-01-011-3/+27
* [Feature] Lua_task: Allow to load data into the existing taskVsevolod Stakhov2024-12-201-21/+72
* [Feature] Allow to hash any Lua typesVsevolod Stakhov2024-12-201-32/+84
* [Minor] Fix behaviour of EXPLICIT_ENABLE with regard to settingsVsevolod Stakhov2024-12-191-1/+1
* [Feature] GPT: Add ollama supportvstakhov-gpt-ollamaVsevolod Stakhov2024-12-181-31/+223
* [Minor] Fix old compilers FPVsevolod Stakhov2024-12-171-0/+2
* [Fix] Fix crash on FreeBSD when Rspamd is built without hyperscanVsevolod Stakhov2024-12-171-1/+2
* Update src/plugins/lua/rbl.luateplynin2024-12-151-1/+3
* Skipping check_received function for ip address if RBL use botch checks, 'fro...Mike Teplynin2024-12-131-2/+2
* Skip extra RBL checks when Received IP same as From IPMike Teplynin2024-12-131-3/+8
* [Minor] Replace rspamd_logger.debugm with proper lua_util.debugmVsevolod Stakhov2024-12-1210-108/+118
* [Fix] Phishing: Fix many cases of FP for the same domainsVsevolod Stakhov2024-12-121-16/+34
* [Fix] Remove USPOOF_SINGLE_SCRIPT_CONFUSABLE from the checksVsevolod Stakhov2024-12-121-1/+12
* [Rework] Multimap should use only distinct text parts for content matchingVsevolod Stakhov2024-12-111-3/+4
* [Feature] GPT: Try harder to find JSON in NN replyVsevolod Stakhov2024-12-101-0/+37
* [Minor] GPT: use lua_mime routine to select text partVsevolod Stakhov2024-12-101-13/+2
* [Minor] GPT: add `allow_passthrough` and `allow_ham` settingsVsevolod Stakhov2024-12-101-2/+8
* Merge pull request #5251 from rspamd/vstakhov-cumulative-tcp-timeoutVsevolod Stakhov2024-12-103-5/+17
|\
| * [Fix] Use cumulative timeout when dealing with TCP connectionsvstakhov-cumulative-tcp-timeoutVsevolod Stakhov2024-12-093-5/+17
* | Merge pull request #5252 from moisseev/set_pre_resultVsevolod Stakhov2024-12-101-0/+5
|\ \
| * | [Minor] Add missing action descriptionsAlexander Moisseev2024-12-101-0/+5
| |/
* / [Minor] Use `rule.score` when using dynamic symbolsVsevolod Stakhov2024-12-101-2/+3
|/
* [Feature] Improve address rotation algorithmVsevolod Stakhov2024-12-071-7/+49
* Merge pull request #5243 from rspamd/vstakhov-spf-eyeballsVsevolod Stakhov2024-12-062-88/+137
|\
| * [Fix] Check DNS limits when resolving MX/PTR recordsVsevolod Stakhov2024-12-032-45/+64
| * [Minor] Restore copyright styleVsevolod Stakhov2024-12-031-13/+15
| * [Fix] Fix dealing with happy eyeballs in SPFVsevolod Stakhov2024-12-031-60/+88
* | Allow set gzip, keepalive and no_ssl_verify in metadata_exporter moduleDmitriy Alekseev2024-12-051-0/+6
* | [CritFix] Properly check dynamic keys in fuzzy storageVsevolod Stakhov2024-12-051-1/+1
|/
* [Minor] Try to stringify meta headersVsevolod Stakhov2024-12-021-1/+1
* [Fix] Use `dkim_signing` for `sign_headers` optionVsevolod Stakhov2024-12-021-1/+10
* [Minor] Various fixesVsevolod Stakhov2024-11-293-2/+39
* [Rework] Replace fastutf with simdutfVsevolod Stakhov2024-11-2917-26/+94
* [Feature] Dump current ratelimits for fuzzy keysvstakhov-fuzzy-limits-displayVsevolod Stakhov2024-11-221-0/+20
* [Fix] Sigh, another fixvstakhov-fix-2047-encodeVsevolod Stakhov2024-11-181-1/+1
* [Fix] More things to fixVsevolod Stakhov2024-11-181-7/+7
* [Fix] More fixes to rfc2047 encodingVsevolod Stakhov2024-11-184-16/+43
* [Minor] Some more fixesVsevolod Stakhov2024-11-161-4/+4
* [Fix] Some more fixesVsevolod Stakhov2024-11-161-4/+10
* [Rework] Rewrite rfc2047 encoding as it was totally brokenVsevolod Stakhov2024-11-161-68/+46
* [Minor] Get rid of glib utf8 functionsVsevolod Stakhov2024-11-161-13/+16
* [Fix] Milter headers: fold before encodingVsevolod Stakhov2024-11-151-4/+5
* Merge pull request #5162 from left-try/masterVsevolod Stakhov2024-11-111-1/+4
|\
| * Merge branch 'master' into masterVsevolod Stakhov2024-11-066-21/+30
| |\
| * \ Merge branch 'rspamd:master' into masterIvan Stakhov2024-10-233-0/+6
| |\ \
| * \ \ Merge branch 'rspamd:master' into masterIvan Stakhov2024-10-1918-278/+343
| |\ \ \
| * | | | [Minor] Small fix upLeftTry2024-09-301-1/+1