| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-07 | fixed some PHP7 test cases | Ben Fuhrmannek | |
| 2021-08-07 | fixed cidr matching and test cases | Ben Fuhrmannek | |
| 2021-08-02 | Merge branch 'master' of https://github.com/jvoisin/snuffleupagus | Ben Fuhrmannek | |
| 2021-04-26 | Make it easier to figure functions parameters' names | Julien Voisin | |
| 2021-02-18 | fix broken tests | Ben Fuhrmannek | |
| 2021-01-04 | Add a check on parameters names | xXx-caillou-xXx | |
| Snuffleupagus will now warn when a particular function doesn't have the expected parameters configuration-wise. | |||
| 2020-12-12 | Mark the relevant php8 tests as broken (#359) | jvoisin | |
| * Skip tests broken on php8 * Oops * Fix some tests * Add some XXE tests for php8 * Fix a test | |||
| 2020-12-01 | In tests, don't `die("skip")` but `print "skip"` instead (#358) | jvoisin | |
| This is required since the `die` is making php8 choke | |||
| 2020-11-12 | Invalid configurations with mutually exclusive keywords now aborts | jvoisin | |
| 2020-11-12 | Harmonize a bit the configuration parsing and fix a typo | jvoisin | |
| 2020-08-12 | Allow empty configuration (#342) | jvoisin | |
| This commit allows php to run (with a warning) if there is no specified snuffleupagus configuration, instead of refusing to start. | |||
| 2020-07-21 | Fix #338 - added log type if type is simulation, drop or log. (#339) | Giovanni | |
| Co-authored-by: Giovanni Dante Grazioli <giovanni.dantegrazioli@nbs-system.com> | |||
| 2019-11-03 | Log ip addresses | kkadosh | |
| 2019-08-31 | Support direct syslog logging | Thibault "bui" Koechlin | |
| Add the possibility to log directly into the syslog, instead of using php's log system. | |||
| 2019-01-14 | Reorganize the testsuite | jvoisin | |
| Splitting the testsuite in several components makes it easier to manage and comprehend. This was also needed some some tests aren't passing on Alpine Linux, but we still want to run as many of them as we can on this platform. | |||
