- 18 Mar, 2017 5 commits
- 03 Feb, 2017 1 commit
-
- 02 Feb, 2017 1 commit
-
-
intrigeri authored
-
- 31 Jul, 2016 1 commit
-
-
intrigeri authored
-
- 04 May, 2016 1 commit
-
-
anonym authored
-
- 01 Apr, 2016 1 commit
-
-
spriver authored
-
- 08 Jan, 2016 1 commit
-
- 19 Dec, 2015 1 commit
-
-
anonym authored
* Ruby doesn't support keyword arguments when calling; for a method defined as f(x = y), calling it with f(x = z) will actually create a local variable x in the scope f was called from. * Since we only care whether withgpgapplet is nil or not, we don't have to reintroduce @withgpgapplet with the same property.
-
- 07 Dec, 2015 2 commits
- 16 Nov, 2015 4 commits
- 13 Nov, 2015 11 commits
-
-
kytv authored
-
kytv authored
-
kytv authored
If we don't monitor whether the key has been fetched with the gpg CLI tool we can move to the next step which used to check whether the key is in the keyring. By that time it's too late to retry fetching. Instead let's check with `gpg` for the key. If the key is not in the keyring within two minutes we'll fail the step, force a new tor circuit, and try retrieving the key again.
-
kytv authored
-
kytv authored
Since all of the gpg operations will retry after forcing a new Tor circuit, by the time we reach the step that checks whether the key is in the keyring the key should be there. We'll gain nothing from waiting two additional minutes.
-
kytv authored
-
kytv authored
-
kytv authored
During my testing I found that it seems that if we're going to get a successful result it'll happen by the time two minutes have passed. If the key retrieval neither succeeds nor fails within 2 minutes we'll terminate the running gnupg process, force a new Tor circuit, and try fetching again.
-
kytv authored
Gedit no longer has a menu bar at the top of its window, causing this feature to be broken..
-
kytv authored
-
kytv authored
-
- 12 Nov, 2015 3 commits
- 09 Sep, 2015 1 commit
-
-
anonym authored
There's some code simplification too, and the removal of the @new_circuit_tries counter, which is all over the place and is a bit hard to keep track of. Also for the wget/whois test we do not try to detect if Tor was the problem and only force a new circuit (and hence count it as a retry), since that could lead to an infinite loop. With the new helper, we always do MAX_NEW_TOR_CIRCUIT_RETRIES number of retries.
-
- 07 Sep, 2015 1 commit
-
-
anonym authored
... and pave the way for adding more options than the user to execute the command as.
-
- 09 Jul, 2015 1 commit
-
-
kytv authored
-
- 04 Jul, 2015 1 commit
-
-
kytv authored
-
- 02 Jul, 2015 2 commits
- 28 Jun, 2015 1 commit
-
-
kytv authored
-
- 22 Jun, 2015 1 commit
-