-
Content Count
299 -
Joined
-
Last visited
-
Days Won
5
About Disappointed Cat
-
Rank
Advanced Member
Profile Information
-
Gender
Male
Recent Profile Visitors
737 profile views
-
Sync: Security Is Our Highest Priority
Disappointed Cat replied to kos13's topic in Sync General Discussion
IP addresses and peer data could be encrypted with a derived key, like the ENC-RO key. That's just one idea. -
Oh, noes.
-
GreatMarko started following Disappointed Cat
-
Sure. Here: https://i.imgur.com/3o3bnhG.jpg ... and after a service restart: https://i.imgur.com/y7qTLoq.jpg
-
I figured as much but it would've been nice to turn off notifications for these. Anyway, I think there are no more tickets left of mine.
-
Can we please do something about the ticket system's automatic e-mails? It's going haywire. In the last ~24 hours I've got like 12 useless mails already. Things like "How would you rate the support?" or "This request is automatically closed by a script due to inactivity." Put me out of my misery!
-
I very much prefer the new WebUI. It's great! I don't need to - nor do I want to - see a mile long page of peers. One small bug at first glance: Encrypted secrets don't show up in the input box like read-only secrets. And a question: At first, it only showed the basename of the paths, now it shows full paths. Why? Can it be configured?
-
I'd take this to the network layer: It'd be awesome if BTSync peers could create a P2P VPN. Then we could use it for virtually anything. At first 1-to-1 could do, then n-to-n. Indeed, this would be a huge side-project and the only thing that we could reuse is the peer discovery, as far as I "know" the system. A VPN can't have delays, so torrent as a transport protocol is not really a viable option. Should I open a thread for this? Is it feasible?
-
Here's a good example: freedns.afraid.org ... and a script for CloudFlare: (original source unknown), but they have decent tutorials/scripts too if you need one. #!/usr/bin/env pythonimport urllib2, json, socketfrom urllib import urlencodedef setipforsubdomain(subdomain, domain, email, tkn, apiaddr, ip): dictionary = dict([ ('a', 'rec_edit'), ('type', 'A'), ('z', domain), ('tkn', tkn), ('email', email), ('name', subdomain), ('content', ip), ('service_mode', '0'), ('ttl', '1')]) rec_all = urllib2.urlopen(apiaddr, urlencode(dict([ ('a', 'rec_load_all'), ('tkn', tkn), ('em
-
There are countless free dyn DNS providers, some actually work. If you already own a domain, CloudFlare's API can do this for you with the help of a little script.
-
I vaguely remember it uses Win Crypt API. Am I right? By the way, when can we have a look at the black box crypto specification?
-
Get_peers should also return IP addresses along with client names.
-
Automatically disable auto-sleep on android when the device is plugged in.
- 130 replies
-
Better yet, rename the file to sync.conf and put it in C:\Users\{YourUser}\AppData\Roaming\BitTorrent Sync. This way it will be loaded even if the app is started automatically.