| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-05 | Document a workaround for a gentoo-specific bug | jvoisin | |
| Thanks to infectormp for reporting the bugs, and testing the workaround. | |||
| 2019-06-12 | bump the changelog | kka | |
| 2019-02-23 | Fix the testsuite on php8. | jvoisin | |
| In php8, it's non-trivial to hook strlen, since this function is usually optimized away by the compiler. | |||
| 2019-01-22 | Fix typos and suggest more broad term for sysadmins | tomcodes | |
| 2019-01-21 | Document the point of having a black-list approach for eval | jvoisin | |
| 2019-01-19 | Fix typo in how Snuffleupagus is spelled in doc/source/config.rst | tomcodes | |
| 2019-01-12 | We're not in alpha anymore \o/ | jvoisin | |
| 2019-01-09 | Add a note about PHP7.3+ SameSite support | jvoisin | |
| 2019-01-09 | Rename a documentation file | jvoisin | |
| 2018-12-31 | Fix spelling issue in features doc | Philip Keighley | |
| Changed 'passer' to 'passed' | |||
| 2018-12-26 | Document that it's not possible to hook builtins via regexp | jvoisin | |
| Also bump a bit the coverage | |||
| 2018-12-26 | Fix a typo | jvoisin | |
| 2018-12-23 | Mention that SP is packaged in Fedora and FreeBSD | jvoisin | |
| 2018-12-23 | Fix a typo in the changelog | jvoisin | |
| Spotted by @PeeHaa | |||
| 2018-12-21 | bump the changelogv0.4.1 | kka | |
| 2018-12-15 | Document the previous commit | jvoisin | |
| 2018-12-01 | Improve the documentation wrt. functions hooked by sloppy comparisons | jvoisin | |
| This should close #264 | |||
| 2018-11-29 | Document our curl-tls-verification magic | jvoisin | |
| 2018-11-23 | Document a bit more the threat model | jvoisin | |
| 2018-11-18 | Improve the cookie encryption documentation | jvoisin | |
| This should close #261 | |||
| 2018-11-18 | Add alertot to the list of users | jvoisin | |
| Source: https://twitter.com/alertot/status/1063366265593622528 | |||
| 2018-10-23 | Improve a bit the documentation, again | jvoisin | |
| 2018-10-23 | Clarify a bit the documentation | jvoisin | |
| A user was a bit afraid that Snuffleupagus might damage their website permanently, so we rephrase the documentation to convey that this is not the case. | |||
| 2018-10-07 | Document the `.pos` filter | jvoisin | |
| 2018-10-06 | Improve a bit the documentation | jvoisin | |
| Thanks to @joe for bringing up this issue ♥ | |||
| 2018-09-13 | Add the 44con's slides in the documentation | jvoisin | |
| 2018-09-01 | Add mentions to the propaganda page | jvoisin | |
| 2018-08-31 | Bump the changelogv0.4.0 | jvoisin | |
| 2018-08-30 | Change how we're handling invalid configurations | xXx-caillou-xXx | |
| Since our configuration format is a bit more complex than php's one, we have a `sp.allow_broken_configuration` parameter (`false` by default), that you can set to `true` if you want PHP to carry on if your Snuffleupagus' configuration contains syntax errors. You'll still get a big scary message in your logs of course. We do **not** recommend to use it of course, but sometimes it might be useful to be able to "debug in production" without breaking your website. | |||
| 2018-08-29 | Change how we're validating certificates | xXx-caillou-xXx | |
| 2018-08-29 | Add new propaganda items, include ourselves and swisscenter | Thibault "bui" Koechlin | |
| 2018-08-29 | Verify certs (#223) | jvoisin | |
| Ensure that certificates are verified in curl should close #47 | |||
| 2018-08-27 | Document that the previous commit might break other cookie-related extensions | jvoisin | |
| 2018-08-27 | Add whitelist support for php's wrappers | xXx-caillou-xXx | |
| 2018-08-23 | Fix a typo in a link | jvoisin | |
| 2018-08-23 | Add some articles to the propaganda page | jvoisin | |
| 2018-08-21 | Fix a link | jvoisin | |
| 2018-08-21 | Document our type-juggling-prevention system | jvoisin | |
| 2018-08-20 | Bump the changlogv0.3.1 | hamza (hes) ES SAHELY | |
| 2018-08-09 | Improve the cookie encryption documentation | kka | |
| 2018-07-19 | Add some slides | jvoisin | |
| 2018-07-19 | Fix the changelog's links | jvoisin | |
| 2018-07-19 | Bump the changelog | kka | |
| 2018-07-18 | Fix a broken link in the encryption documentation | kka | |
| 2018-07-18 | Fix broken link in the config documentation | kka | |
| 2018-07-18 | Fix broken links in the documentation | kka | |
| 2018-07-13 | Document even more the `print`/`echo` situation | jvoisin | |
| 2018-07-13 | Document why `print` might look like `echo` in logs | jvoisin | |
| 2018-07-09 | Trying to fix sloppy comparison (#186) | jvoisin | |
| * Trying to fix sloppy comparison https://github.com/nbs-system/snuffleupagus/issues/10 by modifying php's opcode | |||
| 2018-05-29 | Support session encryption | kkadosh | |
| Implement session encryption. | |||
