summaryrefslogtreecommitdiff
path: root/doc/source (follow)
AgeCommit message (Collapse)Author
2020-11-06Bump the changelogv0.6.0jvoisin
2020-10-27Fix some slides linksjvoisin
2020-10-27Fix some download linksjvoisin
2020-07-06Fix a warning in the documentationjvoisin
2020-07-06Improve a bit the previous commitjvoisin
2020-07-05Document how to install Snuffleupagus on HerokuChris Lin
REF: #336
2020-07-04Add two articles to the propaganda pagejvoisin
2020-06-26Add two articles to the propaganda sectionjvoisin
2020-06-26Fix the footer in the documentation wrt. copyrightjvoisin
2020-06-20Bump the changelogv0.5.1jvoisin
2020-06-09Improve the documentation wrt. "modifiers"jvoisin
2020-06-07Fix a link in the documentationjvoisin
Instead of linking to an intermediary page, link directly to the cookie's one.
2020-04-14Typofix s/than/that/Travis Paul
2020-04-03Add an other article mentioning Snuffleupagusjvoisin
2020-04-03Add cPanel to the list of usersjvoisin
2020-04-01Document why SP doesn't provide a `.nop` actionjvoisin
2020-03-09Mention Synacktiv's latest talkjvoisin
2020-03-04%s/nbs-system/jvoisinjvoisin
Since I'm the only one to maintain Snuffleupagus, let's adjust the links and contact addresses of my fork, to point to well… my fork.
2019-10-24Update the "papers" section of the documentationjvoisin
2019-10-22Revamp a bit the FAQjvoisin
2019-08-31Support direct syslog loggingThibault "bui" Koechlin
Add the possibility to log directly into the syslog, instead of using php's log system.
2019-07-05Document a workaround for a gentoo-specific bugjvoisin
Thanks to infectormp for reporting the bugs, and testing the workaround.
2019-06-12bump the changelogkka
2019-02-23Fix 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-22Fix typos and suggest more broad term for sysadminstomcodes
2019-01-21Document the point of having a black-list approach for evaljvoisin
2019-01-19Fix typo in how Snuffleupagus is spelled in doc/source/config.rsttomcodes
2019-01-12We're not in alpha anymore \o/jvoisin
2019-01-09Add a note about PHP7.3+ SameSite supportjvoisin
2019-01-09Rename a documentation filejvoisin
2018-12-31Fix spelling issue in features docPhilip Keighley
Changed 'passer' to 'passed'
2018-12-26Document that it's not possible to hook builtins via regexpjvoisin
Also bump a bit the coverage
2018-12-26Fix a typojvoisin
2018-12-23Mention that SP is packaged in Fedora and FreeBSDjvoisin
2018-12-23Fix a typo in the changelogjvoisin
Spotted by @PeeHaa
2018-12-21bump the changelogv0.4.1kka
2018-12-15Document the previous commitjvoisin
2018-12-01Improve the documentation wrt. functions hooked by sloppy comparisonsjvoisin
This should close #264
2018-11-29Document our curl-tls-verification magicjvoisin
2018-11-23Document a bit more the threat modeljvoisin
2018-11-18Improve the cookie encryption documentationjvoisin
This should close #261
2018-11-18Add alertot to the list of usersjvoisin
Source: https://twitter.com/alertot/status/1063366265593622528
2018-10-23Improve a bit the documentation, againjvoisin
2018-10-23Clarify a bit the documentationjvoisin
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-07Document the `.pos` filterjvoisin
2018-10-06Improve a bit the documentationjvoisin
Thanks to @joe for bringing up this issue ♥
2018-09-13Add the 44con's slides in the documentationjvoisin
2018-09-01Add mentions to the propaganda pagejvoisin
2018-08-31Bump the changelogv0.4.0jvoisin
2018-08-30Change how we're handling invalid configurationsxXx-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.