Title: Snuffleupagus at the hack.lu 2017
Date: 2017-10-17 16:00

[![snuffleupagus logo]({static}/images/sp.png)](https://snuffleupagus.readthedocs.org)

Today, I (finally) gave at talk at the [hack.lu](https://2017.hack.lu/),
with [blotus](https://blot.me/) and [bui](http://memze.ro/) 
about our [Snuffleupagus](https://github.com/nbs-system/snuffleupagus) project;
you can get our slides on the [github
repo](https://github.com/nbs-system/snuffleupagus/blob/master/slides/hacklu_2017.pdf),
and the talk on [youtube](https://www.youtube.com/watch?v=RzaRiuJ6MkI).

Since our [last talk]({filename}/talks/berlinsides_2017.md), we added some cool
features:

- Automatic `httpOnly` flag on cookies that are encrypted
- Automatic `secure` flag on cookies if the client is using https
- The code coverage is now [about 95%](https://coveralls.io/github/nbs-system/snuffleupagus?branch=master)
- Improved the performances with regard to hash-based filters
- More tests to check that we're handling corner cases correctly
- It's now possible to hook function based on their calltrace
- A lot of [documentation](https://snuffleupagus.readthedocs.org) in *proper English*
- Less bugs, including some portability ones
- A new fancy logo!

We're slowly but surely moving toward the beta stage!
