Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] Add weak ptr counterpart | Vsevolod Stakhov | 2021-07-22 | 1 | -0/+79 | |
| | ||||||
* | [Minor] Enable make_shared like behaviour | Vsevolod Stakhov | 2021-07-22 | 1 | -0/+30 | |
| | ||||||
* | [Test] Add some tests | Vsevolod Stakhov | 2021-07-22 | 1 | -11/+166 | |
| | ||||||
* | [Minor] Fix parsing of some misformed email addresses | Vsevolod Stakhov | 2021-07-21 | 1 | -4/+4 | |
| | ||||||
* | [Test] Store stdout/stderr in robot | Vsevolod Stakhov | 2021-07-16 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Fix rubbish stuff | Vsevolod Stakhov | 2021-07-11 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Do not try to modify constant memory | Vsevolod Stakhov | 2021-07-07 | 1 | -0/+1 | |
| | ||||||
* | [Test] Fix broken tests as it is confirmed by browser \m/ | Vsevolod Stakhov | 2021-07-02 | 1 | -1/+1 | |
| | ||||||
* | [Test] Some fixes to html unit tests | Vsevolod Stakhov | 2021-06-28 | 1 | -28/+10 | |
| | ||||||
* | Merge pull request #3804 from fatalbanana/bitcoin_pcre | Vsevolod Stakhov | 2021-06-25 | 2 | -0/+32 | |
|\ | | | | | [Fix] Fix an edge case in BITCOIN_ADDR rule | |||||
| * | [Fix] Fix an edge case in BITCOIN_ADDR rule | Andrew Lewis | 2021-06-23 | 2 | -0/+32 | |
| | | | | | | | | | | - when using PCRE - and different address types are present | |||||
* | | [Test] Remove obsoleted test | Vsevolod Stakhov | 2021-06-23 | 1 | -142/+0 | |
| | | ||||||
* | | [Test] Use --help from doctest and not glib | Vsevolod Stakhov | 2021-06-21 | 1 | -0/+1 | |
|/ | ||||||
* | [Test] Rework some tests to subcases | Vsevolod Stakhov | 2021-06-20 | 1 | -5/+7 | |
| | ||||||
* | [Test] Slightly reorganize tests | Vsevolod Stakhov | 2021-06-18 | 1 | -0/+1 | |
| | ||||||
* | [Minor] Add one more case | Vsevolod Stakhov | 2021-06-18 | 2 | -0/+3 | |
| | ||||||
* | [Minor] Add a simple routine to remove smtp comments in place | Vsevolod Stakhov | 2021-06-18 | 2 | -1/+53 | |
| | ||||||
* | [Project] Add process exceptions for invisible text | Vsevolod Stakhov | 2021-06-16 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #3772 from fatalbanana/external_relay | Vsevolod Stakhov | 2021-06-10 | 9 | -6/+118 | |
|\ | | | | | [Feature] external_relay plugin | |||||
| * | [Feature] external_relay plugin | Andrew Lewis | 2021-06-07 | 9 | -6/+118 | |
| | | ||||||
* | | [Test] Log stderr in robot | Vsevolod Stakhov | 2021-06-08 | 1 | -3/+4 | |
|/ | ||||||
* | [Test] Unmerge http / tcp tests | Andrew Lewis | 2021-06-01 | 5 | -10/+38 | |
| | ||||||
* | [Test] Fix segmentation fault check | Andrew Lewis | 2021-06-01 | 1 | -1/+1 | |
| | ||||||
* | [Test] Fix coverage hopefully | Andrew Lewis | 2021-06-01 | 1 | -0/+1 | |
| | ||||||
* | [Minor] Always use c++ linker now | Vsevolod Stakhov | 2021-05-28 | 1 | -3/+1 | |
| | ||||||
* | [Test] Merge test suites; use settings | Andrew Lewis | 2021-05-18 | 47 | -624/+1577 | |
| | ||||||
* | [Minor] Fix multiple @ at the beginnig | Vsevolod Stakhov | 2021-05-12 | 1 | -0/+3 | |
| | ||||||
* | [Minor] Fix parsing of some bogus urls | Vsevolod Stakhov | 2021-05-12 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #3734 from fatalbanana/unreplace_variables | Vsevolod Stakhov | 2021-05-05 | 126 | -1733/+1420 | |
|\ | | | | | further test framework updates | |||||
| * | [Test] Cleanup | Andrew Lewis | 2021-05-05 | 74 | -702/+477 | |
| | | | | | | | | | | | | - Use consistent naming for setup/teardown - Remove some unused files - Sort & align variables | |||||
| * | [Test] Use automatically exported variables | Andrew Lewis | 2021-05-04 | 73 | -855/+817 | |
| | | ||||||
| * | [Test] Use lupa for templating rspamd configs | Andrew Lewis | 2021-05-04 | 102 | -689/+639 | |
| | | ||||||
* | | [Test] Add a unit test for buckets variables in the mempool | Vsevolod Stakhov | 2021-05-02 | 1 | -1/+9 | |
|/ | ||||||
* | [Minor] Fix REPLYTO_ADDR_EQ_FROM for normalised addresses | Andrew Lewis | 2021-04-29 | 2 | -0/+8 | |
| | ||||||
* | [Rules] Add raw addresses to MULTIPLE_FROM options | Anton Yuzhaninov | 2021-04-27 | 1 | -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 compression | Vsevolod Stakhov | 2021-04-26 | 1 | -0/+56 | |
| | ||||||
* | [Test] url-redirector | Andrew Lewis | 2021-04-13 | 6 | -3/+93 | |
| | ||||||
* | [Test] Add some more rfc2047 tricky cases | Vsevolod Stakhov | 2021-04-01 | 1 | -2/+4 | |
| | ||||||
* | [Test] Add verbose flag to cxx test | Vsevolod Stakhov | 2021-03-16 | 1 | -11/+47 | |
| | ||||||
* | [Project] Css: Move some of the tests to the doctest | Vsevolod Stakhov | 2021-03-15 | 1 | -0/+15 | |
| | ||||||
* | [Project] Css: Add some c++ unit tests | Vsevolod Stakhov | 2021-03-12 | 2 | -0/+42 | |
| | ||||||
* | [Project] Add doctest unit testing library | Vsevolod Stakhov | 2021-03-12 | 1 | -1/+0 | |
| | ||||||
* | [Project] Css: Add display value support | Vsevolod Stakhov | 2021-03-10 | 1 | -2/+2 | |
| | ||||||
* | [Project] Css: Add dimensions handling | Vsevolod Stakhov | 2021-03-09 | 1 | -1/+4 | |
| | ||||||
* | [Project] Css: Add opacity support | Vsevolod Stakhov | 2021-03-09 | 1 | -0/+5 | |
| | ||||||
* | [Project] Css: Rework flags of css properties | Vsevolod Stakhov | 2021-03-05 | 1 | -2/+2 | |
| | ||||||
* | [Porject] Css: Rework functions parsing | Vsevolod Stakhov | 2021-03-03 | 1 | -0/+25 | |
| | ||||||
* | [Minor] More Lua 5.4 compatibility | Vsevolod Stakhov | 2021-03-03 | 1 | -0/+6 | |
| | | | | Issue: #3656 | |||||
* | [Test] Fix phishing tests | Vsevolod Stakhov | 2021-02-25 | 1 | -4/+8 | |
| | ||||||
* | [Project] Css: Start semantic parsing for rules | Vsevolod Stakhov | 2021-02-17 | 1 | -3/+3 | |
| |