Romain Cointepas

Results 74 comments of Romain Cointepas

A temporary fix could be to do something like this: ```javascript if (path.sep === '\\') { str = str.replace(/\\/g, '/') } ordering.push(str) ``` at https://github.com/electron/asar/blob/master/lib/asar.js#L78. Tested and it does the...

After some testing, it seems that at https://github.com/electron/asar/blob/master/src/asar.coffee#L107: - `shouldUnpack` is never defined and used to check if the symlink should be unpacked. - nothing is being added to the...

Definitely interested in this as well, just added $50 to the bounty!

@yciabaud You could test using https://www.privateinternetaccess.com (free trial I think), they offer SOCKS5 proxy specifically for torrenting (so it should support UDP/TCP, also good to test authentification).

@yciabaud I just emailed you the PIA SOCKS5 proxy (UDP/TCP and made for torrenting) with my personal credentials, good luck!

@yciabaud Looking forward, good luck!

@yciabaud @dcposch Any update on this? I would be more than happy to bump the bounty quite a bit if that helps.

Most SOCKS5 proxy servers out there are not compatible with UDP trackers (3proxy being one of them). As far as I know (I've tried a lot of them), only dante-server...

@yciabaud Great! What happens if the SOCKS5 server does not respond (either right away or later on)? Does bittorrent-tracker fallback on direct connection or fail? (for each case)

@remusao for us to be able to enforce safesearch, we need to be able to enforce it at the DNS level by rewriting the answer for one or more domains....