Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Test] Add more mime tests | Vsevolod Stakhov | 2019-08-14 | 1 | -0/+48 | |
| | ||||||
* | [Fix] Fix more issues with nested messages + tests | Vsevolod Stakhov | 2019-08-13 | 1 | -30/+100 | |
| | ||||||
* | [Minor] Rework utf8 lowercasing | Vsevolod Stakhov | 2019-08-13 | 1 | -4/+4 | |
| | ||||||
* | [Minor] Lua_selectors: Allow to index numeric arrays in selectors | Vsevolod Stakhov | 2019-07-23 | 1 | -0/+4 | |
| | ||||||
* | [Feature] Lua_selectors: Add `words` selector | Vsevolod Stakhov | 2019-07-23 | 1 | -2/+6 | |
| | ||||||
* | [Minor] Add one more test | Vsevolod Stakhov | 2019-07-23 | 1 | -0/+5 | |
| | ||||||
* | [Test] Add QP fuzz testing | Vsevolod Stakhov | 2019-07-22 | 1 | -0/+34 | |
| | ||||||
* | [Test] Add tests for QP encoding | Vsevolod Stakhov | 2019-07-22 | 2 | -1/+87 | |
| | ||||||
* | [Test] Add some more tests for maps in selectors | Vsevolod Stakhov | 2019-07-19 | 1 | -0/+13 | |
| | ||||||
* | [Test] Add tests for maps in selectors | Vsevolod Stakhov | 2019-07-19 | 1 | -1/+16 | |
| | ||||||
* | [Minor] Use t1ha128 to avoid libsodium version enforcement | Vsevolod Stakhov | 2019-07-12 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Fix some cases of strong headers usage | Vsevolod Stakhov | 2019-07-12 | 1 | -1/+1 | |
| | ||||||
* | [Test] Remove obsoleted test | Vsevolod Stakhov | 2019-07-09 | 1 | -74/+0 | |
| | ||||||
* | [Test] Add test for kann load/save | Vsevolod Stakhov | 2019-07-03 | 1 | -0/+3 | |
| | ||||||
* | [Test] Add unit test for kann | Vsevolod Stakhov | 2019-07-01 | 1 | -0/+43 | |
| | ||||||
* | [Minor] Fix unique to work with iterators, add tests | Vsevolod Stakhov | 2019-06-24 | 1 | -13/+36 | |
| | ||||||
* | [Fix] Html: Fix processing of fjlig entity | Vsevolod Stakhov | 2019-06-14 | 1 | -0/+3 | |
| | | | | TODO: Make a generic fix | |||||
* | [Test] Improve address parsing unit tests | Vsevolod Stakhov | 2019-06-09 | 1 | -1/+13 | |
| | ||||||
* | [Test] Add unit tests for fpconv | Vsevolod Stakhov | 2019-05-19 | 1 | -0/+96 | |
| | ||||||
* | [Test] Fix broken unit tests | Vsevolod Stakhov | 2019-04-06 | 1 | -5/+5 | |
| | ||||||
* | [Minor] Rewrite is_utf_mixed_script to use libicu only | Miecio Za | 2019-03-26 | 1 | -0/+22 | |
| | | | | Rewrite to use U8_NEXT | |||||
* | [Minor] Fix performance issue with is_utf_outside_range | Miecio Za | 2019-03-18 | 1 | -0/+67 | |
| | | | | Fix performace issue, add some checking and add few tests | |||||
* | [Minor] Oops, fix memory drainage | Vsevolod Stakhov | 2019-02-08 | 1 | -0/+6 | |
| | ||||||
* | [Test] Improve received tests | Vsevolod Stakhov | 2019-02-08 | 1 | -2/+18 | |
| | ||||||
* | [Minor] Fix `with` parsing | Vsevolod Stakhov | 2019-02-07 | 1 | -3/+16 | |
| | ||||||
* | [Test] Try to fix bloody ambiguity in IPv6 notations... | Vsevolod Stakhov | 2019-02-07 | 1 | -4/+9 | |
| | ||||||
* | [Project] Attach new received parser | Vsevolod Stakhov | 2019-02-07 | 1 | -4/+21 | |
| | ||||||
* | [Test] Unit: Fix hash value (due to mime parsing error) | Vsevolod Stakhov | 2018-12-17 | 1 | -17/+17 | |
| | ||||||
* | [Minor] Add rspamd_str_make_utf_valid routine + unit tests | Vsevolod Stakhov | 2018-12-03 | 1 | -20/+52 | |
| | ||||||
* | [Minor] Pet luacheck | Vsevolod Stakhov | 2018-10-23 | 2 | -21/+12 | |
| | ||||||
* | [Test] Try to fix test segfault | Vsevolod Stakhov | 2018-10-16 | 1 | -11/+12 | |
| | ||||||
* | [Test] fixed unit test | Mikhail Galanin | 2018-10-09 | 1 | -2/+1 | |
| | ||||||
* | [Test] one more test case | Mikhail Galanin | 2018-10-08 | 1 | -35/+55 | |
| | ||||||
* | [Test] Final cases for selectors - register_* and functional for regexps | Mikhail Galanin | 2018-09-24 | 1 | -0/+81 | |
| | ||||||
* | Revert "[Test] Check selector before processing" | Vsevolod Stakhov | 2018-09-22 | 1 | -17/+16 | |
| | | | | This reverts commit baceaa985ebbb23ae7d26a2050f50bfd9544b85c. | |||||
* | [Test] Check selector before processing | Vsevolod Stakhov | 2018-09-22 | 1 | -16/+17 | |
| | ||||||
* | [Test] More test cases for selectors | Mikhail Galanin | 2018-09-21 | 3 | -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 helper | Mikhail Galanin | 2018-09-21 | 3 | -26/+7 | |
| | ||||||
* | [Test] more tests | Mikhail Galanin | 2018-09-20 | 1 | -11/+25 | |
| | ||||||
* | [Test] Enable one more now-working test-case | Mikhail Galanin | 2018-09-20 | 1 | -7/+6 | |
| | ||||||
* | [Test] We don't this chek inside the test anymore. We have command-line ↵ | Mikhail Galanin | 2018-09-20 | 1 | -6/+0 | |
| | | | | param instead | |||||
* | [Test] Uncommented cases which are now working | Mikhail Galanin | 2018-09-20 | 1 | -51/+28 | |
| | ||||||
* | Merge pull request #2502 from negram/selectors-test | Vsevolod Stakhov | 2018-09-19 | 1 | -0/+228 | |
|\ | | | | | [Test] Few "basic" test cases for selectors | |||||
| * | [Test] Few "basic" test cases for selectors | Mikhail Galanin | 2018-09-19 | 1 | -0/+228 | |
| | | ||||||
* | | [Test] Rewrote test using new assertion | Mikhail Galanin | 2018-09-19 | 1 | -4/+2 | |
|/ | ||||||
* | [Test] Remove legacy tokenizer tests | Vsevolod Stakhov | 2018-08-24 | 1 | -34/+0 | |
| | ||||||
* | [Minor] Fix entities decoding | Vsevolod Stakhov | 2018-08-21 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #2385 from negram/extract_specific_urls-rework | Vsevolod Stakhov | 2018-07-31 | 1 | -0/+226 | |
|\ | | | | | Extract specific urls rework | |||||
| * | [Minor] added test parsing html/phished urls | Mikhail Galanin | 2018-07-31 | 1 | -12/+111 | |
| | | ||||||
| * | [Minor] Pass params via table instead of long arglist. Added esld_limit ↵ | Mikhail Galanin | 2018-07-31 | 1 | -0/+127 | |
| | | | | | | | | param to lua_util.extract_specific_urls() |