1
0
espelhamento de https://github.com/rspamd/rspamd.git sincronizado 2024-08-01 08:18:17 +02:00
Gráfico de commits

187 Commits

Autor SHA1 Mensagem Data
Vsevolod Stakhov
d1ad30ae1a [Minor] Another fix to extract_specific 2019-08-30 14:05:08 +01:00
Vsevolod Stakhov
fb43ff309c [Test] Improve urls extraction tests 2019-08-29 13:47:44 +01:00
Vsevolod Stakhov
6e8df5589d [Minor] Lua_util: Rework and add tests for callback_from_string 2019-08-23 14:04:41 +01:00
Vsevolod Stakhov
2bccf655b4 [Rework] Lua_util: Another rework for extract_specific_urls 2019-08-20 10:13:52 +01:00
Vsevolod Stakhov
bed1734868 [Test] Update unit tests 2019-08-19 16:49:31 +01:00
Vsevolod Stakhov
ed52028907 [Feature] Selectors: Add specific_urls extractor 2019-08-19 16:21:42 +01:00
Vsevolod Stakhov
fd1a18558f [Test] Add test for the new selector 2019-08-19 14:42:06 +01:00
Vsevolod Stakhov
58a5e0c703 [Rework] Reorganise selectors implementation 2019-08-19 09:45:28 +01:00
Vsevolod Stakhov
327be8edba [Test] Add unit tests 2019-08-15 14:25:37 +01:00
Vsevolod Stakhov
0758fd8c4c [Test] Add more mime tests 2019-08-14 09:05:34 +01:00
Vsevolod Stakhov
6dcd2bd676 [Fix] Fix more issues with nested messages + tests 2019-08-13 14:47:25 +01:00
Vsevolod Stakhov
f1e9625920 [Minor] Rework utf8 lowercasing 2019-08-13 09:46:18 +01:00
Vsevolod Stakhov
2393156481 [Minor] Lua_selectors: Allow to index numeric arrays in selectors 2019-07-23 18:02:16 +01:00
Vsevolod Stakhov
0de3deeadb [Feature] Lua_selectors: Add words selector 2019-07-23 17:51:19 +01:00
Vsevolod Stakhov
b8e108bc9c [Minor] Add one more test 2019-07-23 09:08:19 +01:00
Vsevolod Stakhov
ccf98c926f [Test] Add QP fuzz testing 2019-07-22 15:45:37 +01:00
Vsevolod Stakhov
94472423c0 [Test] Add tests for QP encoding 2019-07-22 15:29:22 +01:00
Vsevolod Stakhov
30cbcd0809 [Test] Add some more tests for maps in selectors 2019-07-19 13:51:30 +01:00
Vsevolod Stakhov
8f0370ca23 [Test] Add tests for maps in selectors 2019-07-19 13:41:39 +01:00
Vsevolod Stakhov
e5762e0dea [Minor] Use t1ha128 to avoid libsodium version enforcement 2019-07-12 18:16:31 +01:00
Vsevolod Stakhov
b8c6149a76 [Minor] Fix some cases of strong headers usage 2019-07-12 15:54:59 +01:00
Vsevolod Stakhov
7813c884ff [Test] Remove obsoleted test 2019-07-09 14:48:41 +01:00
Vsevolod Stakhov
e323b1db4b [Test] Add test for kann load/save 2019-07-03 16:06:31 +01:00
Vsevolod Stakhov
f8004be4c9 [Test] Add unit test for kann 2019-07-01 13:50:21 +01:00
Vsevolod Stakhov
f017ace89a [Minor] Fix unique to work with iterators, add tests 2019-06-24 13:23:42 +01:00
Vsevolod Stakhov
0cbb51f4c0 [Fix] Html: Fix processing of fjlig entity
TODO: Make a generic fix
2019-06-14 11:50:41 +01:00
Vsevolod Stakhov
d24e9fbc35 [Test] Improve address parsing unit tests 2019-06-09 09:51:58 +01:00
Vsevolod Stakhov
595be3bd84 [Test] Add unit tests for fpconv 2019-05-19 20:34:44 +01:00
Vsevolod Stakhov
9eff57fae0 [Test] Fix broken unit tests 2019-04-06 12:39:36 +01:00
Miecio Za
89c5fe4c05 [Minor] Rewrite is_utf_mixed_script to use libicu only
Rewrite to use U8_NEXT
2019-03-26 20:23:13 +01:00
Miecio Za
cd08c8845f [Minor] Fix performance issue with is_utf_outside_range
Fix performace issue, add some checking and add few tests
2019-03-18 14:06:56 +01:00
Vsevolod Stakhov
462ab60be8 [Minor] Oops, fix memory drainage 2019-02-08 17:47:01 +00:00
Vsevolod Stakhov
2cd6a29fda [Test] Improve received tests 2019-02-08 12:56:05 +00:00
Vsevolod Stakhov
841dbfe275 [Minor] Fix with parsing 2019-02-07 17:24:51 +00:00
Vsevolod Stakhov
c5e2e9babb [Test] Try to fix bloody ambiguity in IPv6 notations... 2019-02-07 15:51:34 +00:00
Vsevolod Stakhov
5d3795649e [Project] Attach new received parser 2019-02-07 13:57:24 +00:00
Vsevolod Stakhov
de3ffd985f [Test] Unit: Fix hash value (due to mime parsing error) 2018-12-17 16:54:30 +00:00
Vsevolod Stakhov
b4442b41ba [Minor] Add rspamd_str_make_utf_valid routine + unit tests 2018-12-03 11:30:22 +00:00
Vsevolod Stakhov
e278006a10 [Minor] Pet luacheck 2018-10-23 17:02:12 +01:00
Vsevolod Stakhov
79c94a99ba [Test] Try to fix test segfault 2018-10-16 17:01:00 +01:00
Mikhail Galanin
9dddef61cc [Test] fixed unit test 2018-10-09 09:24:49 +01:00
Mikhail Galanin
4d4119d3c3 [Test] one more test case 2018-10-08 17:53:50 +01:00
Mikhail Galanin
70571f2b55 [Minor] Add Lua coverage collection for unit-tests (#2528)
* [Minor] Add Lua coverage collection for unit-tests

* [Minor] add coverage collection to CircleCI

* [Minor] split into two lines

* [Minor] sudo

* [Minor] fixed nonsense

* [Minor] Fix functional test
2018-09-25 15:22:28 +01:00
Mikhail Galanin
31270b9fa0 [Test] Final cases for selectors - register_* and functional for regexps 2018-09-24 13:23:17 +01:00
Vsevolod Stakhov
eb644d5f13 Revert "[Test] Check selector before processing"
This reverts commit baceaa985e.
2018-09-22 11:54:49 +01:00
Vsevolod Stakhov
baceaa985e [Test] Check selector before processing 2018-09-22 11:49:57 +01:00
Mikhail Galanin
dc5e04b98e [Test] More test cases for selectors
Also added negative cases (i.e. it doesn't work when it shouldn't) and combinations of selectors
2018-09-21 17:14:22 +01:00
Mikhail Galanin
da4067b0dc [Test] Small fixes on diff renderer 2018-09-21 09:56:49 +01:00
Mikhail Galanin
90c979e64e [Test] Use init_url() frim the new helper 2018-09-21 09:56:11 +01:00
Mikhail Galanin
0b0cad929f [Test] Added test helper module 2018-09-21 09:54:51 +01:00