Results 228 comments of Avamander

You are assembling your data structure in a very brittle way. The very least create a packed struct and avoid floating-point numbers. Especially if the two are both not the...

It is in the .zip package, just not in both of the files as one would expect, because the second one wasn't modified.

It was but there are two files with the same name, one was not updated with the PR. I'll probably get to it at some point, though.

It's most likely a memory unsafety issue (or you've run out of memory). Try pushing C-strings to `PROGMEM`, avoid `String` operations. But generating the signal on AVRs is already very...

LetsEncrypt can easily provide a certificate with the OCSP Must-Staple extension if OCSP were to be implemented it would be nice that that extension were to be respected as well.

> Would it make sense to do regular checks every N minutes? No. It wouldn't really protect against any attack, I think. > That'd basically be OCSP stapling. OCSP stapling...

> I would only disconnect if the client is either configured to do this or the certificate has the Must Staple X.509 extension but the server isn't actually doing OCSP...

I compiled latest master and even when the configuration specifies a pidfile for some reason Mumble is not writing it and it also outputs no error about it.

With file streams/sharing maybe it's worth considering other types of sharing like video?

@Fahrradkette For example yeah, but I was thinking about screen and webcam video sharing too. Just mentioning this so that if the functionality isn't instantly implemented at least the possibility...