summaryrefslogtreecommitdiff
path: root/Types
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-11-21 17:27:38 -0400
committerJoey Hess <joeyh@joeyh.name>2016-11-21 17:27:38 -0400
commit070fb9e624636ceabcff0a38007936130cdfa40f (patch)
tree59077aca6956cd8348dce9da0df0a05525b6b931 /Types
parent9cf9ee73f53dddc813a12be0896eed1923e70973 (diff)
Added git-remote-tor-annex, which allows git pull and push to the tor hidden service.
Almost working, but there's a bug in the relaying. Also, made tor hidden service setup pick a random port, to make it harder to port scan. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
Diffstat (limited to 'Types')
-rw-r--r--Types/Creds.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Creds.hs b/Types/Creds.hs
index ad1827bc94..6a9e1287f7 100644
--- a/Types/Creds.hs
+++ b/Types/Creds.hs
@@ -11,4 +11,4 @@ type Creds = String -- can be any data that contains credentials
type CredPair = (Login, Password)
type Login = String
-type Password = String -- todo: use securemem
+type Password = String