Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Fix headers insertion in the ordered list | Vsevolod Stakhov | 2024-01-22 | 1 | -2/+6 |
| | |||||
* | [Minor] Print some more stats | Vsevolod Stakhov | 2024-01-19 | 1 | -1/+5 |
| | |||||
* | [Fix] Really fix the language detector statistical heuristic | Vsevolod Stakhov | 2024-01-18 | 1 | -12/+26 |
| | |||||
* | [Fix] Make words selection random deterministic upon content | Vsevolod Stakhov | 2024-01-18 | 1 | -12/+19 |
| | |||||
* | [Fix] Fix wrong raw_len usage | Vsevolod Stakhov | 2023-12-04 | 1 | -2/+4 |
| | |||||
* | [Test] Add unit tests for unfolding | Vsevolod Stakhov | 2023-11-25 | 2 | -1/+81 |
| | |||||
* | [Minor] Append header to the ordered list of headers if it does not exist | Vsevolod Stakhov | 2023-11-25 | 2 | -5/+11 |
| | |||||
* | [Minor] Remove unused | Vsevolod Stakhov | 2023-11-24 | 1 | -2/+0 |
| | |||||
* | [Fix] Fix issues with the raw header on header insertion/modification | Vsevolod Stakhov | 2023-11-23 | 1 | -6/+33 |
| | |||||
* | [Fix] Set loaded variable explicitly | Vsevolod Stakhov | 2023-11-13 | 1 | -3/+4 |
| | |||||
* | [Minor] Fix unit tests | Vsevolod Stakhov | 2023-11-08 | 1 | -2/+3 |
| | |||||
* | [Feature] Reiterate on gtube patterns | Vsevolod Stakhov | 2023-11-08 | 1 | -9/+7 |
| | |||||
* | [Minor] Add missing <algorithm> include for gcc 14 | Petr Vaněk | 2023-11-01 | 1 | -0/+1 |
| | | | | | | | | | | | | This commit addresses a compilation issue when using GCC 14. According to GCC 14's porting guide [1], some C++ Standard Library headers no longer include other headers they used to use internally. Specifically, <algorithm> must now be explicitly included. [1] https://gcc.gnu.org/gcc-14/porting_to.html See-also: https://bugs.gentoo.org/916438 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> | ||||
* | [Minor] Imply LEFTMOST flag on regexps with conditions | Vsevolod Stakhov | 2023-09-18 | 1 | -0/+3 |
| | |||||
* | [Minor] Increase log level as this is essential | Vsevolod Stakhov | 2023-08-27 | 1 | -4/+1 |
| | |||||
* | [Minor] Fix `www.` prefix matcher | Vsevolod Stakhov | 2023-08-24 | 2 | -1/+18 |
| | |||||
* | [Rework] More steps to do refactoring | Vsevolod Stakhov | 2023-08-16 | 2 | -7/+7 |
| | |||||
* | [Rework] Further conversion routines | Vsevolod Stakhov | 2023-08-15 | 1 | -6/+1 |
| | |||||
* | [Rework] More abstractions to hide C++ internals | Vsevolod Stakhov | 2023-08-14 | 1 | -16/+18 |
| | |||||
* | [Fix] Fix `rspamd_has_only_html_part` | Vsevolod Stakhov | 2023-08-02 | 1 | -5/+3 |
| | |||||
* | [Minor] Allow symbols insertion for skipped tasks | Vsevolod Stakhov | 2023-08-02 | 1 | -4/+8 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 32 | -6481/+6735 |
| | | | | No meaningful changes. | ||||
* | [Feature] Add order to urls structure | Vsevolod Stakhov | 2023-07-25 | 1 | -10/+13 |
| | |||||
* | [Minor] Oops: I have written too long in C++ | Vsevolod Stakhov | 2023-07-25 | 1 | -0/+2 |
| | |||||
* | [Feature] Process HTML parts before text ones | Vsevolod Stakhov | 2023-07-25 | 1 | -4/+47 |
| | |||||
* | [Minor] Slightly change the text processing logic | Vsevolod Stakhov | 2023-07-25 | 1 | -22/+40 |
| | |||||
* | [Minor] Compare parts with many words by just using their length | Vsevolod Stakhov | 2023-05-31 | 1 | -2/+10 |
| | |||||
* | [Minor] Always report multipattern compile error | Vsevolod Stakhov | 2023-05-18 | 2 | -2/+15 |
| | | | | Issue: #4487 | ||||
* | [Minor] Add some more debug to the fasttext classifier | Vsevolod Stakhov | 2023-05-03 | 3 | -4/+14 |
| | |||||
* | [Feature] Allow to use other methods when fasttext detection is enabled | Vsevolod Stakhov | 2023-05-02 | 1 | -1/+9 |
| | |||||
* | [Fix] Feed fasttext language model with the pre-tokenized words | Vsevolod Stakhov | 2023-05-02 | 3 | -26/+53 |
| | |||||
* | [Project] Some further fixesvstakhov-fasttext-langdet | Vsevolod Stakhov | 2023-04-29 | 2 | -20/+45 |
| | |||||
* | [Fix] Ignore non-unique stop words | Vsevolod Stakhov | 2023-04-29 | 1 | -8/+30 |
| | |||||
* | [Project] Implement fasttext language detection | Vsevolod Stakhov | 2023-04-29 | 3 | -71/+158 |
| | |||||
* | [Conf] Add language detection configuration | Vsevolod Stakhov | 2023-04-29 | 1 | -2/+2 |
| | |||||
* | [Project] Show fasttext info | Vsevolod Stakhov | 2023-04-29 | 3 | -2/+39 |
| | |||||
* | [Project] Add preliminary language detector based on fasttext library | Vsevolod Stakhov | 2023-04-29 | 3 | -0/+241 |
| | |||||
* | [Feature] Add html parsing limit | Vsevolod Stakhov | 2023-04-26 | 1 | -1/+1 |
| | |||||
* | [Fix] Include the last character when parsing the last header with no value | Vsevolod Stakhov | 2023-04-21 | 1 | -3/+8 |
| | | | | Issue: #4388 | ||||
* | [Rework] Default max shots must not influence options | Vsevolod Stakhov | 2023-04-04 | 1 | -2/+1 |
| | | | | Issue: #4450 | ||||
* | [Minor] Do not propagate broken headers flag for attached messages | Vsevolod Stakhov | 2023-04-03 | 1 | -1/+4 |
| | |||||
* | [Fix] Fix boundaries that contain only dashes | Vsevolod Stakhov | 2023-02-23 | 1 | -6/+2 |
| | | | | Issue: #4394 | ||||
* | [Minor] Move checks to the correct branch | Vsevolod Stakhov | 2022-11-02 | 1 | -6/+5 |
| | |||||
* | [Fix] Honor group flag for one shot | Vsevolod Stakhov | 2022-11-02 | 1 | -2/+11 |
| | |||||
* | [Minor] Try to fix stats for the virtual symbols | Vsevolod Stakhov | 2022-08-06 | 1 | -2/+4 |
| | |||||
* | [Minor] Do not increase frequency in symcache for duplicate results | Vsevolod Stakhov | 2022-08-05 | 1 | -32/+32 |
| | |||||
* | [Rework] Use another version of hash table from the same author | Vsevolod Stakhov | 2022-07-17 | 2 | -5/+5 |
| | |||||
* | [Project] Add experimental HTTP statistics backend | Vsevolod Stakhov | 2022-06-11 | 1 | -1/+1 |
| | |||||
* | [Minor] Symcache: Stop on non least passthrough results | Vsevolod Stakhov | 2022-05-14 | 2 | -1/+4 |
| | |||||
* | [Minor] Replace some of macro uses | Vsevolod Stakhov | 2022-05-07 | 2 | -2/+2 |
| |