You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
628 B
17 lines
628 B
-find a way to prioritize the index/message download threads. Perhaps these threads could tell other threads to pause?
|
|
|
|
SOLVED -nodes that are new to the network don't immediately download indices from the other nodes
|
|
|
|
-nodes that disconnect from the network should be removed from lists of known devices
|
|
|
|
-file deletion or time to live (client side?)
|
|
|
|
-prevent WebSheet (ios) and etc captive portal to hijack the client connection ;)
|
|
|
|
# Cryptoshit
|
|
|
|
encrypt / decrypt:
|
|
http://www.davedoesdev.com/a-simple-and-consistent-wrapper-for-javascript-crypto/
|
|
|
|
generating keys:
|
|
https://bitbucket.org/adrianpasternak/js-rsa-pem/wiki/Home
|
|
|