neilpang
0899803294
add my twitter
9 years ago
neil
4742e0951c
Merge pull request #563 from Neilpang/dev
Dev
9 years ago
neilpang
c3b1eb0837
fix format
9 years ago
neilpang
542d7977db
add new _url_encode
9 years ago
David Kerr
aebbb1ae57
Revert FREEDNS userid and password variables to all uppercase
As these are exported variables by convention they should be uppercase.
Travis/Spellcheck fails because they are not uppercase and it therefore
expects them to be defined or set before use.
9 years ago
David Kerr
9c9ecd4813
travis spellcheck fix
9 years ago
David Kerr
76b7731998
Remove bash unique string manipulation, replace with cut function.
9 years ago
David Kerr
49e8ecd168
Implement retry to load subdomain page if first attempt fails.
Sometimes FreeDNS does not reurn the subdomain page but rather
returns a page regarding becoming a premium member. This usually
happens after a period of inactivity. Immediately trying again
returns the correct subdomain page. So, we will try twice to
load the page
9 years ago
David Kerr
d280e4ad6d
Remove use of rev command... new method of separating top domain from subdomain.
9 years ago
David Kerr
0cac509626
More cleanup and remove bash unique code.
9 years ago
David Kerr
a367f3737b
Remove some bash specific string handling, replace with sed.
Plus some more code cleanup.
9 years ago
David Kerr
ea8dfd4a3e
Change from ((i++)) to i=$(_math $i + 1)
9 years ago
David Kerr
23a6ce2795
More code cleanup and remove use of IFS for line splitting.
9 years ago
neilpang
11927a768e
minor, rename
9 years ago
neil
ecd5bcec0c
Merge pull request #529 from ggenot/dev
Adding kong deploy script
9 years ago
David Kerr
0efdf5e992
More travis/spellcheck cleanup
9 years ago
David Kerr
2e26aa11a6
Cleanup travis/spellcheck issues
9 years ago
David Kerr
7da47fa556
Remove remaining usage of curl and replace with acme.sh _get and _post
plus other misc cleanup
9 years ago
David Kerr
abe287528e
get subdomain page with acme.sh _get() rather than using curl
9 years ago
David Kerr
e5975a7137
login with acme.sh _post() rather than using curl.
9 years ago
David Kerr
3674cdde76
Cache FreeDNS authentication cookie rather than userid and password.
Now the FREEDNS_USER and FREEDNS_PASSWORD need only be exported the first
time it is used and whenever the userid or password is changed. Subsequent
runs use the cookie cached in account.conf
9 years ago
neil
911a2084d4
Merge pull request #559 from Neilpang/dev
Dev
9 years ago
neilpang
839bf0e2c9
fix format
9 years ago
neil
25555b8c3e
pass the paths to reload cmd
9 years ago
David Kerr
8de728f354
Delete stray line copied/pasted from another pugin
9 years ago
David Kerr
57a48f8119
Support for FreeDNS
9 years ago
neil
cd7ac94f35
Merge pull request #555 from Neilpang/dev
fix format
9 years ago
neilpang
68aea3af9e
fix format
9 years ago
neil
cdb3216cc9
Merge pull request #554 from Neilpang/dev
add --remove
9 years ago
neilpang
78f0201dfa
add --remove
9 years ago
neil
2cd47b0240
Merge pull request #553 from Neilpang/dev
minor, fix alias
9 years ago
neilpang
be83a6a37a
minor, fix alias
9 years ago
neil
8ca99e85b0
Merge pull request #552 from Neilpang/dev
Dev
9 years ago
neilpang
f5b546b3c8
rename to LE_CONFIG_HOME
9 years ago
neil
50c9d17830
Merge pull request #547 from Neilpang/random
Random
9 years ago
neilpang
d87af4788e
Merge branch 'random' into dev
# Conflicts:
# acme.sh
9 years ago
neilpang
0f21537f14
format
9 years ago
neilpang
0533bde9f2
Merge branch 'random' into dev
# Conflicts:
# acme.sh
9 years ago
neilpang
32b3717c32
random minute
9 years ago
neil
d950f801af
Merge pull request #546 from Neilpang/comma
Comma
9 years ago
neil
a8ab028b84
Merge pull request #545 from Neilpang/comma
fix comma in domain
9 years ago
neilpang
2aff36e74b
fix comma in domain
9 years ago
neil
db7e4bf940
fix format
9 years ago
neil
ee20015d44
fix format
9 years ago
neilpang
80941f8413
minor
9 years ago
neilpang
cf909db159
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
9 years ago
neilpang
27dbe77fad
add "--config-home"
9 years ago
Philipp Grosswiler
38f2334360
Added support for Linode DNS API.
9 years ago
neil
6489a48e1f
Merge pull request #536 from Neilpang/dev
Dev
9 years ago
neil
ca24d1762e
Merge pull request #535 from bittorf/master
travis: use only POSIX constructs here, avoid bashisms
9 years ago