Simon Marechal

Results 15 issues of Simon Marechal

This PR adds two features: * the skip action, which let you skip further processing * actions are now stored in the `actions.json` configuration file, and can be referred to.

This PR contains: * external processing patch * response code capture * new log format (documented in the LOGS.md file) * stability updates * new fuzzing code * using tags...

For example: `host:www-google-com`

enhancement
exproc

This patch adds a new binary, and a new container, using the external processing filter: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_proc/v3/ext_proc.proto#external-processing-filter This replaces the Lua filter. This increases latency when the system is not loaded,...

Builds on top of the external processing patch, but also integrates a new grasshopper binary mode. See #827 for the external processing patch.

There should be a parser for GraphQL queries, in the same spirit as the JSON parser.

enhancement

For regulatory purpose, region data might be required for logging, and filtering. This data, in the maxminddb databases, can be: * empty * with a single entry (for example, in...

enhancement

Because of this code: ``` extractResRef :: ChainableStuff -> [(T.Text, Expression, PPosition)] extractResRef (ChainResColl _) = [] extractResRef (ChainResDecl (ResDec rt rn _ _ pp)) = [(rt,rn,pp)] extractResRef (ChainResRefr rt...

Low priority

And so is the current master: https://hackage.haskell.org/package/discord-hs-0.3.2/src/src/Network/Discord/Rest/Prelude.hs `Fetched` has kind `*`, and, AFAIK, can't be a Functor or a Comonad.