Alexandre Bezroutchko

Results 42 comments of Alexandre Bezroutchko

Oh, very nice, thanks! It seems it still seems to [expects integer version fields](https://github.com/maubot/echortc/blob/250abc3278fcabdcb29fdef45ea5c22c15b76c5b/echortc.py#L113), so it will not work with Element which sends strings. Any clue if there are any...

Can’t say for sure. I have quickly googled for MSC3401 and looking at the first hit https://news.ycombinator.com/item?id=30569170 it appears they use different set of matrix messages (m.ring, m.intent, …). I...

I am not an nfstream expert, but here are my 2 cents ;) > In the "NFPlugins Examples" section, I guess you refer to https://www.nfstream.org/docs/api#flow-slicer. > besides sampling the [1st...

With wireshark I can see sslcaudit sends encrypted alert (probably asking to terminate the connection) but it takes another 2min for the server to close TCP connection and sslcaudit is...

An embedded web server should be listening on another port, separate from the 'testing' listener of sslcaudit. Depending on the testing state of the client, the webserver will return: a....

.deb package does not always produce useful installation. It works fine on my laptop e6510, but fails in the testbed VM. Both run Ubuntu 12.04 LTS, but the laptop was...

Hitting the same problems - network errors when app runs in Simulator with iOS 18.4. Occasionally network errors also affect Safari, but that is intermittent. Downgrade to 18.3 resolves the...

I have tested the scenario I have countered and #132. Both seem to use PS2 prompt. On my MacOS: ``` bash-3.2$ bash --version GNU bash, version 3.2.57(1)-release (arm64-apple-darwin23) Copyright (C)...

Seems to be, yes. Just as a side node — I can’t shake the feeling all the fixes we come up with will be dirty hacks (of varying degree of...