aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-1813-115/+115
* [Fix] Do not save multipatterns to FS in certain casesVsevolod Stakhov2024-03-153-6/+6
* [Project] Convert the remainingVsevolod Stakhov2024-03-051-3/+3
* [Project] Start optimization of userdata hashingVsevolod Stakhov2024-03-052-6/+6
* [Minor] Ask for utf8 string from libarchiveVsevolod Stakhov2024-02-281-1/+1
* [Minor] Detect encryption when libarchive is usedVsevolod Stakhov2024-02-281-0/+7
* [Project] Use libarchive for troublesome archivesVsevolod Stakhov2024-02-281-9/+40
* [Fix] Fix headers insertion in the ordered listVsevolod Stakhov2024-01-221-2/+6
* [Minor] Print some more statsVsevolod Stakhov2024-01-191-1/+5
* [Fix] Really fix the language detector statistical heuristicVsevolod Stakhov2024-01-181-12/+26
* [Fix] Make words selection random deterministic upon contentVsevolod Stakhov2024-01-181-12/+19
* [Fix] Fix wrong raw_len usageVsevolod Stakhov2023-12-041-2/+4
* [Test] Add unit tests for unfoldingVsevolod Stakhov2023-11-252-1/+81
* [Minor] Append header to the ordered list of headers if it does not existVsevolod Stakhov2023-11-252-5/+11
* [Minor] Remove unusedVsevolod Stakhov2023-11-241-2/+0
* [Fix] Fix issues with the raw header on header insertion/modificationVsevolod Stakhov2023-11-231-6/+33
* [Fix] Set loaded variable explicitlyVsevolod Stakhov2023-11-131-3/+4
* [Minor] Fix unit testsVsevolod Stakhov2023-11-081-2/+3
* [Feature] Reiterate on gtube patternsVsevolod Stakhov2023-11-081-9/+7
* [Minor] Add missing <algorithm> include for gcc 14Petr Vaněk2023-11-011-0/+1
* [Minor] Imply LEFTMOST flag on regexps with conditionsVsevolod Stakhov2023-09-181-0/+3
* [Minor] Increase log level as this is essentialVsevolod Stakhov2023-08-271-4/+1
* [Minor] Fix `www.` prefix matcherVsevolod Stakhov2023-08-242-1/+18
* [Rework] More steps to do refactoringVsevolod Stakhov2023-08-162-7/+7
* [Rework] Further conversion routinesVsevolod Stakhov2023-08-151-6/+1
* [Rework] More abstractions to hide C++ internalsVsevolod Stakhov2023-08-141-16/+18
* [Fix] Fix `rspamd_has_only_html_part`Vsevolod Stakhov2023-08-021-5/+3
* [Minor] Allow symbols insertion for skipped tasksVsevolod Stakhov2023-08-021-4/+8
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-2632-6481/+6735
* [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-182-2/+15
* [Minor] Add some more debug to the fasttext classifierVsevolod Stakhov2023-05-033-4/+14
* [Feature] Allow to use other methods when fasttext detection is enabledVsevolod Stakhov2023-05-021-1/+9
* [Fix] Feed fasttext language model with the pre-tokenized wordsVsevolod Stakhov2023-05-023-26/+53
* [Project] Some further fixesvstakhov-fasttext-langdetVsevolod Stakhov2023-04-292-20/+45
* [Fix] Ignore non-unique stop wordsVsevolod Stakhov2023-04-291-8/+30
* [Project] Implement fasttext language detectionVsevolod Stakhov2023-04-293-71/+158
* [Conf] Add language detection configurationVsevolod Stakhov2023-04-291-2/+2
* [Project] Show fasttext infoVsevolod Stakhov2023-04-293-2/+39
* [Project] Add preliminary language detector based on fasttext libraryVsevolod Stakhov2023-04-293-0/+241
* [Feature] Add html parsing limitVsevolod Stakhov2023-04-261-1/+1
* [Fix] Include the last character when parsing the last header with no valueVsevolod Stakhov2023-04-211-3/+8
* [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
* [Fix] Fix boundaries that contain only dashesVsevolod Stakhov2023-02-231-6/+2
* [Minor] Move checks to the correct branchVsevolod Stakhov2022-11-021-6/+5