198 Commits (5e9b65dc416b08ecb3ef29f26aab089db0315e6e)

Author SHA1 Message Date
David Kerr 5e9b65dc41 Change from echo to printf in _url_encode calls. 8 years ago
David Kerr a045ba39d7 Fix calls to _url_encode 8 years ago
David Kerr a3e3d3dda9 Resolve travis spellcheck errors (hopefully) 8 years ago
neilpang d78ba322bf fix update 8 years ago
neilpang ab5c1b0a3a minor 8 years ago
neilpang 53fa16d39f minor 8 years ago
neilpang 05cf405cb5 minor 8 years ago
neilpang 5d833336d3 minor 8 years ago
neilpang bb6326f4d4 fix for solaris 8 years ago
Philipp Grosswiler c070407ab2 Fixed Travis CI complaining about missing newline at end of file. 8 years ago
neilpang 1c22c2f76a fix for solaris 8 years ago
neilpang 646c0bfcb9 fix for solaris 8 years ago
neilpang bcf96608d1 fix for solaris 8 years ago
Philipp Grosswiler dd17ac5045 Added instructions on how to get the Linode API key. 8 years ago
Philipp Grosswiler 59182dbc97 Removed Linode CLI dependency. 8 years ago
David Kerr 0d2f5f8142 Resolve merge problems. Oops. 8 years ago
David Kerr 598fe81f9f Back to mixed case FREEDNS_User and FREEDNS_Password variable naming 8 years ago
David Kerr 0f04a8df5d use new _url_encode function in acme.sh 8 years ago
David Kerr 4e078aeae9 Revert FREEDNS userid and password variables to all uppercase 8 years ago
David Kerr 6787545e07 travis spellcheck fix 8 years ago
David Kerr 2d4804274d Remove bash unique string manipulation, replace with cut function. 8 years ago
David Kerr d059831da1 Implement retry to load subdomain page if first attempt fails. 8 years ago
David Kerr 8c8edd8356 Remove use of rev command... new method of separating top domain from subdomain. 8 years ago
David Kerr ab8e7e7abf More cleanup and remove bash unique code. 8 years ago
David Kerr c1dece1cfb Remove some bash specific string handling, replace with sed. 8 years ago
David Kerr 03ec57a054 Change from ((i++)) to i=$(_math $i + 1) 8 years ago
David Kerr 77a0145187 More code cleanup and remove use of IFS for line splitting. 8 years ago
David Kerr 4c95128113 More travis/spellcheck cleanup 8 years ago
David Kerr 24714b7508 Cleanup travis/spellcheck issues 8 years ago
David Kerr 076f057448 Remove remaining usage of curl and replace with acme.sh _get and _post 8 years ago
David Kerr 6897fa9880 get subdomain page with acme.sh _get() rather than using curl 8 years ago
David Kerr 98c0716347 login with acme.sh _post() rather than using curl. 8 years ago
David Kerr 5a77efd102 Cache FreeDNS authentication cookie rather than userid and password. 8 years ago
David Kerr 0eb678753f Delete stray line copied/pasted from another pugin 8 years ago
David Kerr a2a1e2ed25 Support for FreeDNS 8 years ago
neilpang 542d7977db add new _url_encode 8 years ago
David Kerr aebbb1ae57 Revert FREEDNS userid and password variables to all uppercase 8 years ago
David Kerr 9c9ecd4813 travis spellcheck fix 8 years ago
David Kerr 76b7731998 Remove bash unique string manipulation, replace with cut function. 8 years ago
David Kerr 49e8ecd168 Implement retry to load subdomain page if first attempt fails. 8 years ago
David Kerr d280e4ad6d Remove use of rev command... new method of separating top domain from subdomain. 8 years ago
David Kerr 0cac509626 More cleanup and remove bash unique code. 8 years ago
David Kerr a367f3737b Remove some bash specific string handling, replace with sed. 8 years ago
David Kerr ea8dfd4a3e Change from ((i++)) to i=$(_math $i + 1) 8 years ago
David Kerr 23a6ce2795 More code cleanup and remove use of IFS for line splitting. 8 years ago
David Kerr 0efdf5e992 More travis/spellcheck cleanup 8 years ago
David Kerr 2e26aa11a6 Cleanup travis/spellcheck issues 8 years ago
David Kerr 7da47fa556 Remove remaining usage of curl and replace with acme.sh _get and _post 8 years ago
David Kerr abe287528e get subdomain page with acme.sh _get() rather than using curl 8 years ago
David Kerr e5975a7137 login with acme.sh _post() rather than using curl. 8 years ago