aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Another try to fix clang plugin buildVsevolod Stakhov2021-05-272-4/+2
* [Minor] Fix clang pluginVsevolod Stakhov2021-05-272-17/+17
* [Rework] Html: Rework lua bindingsVsevolod Stakhov2021-05-275-75/+76
* [Rework] Html: Convert to variantVsevolod Stakhov2021-05-272-14/+17
* [Rework] Html: Final rework part for the html processing codeVsevolod Stakhov2021-05-271-63/+95
* [Rework] Html: Move blocks partVsevolod Stakhov2021-05-272-88/+71
* [Rework] Html: Move images processing stuffVsevolod Stakhov2021-05-272-121/+120
* [Rework] Html: Further html urls reworkVsevolod Stakhov2021-05-274-344/+322
* [Rework] Html: Start refactoring of the html tags handlingVsevolod Stakhov2021-05-274-464/+214
* [Minor] Add another helper for mempool typed allocationsVsevolod Stakhov2021-05-271-0/+2
* [Rework] Move HTML url functions and rework themVsevolod Stakhov2021-05-273-0/+245
* Merge pull request #3764 from a16bitsysop/zstdVsevolod Stakhov2021-05-242-2/+12
|\
| * [Feature] add SYSTEM_ZSTD cmake optionDuncan Bellamy2021-05-232-2/+12
* | Merge pull request #3767 from moisseev/patch-1Vsevolod Stakhov2021-05-241-1/+1
|\ \
| * | [Minor] Add "application/rar" MIME typeAlexander Moisseev2021-05-241-1/+1
|/ /
* | Merge pull request #3763 from citrin/rulesVsevolod Stakhov2021-05-231-6/+14
|\ \ | |/ |/|
| * [Rules] Extend OLD_X_MAILERAnton Yuzhaninov2021-05-221-3/+4
| * [Rules] Extend FORGED_X_MAILERAnton Yuzhaninov2021-05-221-3/+10
|/
* [Minor] Const-ify trim function as it does not change anything in factVsevolod Stakhov2021-05-222-4/+4
* [Minor] Remove conditional msg_ macro from util.cVsevolod Stakhov2021-05-211-7/+3
* [Rework] Allow C code to be compiled with C++ compilerVsevolod Stakhov2021-05-213-899/+157
* [Minor] Css: Allow to convert css color to uint32_tVsevolod Stakhov2021-05-211-0/+6
* [Minor] Allow typed mempool allocVsevolod Stakhov2021-05-211-1/+4
* [Minor] Add -m64 optionVsevolod Stakhov2021-05-211-0/+1
* [Rework] Move and adopt entities handling logicVsevolod Stakhov2021-05-215-2385/+2409
* [Rework] Add tags definitionsVsevolod Stakhov2021-05-211-0/+198
* [Rework] Move entities/tags handlingVsevolod Stakhov2021-05-216-2826/+2584
* [Minor] Move html code to a separate subdir (no functional changes)Vsevolod Stakhov2021-05-2013-10/+8
* [Fix] Fix http maps with no or invalid expires dataVsevolod Stakhov2021-05-191-3/+21
* [Rules] Fix CTYPE_MIXED_BOGUS for text attachmentsVsevolod Stakhov2021-05-191-1/+1
* [Minor] Allow utf8 identifiers in the selectorsVsevolod Stakhov2021-05-191-1/+5
* [Fix] Rework metrics handlingVsevolod Stakhov2021-05-183-66/+79
* Merge pull request #3754 from mrueg/openmetricsVsevolod Stakhov2021-05-183-1/+312
|\
| * Implement an endpoint for OpenMetricsManuel RĂ¼ger2021-05-173-1/+312
* | Merge pull request #3747 from fatalbanana/use_settingsVsevolod Stakhov2021-05-1847-624/+1577
|\ \
| * | [Test] Merge test suites; use settingsAndrew Lewis2021-05-1847-624/+1577
* | | [Minor] Fix buffer overflow due to libicu super safe macrosVsevolod Stakhov2021-05-181-3/+15
|/ /
* | [Minor] Fix build with older icuVsevolod Stakhov2021-05-171-1/+1
* | [Minor] Another try to fix the logic around 8bit charsets handlingVsevolod Stakhov2021-05-171-3/+0
* | [Minor] Fix non-utf inputs checkingVsevolod Stakhov2021-05-171-0/+4
* | [Minor] Add missing includeVsevolod Stakhov2021-05-171-0/+1
* | [Rework] Use C++ version for unicode normalisationVsevolod Stakhov2021-05-176-147/+120
* | [Minor] Dmarc: Slightly refactor functionVsevolod Stakhov2021-05-171-32/+38
* | [Minor] Always use UTF8 as the system encoding (for libicu)Vsevolod Stakhov2021-05-171-0/+1
* | [Fix] Try to fix some broken code in DMARC reporting pluginVsevolod Stakhov2021-05-161-18/+8
* | [Minor] Remove legacy iconv stuffVsevolod Stakhov2021-05-153-25/+9
* | [Rework] Use C++ utf8 library with unit tests to trim whitespacesVsevolod Stakhov2021-05-144-38/+146
* | [Minor] Strip visible parts of urls using utf rulesVsevolod Stakhov2021-05-141-2/+37
* | [Minor] Do not treat unnormalised urls as obscuredVsevolod Stakhov2021-05-141-4/+0
|/
* [Minor] Fix bit operations logicVsevolod Stakhov2021-05-131-5/+6