aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Feature] external_relay: add ip_map strategySoha Jin2023-07-111-0/+42
* [Minor] Fix another `enum` usage in fmtVsevolod Stakhov2023-07-091-1/+1
* [Minor] Fix fuzzy_unlearn_handler when a flag is specifiedVsevolod Stakhov2023-07-051-1/+1
* [Minor] One more compatibility fixVsevolod Stakhov2023-07-031-1/+1
* [Minor] Try to be more compatibleVsevolod Stakhov2023-07-021-1/+1
* [Minor] Fix log messageVsevolod Stakhov2023-07-011-2/+2
* [Minor] Try to save ratelimits from the proper workerVsevolod Stakhov2023-07-011-3/+6
* [Feature] Save fuzzy ratelimit bucketsVsevolod Stakhov2023-07-011-0/+123
* [Minor] Do not block rate limit elements in fuzzy foreverVsevolod Stakhov2023-07-011-4/+17
* [Feature] Allow fuzzy workers to exchange blocked informationVsevolod Stakhov2023-07-014-7/+147
* [Minor] Remove redundant checkVsevolod Stakhov2023-06-261-4/+1
* [Feature] Preliminary implementation of dynamic compositesVsevolod Stakhov2023-06-252-4/+109
* [Minor] Missing include?Vsevolod Stakhov2023-06-241-0/+1
* [Tests] Add unit testsVsevolod Stakhov2023-06-242-0/+45
* [Minor] Add utility to split strings on some characterVsevolod Stakhov2023-06-241-0/+18
* [Minor] Add utility to iterate over a list of newline separated stringsVsevolod Stakhov2023-06-241-0/+29
* Merge pull request #4519 from twesterhever/temp-html-attachmentsVsevolod Stakhov2023-06-231-17/+24
|\
| * [Minor] Fix missing and superflous commatwesterhever2023-06-231-2/+2
| * Keep attachment filename suffix lists sortedtwesterhever2023-06-221-15/+15
| * Treat HTML attachments as badtwesterhever2023-06-221-1/+8
* | if elasticsearch_version >= 7 we should not send the _type to elasticsearch, ...Mario Jansen2023-06-231-2/+8
|/
* [Minor] Increase score for attachment types already blocked by GMail and Outlooktwesterhever2023-06-201-95/+95
* [Minor] Increase score for .chm attachmentstwesterhever2023-06-201-1/+1
* [Minor] Use 1.0 as static score for dynamic symbols, ermVsevolod Stakhov2023-06-181-1/+1
* [Minor] Add fail-safe for composites processingVsevolod Stakhov2023-06-171-1/+1
* [Minor] Allow silent addition of the composites from the configurationVsevolod Stakhov2023-06-173-7/+39
* [Minor] Get rid of one more GHashTableVsevolod Stakhov2023-06-174-37/+30
* [Minor] Define simple ftok hash and equal functionsVsevolod Stakhov2023-06-172-24/+3
* [Fix] Try harder to clean pending bucketVsevolod Stakhov2023-06-171-3/+50
* [Minor] Oops, fix buildVsevolod Stakhov2023-06-171-1/+1
* [Minor] Allow to allocate rspamd_text from taskVsevolod Stakhov2023-06-173-8/+60
* [Minor] Fix Lua stackVsevolod Stakhov2023-06-141-2/+2
* [Minor] Another workaround for a broken OpenSSL APIVsevolod Stakhov2023-06-141-2/+44
* [Minor] Parse remaning content when reaching html limitVsevolod Stakhov2023-06-131-1/+2
* [Minor] Fix another usage of EC_POINT_point2bnVsevolod Stakhov2023-06-121-6/+16
* [Minor] Try to fix build with (broken) OpenSSL APIVsevolod Stakhov2023-06-121-6/+17
* [Minor] Adjust prototypeVsevolod Stakhov2023-06-101-1/+1
* [Minor] Add additional bad extensionstwesterhever2023-06-021-0/+5
* [Minor] Compare parts with many words by just using their lengthVsevolod Stakhov2023-05-311-2/+10
* [Minor] Improve loggingVsevolod Stakhov2023-05-301-40/+46
* [Fix] Fix parsing of the mask values that are invalidVsevolod Stakhov2023-05-301-7/+21
* [Minor] Fix leftoverVsevolod Stakhov2023-05-301-1/+1
* [Minor] Pet luacheckVsevolod Stakhov2023-05-291-2/+2
* [Project] Allow to register multimap symbols dynamicallyVsevolod Stakhov2023-05-291-72/+95
* [Minor] Simplify multimap codeVsevolod Stakhov2023-05-291-22/+30
* [Feature] Maps: Add on_load supportVsevolod Stakhov2023-05-274-6/+103
* [Fix] rbl: fix dependency registration when symbols_prefixes is usedAndrew Lewis2023-05-261-2/+4
* [Minor] Fix for old hyperscanVsevolod Stakhov2023-05-251-1/+1
* [Fix] Fix an old issue with order of destruction race between redis pool and luaVsevolod Stakhov2023-05-254-6/+25
* [Fix] Try harder to remove bad hyperscan filesVsevolod Stakhov2023-05-251-7/+17