| Commit message (Expand) | Author | Age | Files | Lines |
* | [Minor] Reiterate on the previous changes | Andrew Lewis | 2023-10-26 | 1 | -4/+4 |
* | [Feature] rbl: support globbed return codes | Andrew Lewis | 2023-10-25 | 1 | -1/+5 |
* | [Feature] rbl: support checking returncodes by CIDR | Andrew Lewis | 2023-10-25 | 1 | -1/+2 |
* | [Feature] rbl: support checking returncodes by regex | Andrew Lewis | 2023-10-24 | 1 | -4/+6 |
* | [Test] Banish luacheck from functional tests | Andrew Lewis | 2023-10-17 | 1 | -10/+0 |
* | [Minor] Remove outdated file | Vsevolod Stakhov | 2023-10-06 | 1 | -495/+0 |
* | [Test] Use Robot Framework native IF | Andrew Lewis | 2023-10-02 | 7 | -45/+109 |
* | Merge pull request #4617 from fatalbanana/multiarch_ci | Vsevolod Stakhov | 2023-09-29 | 1 | -1/+33 |
|\ |
|
| * | [Test] Multiarchify tests | Andrew Lewis | 2023-09-29 | 1 | -1/+33 |
* | | Merge pull request #4615 from rspamd/vstakhov-known-senders | Vsevolod Stakhov | 2023-09-27 | 5 | -0/+50 |
|\ \
| |/
|/| |
|
| * | [Test] Rudimentary tests for known_senders plugin | Andrew Lewis | 2023-09-25 | 5 | -0/+50 |
* | | [Test] Ignore encoding errors | Andrew Lewis | 2023-09-26 | 1 | -4/+4 |
|/ |
|
* | [Minor] Revisit numeric_urls | Andrew Lewis | 2023-09-19 | 4 | -2/+271 |
* | [Feature] rbl: support checking numeric URLs in isolation | Andrew Lewis | 2023-09-11 | 4 | -0/+17 |
* | [Minor] Remove unused variables | Linus Nordberg | 2023-09-08 | 2 | -3/+0 |
* | [Minor] Treat last dot specially | Vsevolod Stakhov | 2023-08-10 | 1 | -0/+10 |
* | [Test] Add one more test for urls parsing | Vsevolod Stakhov | 2023-08-10 | 1 | -118/+123 |
* | [Minor] Test & fix has_only_html_part regression | Andrew Lewis | 2023-08-02 | 1 | -0/+10 |
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 20 | -1554/+1633 |
* | [Feature] external_relay: add ip_map strategy | Soha Jin | 2023-07-11 | 4 | -0/+30 |
* | [Fix] test external_relay: count should always be the last rule, | Soha Jin | 2023-07-11 | 1 | -0/+3 |
* | [Test] Add test cases for dynamic symbols | Vsevolod Stakhov | 2023-06-10 | 3 | -0/+26 |
* | [Test] Add multimap options test | Vsevolod Stakhov | 2023-05-15 | 2 | -0/+7 |
* | [Test] Add unit testing | Vsevolod Stakhov | 2023-04-07 | 1 | -0/+10 |
* | [Test] Add unit tests for the compression functions | Vsevolod Stakhov | 2023-03-26 | 1 | -23/+95 |
* | [Minor] Fix some compiler warnings | Duncan Bellamy | 2023-03-14 | 7 | -7/+7 |
* | [Test] Add a unit test | Vsevolod Stakhov | 2023-02-23 | 1 | -48/+154 |
* | [Test] Properly set environment, fix teardown part | Vsevolod Stakhov | 2023-01-07 | 2 | -1/+1 |
* | [Test] Clean up dummy ssl client | Vsevolod Stakhov | 2022-12-31 | 1 | -0/+5 |
* | [Test] Rework kill process tree utility | Vsevolod Stakhov | 2022-12-31 | 1 | -3/+4 |
* | [Test] Use asyncio | Vsevolod Stakhov | 2022-12-31 | 1 | -6/+10 |
* | [Test] Remove another broken test | Vsevolod Stakhov | 2022-12-31 | 1 | -5/+5 |
* | [Test] Fix another test | Vsevolod Stakhov | 2022-12-31 | 2 | -2/+6 |
* | [Test] Fix one more stupid thing | Vsevolod Stakhov | 2022-12-31 | 1 | -1/+0 |
* | [Test] Remove broken tests | Vsevolod Stakhov | 2022-12-31 | 1 | -11/+9 |
* | [Test] Fix more tests | Vsevolod Stakhov | 2022-12-31 | 3 | -5/+4 |
* | [Test] Fix some minor stuff in dummy_http server | Vsevolod Stakhov | 2022-12-31 | 1 | -5/+5 |
* | [Test] Rework HTTP tests | Vsevolod Stakhov | 2022-12-31 | 9 | -84/+75 |
* | [Test] Rewrite dummy http server | Vsevolod Stakhov | 2022-12-31 | 2 | -286/+123 |
* | [Test] Exclude more speed/fuzz tests to allow unit tests execution under 1 sec | Vsevolod Stakhov | 2022-12-27 | 3 | -87/+16 |
* | [Test] Hide expensive unit tests with RSPAMD_LUA_EXPENSIVE_TESTS env variable | Vsevolod Stakhov | 2022-12-26 | 7 | -253/+266 |
* | [Test] Disable a broken unit test | Vsevolod Stakhov | 2022-12-11 | 1 | -3/+3 |
* | [Test] Fix a broken unit test | Vsevolod Stakhov | 2022-12-11 | 1 | -1/+1 |
* | [Test] Add test for the added features | Vsevolod Stakhov | 2022-12-10 | 1 | -20/+25 |
* | [Test] I got tired of that crap: just disable all broken tests as they fail n... | Vsevolod Stakhov | 2022-12-05 | 1 | -10/+10 |
* | [Test] Another try to fix a dummy server | Vsevolod Stakhov | 2022-12-05 | 2 | -14/+30 |
* | [Minor] Apply luacheck suggestions | Vsevolod Stakhov | 2022-12-04 | 1 | -1/+1 |
* | [Test] Sigh... remove another broken for no reason http test | Vsevolod Stakhov | 2022-12-03 | 1 | -1/+1 |
* | [Test] Add external map test for multimap | Vsevolod Stakhov | 2022-12-03 | 3 | -5/+43 |
* | [Test] Do not clean up hyperscan files during functional tests | Vsevolod Stakhov | 2022-12-01 | 1 | -0/+1 |