- 12 Feb, 2017 6 commits
-
-
Armando Lüscher authored
Clear OTP secret if environment variable is set to empty. This is for when the 2FA is disabled. Rename `_is_idn` function to `_is_idn_cyon`. Remove usage of curl (except for URL encoding of data). Instead of cleaning up the cookie jar, get rid of it completely and logout of cyon instead.
-
Armando Lüscher authored
-
Armando Lüscher authored
-
Armando Lüscher authored
-
Armando Lüscher authored
-
Armando Lüscher authored
-
- 10 Feb, 2017 1 commit
-
-
- 05 Feb, 2017 1 commit
-
-
neilpang authored
-
- 04 Feb, 2017 3 commits
-
-
David Kerr authored
-
David Kerr authored
Add error message if fails to add TXT record for missing security code (probably a FreeDNS public domain)
-
David Kerr authored
-
- 03 Feb, 2017 1 commit
-
-
David Kerr authored
-
- 01 Feb, 2017 4 commits
-
-
David Kerr authored
-
David Kerr authored
-
neilpang authored
-
David Kerr authored
-
- 31 Jan, 2017 12 commits
-
-
neilpang authored
-
neilpang authored
-
neilpang authored
-
neilpang authored
-
neilpang authored
-
neilpang authored
-
Philipp Grosswiler authored
-
neilpang authored
-
neilpang authored
-
neilpang authored
-
Philipp Grosswiler authored
-
Philipp Grosswiler authored
-
- 30 Jan, 2017 1 commit
-
-
neilpang authored
-
- 16 Jan, 2017 1 commit
-
-
Philipp Grosswiler authored
-
- 13 Jan, 2017 1 commit
-
-
Bastian Bittorf authored
message: SC2034: $VARNAME appears unused. Verify it or export it. most of these are related to the style: we generate global vars, which are used in other functions. the var "lexical_url" was really unused (left it as comment) the travis-check now does not need anymore special flags. Signed-off-by:
Bastian Bittorf <bb@npl.de>
-
- 09 Jan, 2017 3 commits
-
-
Bastian Bittorf authored
shellcheck message was: "Consider using grep -c instead of grep | wc"
-
neilpang authored
-
Bastian Bittorf authored
"Don't use [] around ranges in tr, it replaces literal square brackets." this introduces another warning: "Use '[:lower:]' to support accents and foreign alphabets." This is more a style thingy because we really want to only catch A-Z. work around this by using a shellcheck-directive and a comment that the [:lower:] will not work with e.g. busybox-ash. if we later really want to use [:lower:], we should use 'sed' for that.
-
- 07 Jan, 2017 1 commit
-
-
Kevin Kaland authored
Fixes GH-517.
-
- 06 Jan, 2017 1 commit
-
-
Karsten Sperling authored
-
- 03 Jan, 2017 4 commits
-
-
Paul Koppen authored
-
Paul Koppen authored
-
Paul Koppen authored
-
Paul Koppen authored
* Use `_head_n`. * Add link to GitHub repo for bug reporting.
-