summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix REPLYTO_ADDR_EQ_FROM for normalised addressesAndrew Lewis2021-04-292-0/+8
|
* [Rules] Add raw addresses to MULTIPLE_FROM optionsAnton Yuzhaninov2021-04-271-1/+1
| | | | | | It is confusing to have MULTIPLE_FROM with a single address in options, which happens if one of addresses is empty - usually because of misplaces <>. While here simplify condition.
* [Test] Add unit tests for stream compressionVsevolod Stakhov2021-04-261-0/+56
|
* [Test] url-redirectorAndrew Lewis2021-04-136-3/+93
|
* [Test] Add some more rfc2047 tricky casesVsevolod Stakhov2021-04-011-2/+4
|
* [Test] Add verbose flag to cxx testVsevolod Stakhov2021-03-161-11/+47
|
* [Project] Css: Move some of the tests to the doctestVsevolod Stakhov2021-03-151-0/+15
|
* [Project] Css: Add some c++ unit testsVsevolod Stakhov2021-03-122-0/+42
|
* [Project] Add doctest unit testing libraryVsevolod Stakhov2021-03-121-1/+0
|
* [Project] Css: Add display value supportVsevolod Stakhov2021-03-101-2/+2
|
* [Project] Css: Add dimensions handlingVsevolod Stakhov2021-03-091-1/+4
|
* [Project] Css: Add opacity supportVsevolod Stakhov2021-03-091-0/+5
|
* [Project] Css: Rework flags of css propertiesVsevolod Stakhov2021-03-051-2/+2
|
* [Porject] Css: Rework functions parsingVsevolod Stakhov2021-03-031-0/+25
|
* [Minor] More Lua 5.4 compatibilityVsevolod Stakhov2021-03-031-0/+6
| | | | Issue: #3656
* [Test] Fix phishing testsVsevolod Stakhov2021-02-251-4/+8
|
* [Project] Css: Start semantic parsing for rulesVsevolod Stakhov2021-02-171-3/+3
|
* [Project] Css: Several fixes + testsVsevolod Stakhov2021-01-291-1/+68
|
* [Minor] Css: Add a simple testing logic for css parsingVsevolod Stakhov2021-01-291-0/+19
|
* [Test] Start css unit testingVsevolod Stakhov2021-01-221-0/+23
|
* [Fix] Fix logging for rspamadmVsevolod Stakhov2021-01-061-4/+5
|
* [Test] Fix testVsevolod Stakhov2020-12-301-0/+1
|
* [Minor] Allow to load config with no controller definedVsevolod Stakhov2020-12-271-1/+4
|
* [Minor] Add a path testVsevolod Stakhov2020-12-221-1/+2
|
* [Minor] neural: use prefix in pool variable namesAndrew Lewis2020-12-171-1/+1
| | | | - Also deduplicate some duplicated stuff
* [Feature] Add controller endpoint for training neuralAndrew Lewis2020-12-176-2/+217
| | | | | | | | - Move neural functions to library - Parameterise spawn_train - neural plugin: Fix store_pool_only when autotrain is true - neural plugin: Use cache_set instead of mempool - Add test
* Merge pull request #3574 from fatalbanana/selectors_cacheVsevolod Stakhov2020-12-091-0/+11
|\ | | | | [Minor] Selectors: support extracting task cache variables
| * [Minor] Selectors: support extracting task cache variablesAndrew Lewis2020-12-091-0/+11
| |
* | [Test] Add some unit tests for punycode conversionAndrew Lewis2020-12-091-0/+31
|/
* Merge pull request #3561 from fatalbanana/multimap_disable_multisymbolVsevolod Stakhov2020-11-282-0/+11
|\ | | | | [Feature] Multimap: support adding map values as extra options
| * [Feature] Multimap: support adding map values as extra optionsAndrew Lewis2020-11-252-0/+11
| |
* | [Test] Disable broken test (type mismatch)Vsevolod Stakhov2020-11-251-3/+3
|/
* [Fix] Fix quoted-printable soft newlines bugged caseVsevolod Stakhov2020-11-201-0/+10
|
* [Minor] Fix some more lua compat issues with text:findVsevolod Stakhov2020-11-191-0/+3
|
* [Fix] Fix off-by-one with init checkVsevolod Stakhov2020-11-181-0/+2
|
* [Minor] Fix another stupid tests regressionVsevolod Stakhov2020-11-182-1/+1
|
* [Minor] Use CONFIGURE_DEPENDS for glob expressionsVsevolod Stakhov2020-11-181-1/+1
|
* [Test] Add some tests for rspamd_text:findVsevolod Stakhov2020-11-161-1/+45
|
* Merge pull request #3553 from fatalbanana/byteVsevolod Stakhov2020-11-161-0/+30
|\ | | | | [Minor] rspamd_text:byte() metamethod
| * [Minor] rspamd_text:byte() metamethodAndrew Lewis2020-11-161-0/+30
| |
* | [TEST] smtp datekorgoth12020-11-151-0/+11
| |
* | [Test] Fix testsVsevolod Stakhov2020-11-131-4/+4
|/
* [TEST] ARC_ALLOWkorgoth12020-11-1017-52/+449
|\
| * [Test] Add smtp date parser unit testsVsevolod Stakhov2020-11-091-0/+46
| |
| * [Test] Fix stupid robotVsevolod Stakhov2020-11-081-1/+1
| |
| * Merge pull request #3544 from fatalbanana/tpVsevolod Stakhov2020-11-052-28/+45
| |\ | | | | | | [Test] Rework composites test
| | * [Test] Rework composites testAndrew Lewis2020-11-052-28/+45
| | |
| * | [Fix] Composites: Allow partial matchVsevolod Stakhov2020-11-052-0/+10
| | |
| * | Merge pull request #3538 from fatalbanana/conditions_testVsevolod Stakhov2020-11-052-0/+30
| |\ \ | | | | | | | | [Test] Multiple conditions
| | * | [Test] Multiple conditionsAndrew Lewis2020-11-032-0/+30
| | | |