summaryrefslogtreecommitdiff
path: root/doc/source (follow)
AgeCommit message (Collapse)Author
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.
2018-08-29Change how we're validating certificatesxXx-caillou-xXx
2018-08-29Add new propaganda items, include ourselves and swisscenterThibault "bui" Koechlin
2018-08-29Verify certs (#223)jvoisin
Ensure that certificates are verified in curl should close #47
2018-08-27Document that the previous commit might break other cookie-related extensionsjvoisin
2018-08-27Add whitelist support for php's wrappersxXx-caillou-xXx
2018-08-23Fix a typo in a linkjvoisin
2018-08-23Add some articles to the propaganda pagejvoisin
2018-08-21Fix a linkjvoisin
2018-08-21Document our type-juggling-prevention systemjvoisin
2018-08-20Bump the changlogv0.3.1hamza (hes) ES SAHELY
2018-08-09Improve the cookie encryption documentationkka
2018-07-19Add some slidesjvoisin
2018-07-19Fix the changelog's linksjvoisin
2018-07-19Bump the changelogkka
2018-07-18Fix a broken link in the encryption documentationkka
2018-07-18Fix broken link in the config documentationkka
2018-07-18Fix broken links in the documentationkka
2018-07-13Document even more the `print`/`echo` situationjvoisin
2018-07-13Document why `print` might look like `echo` in logsjvoisin
2018-07-09Trying 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-29Support session encryptionkkadosh
Implement session encryption.
2018-03-29Clarify the documentation wrt. configuration filesjvoisin
This should close #172
2018-03-13Fix a warning in the docjvoisin
2018-03-13Fix the documentation wrt. misc examples of rulesjvoisin
2018-03-12Bump the changelogv0.2.2jvoisin
2018-02-12Mention the script in the documentationjvoisin
2018-02-09Clarify a bit the documentationjvoisin
2018-02-07Bump the changelogv0.2.1jvoisin
2018-01-18Optimize the logo picturejvoisin
2018-01-18Fix a damn typo in the changelogjvoisin
2018-01-18Fix a typo in the release number :<jvoisin
2018-01-18Bump the changelogjvoisin
2018-01-18Document the glob featurejvoisin
2018-01-17Mention the debug page in the documentationjvoisin
2018-01-17Our configuration files are ending in .rules, not .inijvoisin
This commit fixes the documentation, our shipped configuration files, and the related tests. Thanks to @remicollet for the tip