Sébastien Beyou

Results 178 comments of Sébastien Beyou

I tested a very simple thing: apply `.replace( /^ */gm, "" )` on the generated JS code and then minify it with terser. My PEG.js grammar is 46K, the generated...

Just some bikeshedding, but when such feature is implemented, it should be let to the user the choice of the rule to be defined as the “unexpected” rule, e.g. with...

This was fixed by other commits, whose #5046, #5049, #5051.

The important changes are [available here](https://github.com/Seb35/fwknop/commit/abee34a3eb330d26d2aefbfd7cc68732a8d37cec) if you want to add them in this branch. With that, I was be able to make fwknop work both in IPv4 and IPv6...

The log we are discussing is [this one](https://github.com/mrash/fwknop/blob/3e9a05750679136fec0e2b34654efdda0688b015/server/incoming_spa.c#L564-L565). We are arriving here with this **stacktrace**: * server/incoming_spa.c: function incoming_spa(), call to handle_rijndael_enc() * server/incoming_spa.c: function handle_rijndael_enc(), call to fko_new_with_data() *...

Here is the PR #358 corresponding to my proposition. The result is these logs: ``` fwknopd[xxx]: (stanza #1) SPA Packet from IP: xxx.xxx.xxx.xxx received with access source match fwknopd[xxx]: (stanza...

I had this issue too. I ended with a trick: * create a script `/usr/local/lib/extra/wget4` containing `/usr/bin/wget -4 $*` * `chmod +x /usr/local/lib/extra/wget4` * set `WGET_CMD` to `/usr/local/lib/extra/wget4`

I began to classify some calls to `Database::query()` I will submit shortly a PR.

Your patch probably works in your case, but I’m a bit embarassed because it’s a bit hacky and I don’t (always) observe the issue: * on https://wiki-valley.com/wiki/Creation_de_wikis_prives_en_ligne (currently 1.39.5 with...