Adam Pritchard
Adam Pritchard
I also would like Sparkleshare to have its own proxy setting, and not rely on the system proxy. My Sparkleshare server is behind a Tor hidden service, so I need...
Thanks for the suggestion, @Silvenga, but it doesn't seem to work on Windows 8.1. I also tried a bunch of other sockscap/torcap/freecap/whatevercap with no success. (Including trying compatibility settings and...
@eighthave: Have you tried that setup on Windows? I couldn't get it to work -- presumably because there's no `nc` available (and even when I put Cygwin's `nc.exe` there it...
I'm probably not going to have anything else to report. Either I'm going to go with the ugly SSH tunnel approach I mentioned above, or I'm going to hack my...
After doing some more hunting for `nc` alternatives I came across `connect` -- and there's a `connect.exe` in `Sparkleshare\msysgit\bin`. So, add this to `%USERPROFILE%/.ssh/config`: ``` Host *.onion ProxyCommand connect -S...
You're welcome! I wanted the post to be useful to people just like you, so I'm super happy you found it. This is among the best libraries I've seen. I...
Sorry for the tangent, but when you get a moment could you explain this to me: > You usually can't rely on servers to preserve the relative ordering of headers...
(I revisited your algorithm document just now and I see that the answer to my question was there. Sorry!) @ajvondrak IMO, putting the values from different headers into a single...
The current untrusted-IP behaviour can lead to rate limiter evasion, memory exhaustion, access control bypass, etc. It should be clearly documented at the very least and probably changed to be...
In what scenario does `"write-space:pre"` not work? I don't mind adding this, but I need to know why.