Tim Visée

Results 343 comments of Tim Visée

Thanks for the heads up. I'm unsure what you're targeting here though, my knowledge on this subject is somewhat lacking. Is this also applicable for crypto usage in ffsend? Are...

Thanks a lot for the thorough explanation! For Send V3 we actually use [ECE](https://tools.ietf.org/html/rfc8188), which basically does decrypt the ciphertext in AES-GCM chunks. If I recall correctly parts of these...

Sounds like a nice idea, and implementing this is definitely possible. Requirements for uploading files are: - Known file size - File name & MIME I'm not sure when I'm...

@teozkr No problem. I'm monitoring both.

Thanks for the heads-up on this. Good suggestion. I don't have much time available right now to port to `tungstenite` though. Feel free to submit a PR.

You can wrap this in a try/catch block as temporary workaround (in PHP 7+). The callback URLs are set on the server, just the response is faulty. I do not...

Thanks a bunch for mentioning this! This different approach using these internal objects does work fine indeed. But I think it's weird the regular endpoint object doesn't work, even if...

I am also interested in this feature. I would like this to choose a common default variant when no `tag` field is available, to only require users to specify a...

Good find. Updating the SSL dependency might solve this. I'll try that later.