aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime/message.c
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-181-64/+64
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-181-11/+11
* [Fix] Do not save multipatterns to FS in certain casesVsevolod Stakhov2024-03-151-1/+1
* [Project] Convert the remainingVsevolod Stakhov2024-03-051-3/+3
* [Project] Start optimization of userdata hashingVsevolod Stakhov2024-03-051-4/+4
* [Minor] Fix unit testsVsevolod Stakhov2023-11-081-2/+3
* [Feature] Reiterate on gtube patternsVsevolod Stakhov2023-11-081-9/+7
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-533/+590
* [Feature] Add order to urls structureVsevolod Stakhov2023-07-251-10/+13
* [Minor] Oops: I have written too long in C++Vsevolod Stakhov2023-07-251-0/+2
* [Feature] Process HTML parts before text onesVsevolod Stakhov2023-07-251-4/+47
* [Minor] Slightly change the text processing logicVsevolod Stakhov2023-07-251-22/+40
* [Minor] Compare parts with many words by just using their lengthVsevolod Stakhov2023-05-311-2/+10
* [Minor] Always report multipattern compile errorVsevolod Stakhov2023-05-181-1/+8
* [Feature] Add html parsing limitVsevolod Stakhov2023-04-261-1/+1
* [Rework] Allow to set a different behaviour for actions from settingsVsevolod Stakhov2022-01-291-1/+2
* [Project] Start using of the new received structureVsevolod Stakhov2021-10-041-81/+2
* [Fix] Add a special logic for text part with no text extractionVsevolod Stakhov2021-08-161-1/+15
* [Minor] Do not go into utf8 checks on non utf8 leading charactersVsevolod Stakhov2021-08-091-1/+1
* [Minor] Fix spaces state in newlines removal SMVsevolod Stakhov2021-08-091-1/+1
* [Minor] Remove bogus likelyVsevolod Stakhov2021-08-061-8/+8
* [Minor] Create a standard io loop in rspamadmVsevolod Stakhov2021-08-061-2/+2
* [Minor] Enable css parser by defaultVsevolod Stakhov2021-07-191-1/+1
* [Minor] Lemove legacyVsevolod Stakhov2021-07-041-1/+0
* [Minor] Fix format string for size_tVsevolod Stakhov2021-06-021-1/+1
* [Rework] Html: Deal with the utf_content partVsevolod Stakhov2021-06-021-20/+18
* [Minor] Move html code to a separate subdir (no functional changes)Vsevolod Stakhov2021-05-201-1/+1
* [Minor] Fix broken tests suiteVsevolod Stakhov2021-03-261-1/+1
* [Project] Css: Enable conditional css parsing support from the HTML parserVsevolod Stakhov2021-03-261-1/+2
* [Minor] Fix oob readVsevolod Stakhov2021-03-251-1/+1
* [Minor] Avoid extra sortVsevolod Stakhov2021-02-221-2/+0
* [Minor] Sort urls for mime partsVsevolod Stakhov2021-02-221-0/+2
* [Minor] Move urls find in subject to task process stageVsevolod Stakhov2020-11-271-4/+9
* [Minor] Fix rare case of off-by-one readVsevolod Stakhov2020-11-241-1/+10
* [Minor] Fix rspamd_has_only_html_part function + refactor macro namesVsevolod Stakhov2020-10-261-16/+22
* [Fix] Fix html attachments checksVsevolod Stakhov2020-10-221-9/+8
* [Minor] Do not count skipped wordsVsevolod Stakhov2020-09-281-1/+2
* [Minor] Do not count empty wordsVsevolod Stakhov2020-09-281-3/+3
* [Minor] Avoid code duplicationVsevolod Stakhov2020-06-111-19/+15
* [Minor] Allow attaching of urls to the mime partsVsevolod Stakhov2020-05-051-1/+7
* [Minor] Try to process images before text part heuristicVsevolod Stakhov2020-04-151-1/+4
* [Project] Rework some more functions to work with shadow resultsVsevolod Stakhov2020-04-141-1/+1
* [Rework] URL: Another update for urls extraction logicVsevolod Stakhov2020-03-231-15/+2
* [Rework] Change the way to extract URLs when dealing with alternative partsVsevolod Stakhov2020-03-191-4/+41
* [Rework] Urls: adopt html related stuffVsevolod Stakhov2020-03-091-2/+1
* [Rework] Urls: more rework of the urls setsVsevolod Stakhov2020-03-091-6/+2
* [Fix] Avoid collisions in mempool variables by changing fuzzy caching logicVsevolod Stakhov2020-02-241-1/+1
* [Fix] Fix smtp message on passthrough resultVsevolod Stakhov2020-02-201-6/+0
* [Minor] Remove non-reject gtube patterns unless enable_test_patterns is enabledVsevolod Stakhov2020-02-041-5/+26
* [Project] Track more memory allocations in a taskVsevolod Stakhov2019-12-231-0/+2