Antony Male

Results 352 comments of Antony Male

Duplicate of #49? The error is slightly different, but trying to use SSL is known to be broken, and I can imagine it causing different errors depending on how much...

The issue is that CircularBufferStream.Read returns 0 when there is not yet any available data. SslStream expects Stream.Read to block until there is available data. I'm not sure that there's...

I haven't looked at the code since I last commented, but I suspect the solution is to wrap the SslStream around the NetworkStream, then wrap the CircularBufferStream around the SslStream,...

The comments make it look like it was supposed to open the SslStream directly over the NetworkStream: https://github.com/IrcDotNet/IrcDotNet/blob/8151fa8bff2bc031fb3e0b730624c3d678b0c9ff/source/IrcDotNet/StandardIrcClient.cs#L439. I suspect someone broke something at some point when the CircularBufferStream was...

I abandoned it and moved on. Much like the authors...

I'm also slightly confused as to how moving to TcpClient fixes it - when I looked at this however many years ago, the problem was the SslStream was opened over...

Syncthing doesn't have encrypted devices yet (data is encrypted in transit, but decrypted when it reaches a device). Tools like Syncthing are bad as backup tools though: if you accidentally...

> Uh? You realize that is one of the most prominent settings to click on or off, to set a source or master, to allow it to delete the existing...

Do you have any entity-level errors? This sounds a lot like #119

No problem! That's probably a sign that I should update the docs. Leaving this open as a reminder