summaryrefslogtreecommitdiffhomepage
path: root/Servers.hs
Commit message (Collapse)AuthorAge
* purism's server is dead apparentlyJoey Hess2020-02-14
| | | | | | | | | | | Downgrade purism's keysafe server from recommended to alternate, mostly because the server is down, and AFAIK has been down for years, and I don't currently know if they plan to ever provide it again. I hope it comes back, especially since they committed to run it through 2027.. This commit was sponsored by Jack Hill on Patreon.
* Purism's keysafe server has been vetted to Recommended level!Joey Hess2016-11-01
| | | | | | | | It's set up meeting all criteria for Recommened, and I've received a gpg signed statement about it from Todd Weaver. The server does not yet have backups set up, as far as I know, but that's not a hard criteria for Recommended.
* clarify which part of CyprusJoey Hess2016-10-24
|
* The third keysafe server is now available, provided by Purism.Joey Hess2016-10-24
| | | | | | Hoped this will be Recommended, but it's still being vetted. This commit was sponsored by Andreas on Patreon.
* move level from Server to StorageJoey Hess2016-10-06
| | | | | | | This allows local storage locations to have levels too, and also get shuffled nicely. This commit was sponsored by Ethan Aubin.
* small updatesJoey Hess2016-09-26
|
* Randomize the server list.Joey Hess2016-09-26
| | | | | | | May help avoid some correlations. Once there are many servers, will spread the load out amoung them. This commit was sponsored by Ethan Aubin.
* server levelsJoey Hess2016-09-23
|
* cleanupJoey Hess2016-09-22
|
* allow servers to have multiple or no addressesJoey Hess2016-09-22
| | | | | | | | | | | | | This allows the server list to contain 3 servers although only 1 is running so far; uploads to the others will be queued. It also allows a server to be spread amoung multiple addresses, which may be useful later for scaling. This changes BackupRecord serialization, but it's not been in a keysafe release yet, so that's not a problem. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
* cleanupJoey Hess2016-09-14
|
* put back my serverJoey Hess2016-09-14
|
* Store information about backed up keys in ~/.keysafe/backup.logJoey Hess2016-09-14
| | | | | | | | This can be deleted by the user at any time, but it's useful in case a server is known to be compromised, or a problem is found with keysafe's implementation that makes a backup insecure. This commit was sponsored by Nick Daly on Patreon.
* rate limiting and PoW seem to work now!Joey Hess2016-09-14
|
* refactorJoey Hess2016-09-12