summaryrefslogtreecommitdiffstats
path: root/test/lua/unit
Commit message (Collapse)AuthorAgeFilesLines
...
* [Test] Add more mime testsVsevolod Stakhov2019-08-141-0/+48
|
* [Fix] Fix more issues with nested messages + testsVsevolod Stakhov2019-08-131-30/+100
|
* [Minor] Rework utf8 lowercasingVsevolod Stakhov2019-08-131-4/+4
|
* [Minor] Lua_selectors: Allow to index numeric arrays in selectorsVsevolod Stakhov2019-07-231-0/+4
|
* [Feature] Lua_selectors: Add `words` selectorVsevolod Stakhov2019-07-231-2/+6
|
* [Minor] Add one more testVsevolod Stakhov2019-07-231-0/+5
|
* [Test] Add QP fuzz testingVsevolod Stakhov2019-07-221-0/+34
|
* [Test] Add tests for QP encodingVsevolod Stakhov2019-07-222-1/+87
|
* [Test] Add some more tests for maps in selectorsVsevolod Stakhov2019-07-191-0/+13
|
* [Test] Add tests for maps in selectorsVsevolod Stakhov2019-07-191-1/+16
|
* [Minor] Use t1ha128 to avoid libsodium version enforcementVsevolod Stakhov2019-07-121-1/+1
|
* [Minor] Fix some cases of strong headers usageVsevolod Stakhov2019-07-121-1/+1
|
* [Test] Remove obsoleted testVsevolod Stakhov2019-07-091-74/+0
|
* [Test] Add test for kann load/saveVsevolod Stakhov2019-07-031-0/+3
|
* [Test] Add unit test for kannVsevolod Stakhov2019-07-011-0/+43
|
* [Minor] Fix unique to work with iterators, add testsVsevolod Stakhov2019-06-241-13/+36
|
* [Fix] Html: Fix processing of fjlig entityVsevolod Stakhov2019-06-141-0/+3
| | | | TODO: Make a generic fix
* [Test] Improve address parsing unit testsVsevolod Stakhov2019-06-091-1/+13
|
* [Test] Add unit tests for fpconvVsevolod Stakhov2019-05-191-0/+96
|
* [Test] Fix broken unit testsVsevolod Stakhov2019-04-061-5/+5
|
* [Minor] Rewrite is_utf_mixed_script to use libicu onlyMiecio Za2019-03-261-0/+22
| | | | Rewrite to use U8_NEXT
* [Minor] Fix performance issue with is_utf_outside_rangeMiecio Za2019-03-181-0/+67
| | | | Fix performace issue, add some checking and add few tests
* [Minor] Oops, fix memory drainageVsevolod Stakhov2019-02-081-0/+6
|
* [Test] Improve received testsVsevolod Stakhov2019-02-081-2/+18
|
* [Minor] Fix `with` parsingVsevolod Stakhov2019-02-071-3/+16
|
* [Test] Try to fix bloody ambiguity in IPv6 notations...Vsevolod Stakhov2019-02-071-4/+9
|
* [Project] Attach new received parserVsevolod Stakhov2019-02-071-4/+21
|
* [Test] Unit: Fix hash value (due to mime parsing error)Vsevolod Stakhov2018-12-171-17/+17
|
* [Minor] Add rspamd_str_make_utf_valid routine + unit testsVsevolod Stakhov2018-12-031-20/+52
|
* [Minor] Pet luacheckVsevolod Stakhov2018-10-232-21/+12
|
* [Test] Try to fix test segfaultVsevolod Stakhov2018-10-161-11/+12
|
* [Test] fixed unit testMikhail Galanin2018-10-091-2/+1
|
* [Test] one more test caseMikhail Galanin2018-10-081-35/+55
|
* [Test] Final cases for selectors - register_* and functional for regexpsMikhail Galanin2018-09-241-0/+81
|
* Revert "[Test] Check selector before processing"Vsevolod Stakhov2018-09-221-17/+16
| | | | This reverts commit baceaa985ebbb23ae7d26a2050f50bfd9544b85c.
* [Test] Check selector before processingVsevolod Stakhov2018-09-221-16/+17
|
* [Test] More test cases for selectorsMikhail Galanin2018-09-213-1/+315
| | | | Also added negative cases (i.e. it doesn't work when it shouldn't) and combinations of selectors
* [Test] Use init_url() frim the new helperMikhail Galanin2018-09-213-26/+7
|
* [Test] more testsMikhail Galanin2018-09-201-11/+25
|
* [Test] Enable one more now-working test-caseMikhail Galanin2018-09-201-7/+6
|
* [Test] We don't this chek inside the test anymore. We have command-line ↵Mikhail Galanin2018-09-201-6/+0
| | | | param instead
* [Test] Uncommented cases which are now workingMikhail Galanin2018-09-201-51/+28
|
* Merge pull request #2502 from negram/selectors-testVsevolod Stakhov2018-09-191-0/+228
|\ | | | | [Test] Few "basic" test cases for selectors
| * [Test] Few "basic" test cases for selectorsMikhail Galanin2018-09-191-0/+228
| |
* | [Test] Rewrote test using new assertionMikhail Galanin2018-09-191-4/+2
|/
* [Test] Remove legacy tokenizer testsVsevolod Stakhov2018-08-241-34/+0
|
* [Minor] Fix entities decodingVsevolod Stakhov2018-08-211-1/+2
|
* Merge pull request #2385 from negram/extract_specific_urls-reworkVsevolod Stakhov2018-07-311-0/+226
|\ | | | | Extract specific urls rework
| * [Minor] added test parsing html/phished urlsMikhail Galanin2018-07-311-12/+111
| |
| * [Minor] Pass params via table instead of long arglist. Added esld_limit ↵Mikhail Galanin2018-07-311-0/+127
| | | | | | | | param to lua_util.extract_specific_urls()