neil
effa7fd57d
add ACME_HTTP_NO_REDIRECTS and _resethttp to make http requests not follow redirects
5 years ago
Lorenz Stechauner
6c039d2ad0
World4You removed _ggrep
5 years ago
Lorenz Stechauner
2dd8527566
World4You success on 302 instead of 302 or 200
5 years ago
neil
fe811ce32e
Merge pull request #3253 from tsoybe/master
fix: wrong ttl issue#2925
5 years ago
Lorenz Stechauner
9fee0805c4
World4You using /dev/null instead of grep -q
5 years ago
Lorenz Stechauner
1987c32761
World4You using _egrep_o instead of grep -E
5 years ago
Lorenz Stechauner
0ed2659698
World4You using ggrep more often
5 years ago
neil
9878856dfe
Merge pull request #3274 from moritz-h/fritzbox-uconv
uconv as fallback for iconv in fritzbox deploy
5 years ago
Moritz H
ed01fd4edf
uconv as fallback for iconv
5 years ago
Lorenz Stechauner
9474933070
World4You dns root parsing
5 years ago
Lorenz Stechauner
f3987b453c
World4You Bugfix 2
5 years ago
Lorenz Stechauner
dcb4cb3a1e
World4You Bugfix
5 years ago
Lorenz Stechauner
198b840059
World4You grep -q
5 years ago
Lorenz Stechauner
42583cf3bb
World4You Shellcheck
5 years ago
Lorenz Stechauner
2e15371d61
World4You posix shell
5 years ago
Lorenz Stechauner
339ff8ca77
World4You domain root fix
5 years ago
Lorenz Stechauner
268eaddad8
World4You shellcheck
5 years ago
Lorenz Stechauner
bb3cc1130b
World4You using ggrep in solaris
5 years ago
Lorenz Stechauner
64ae3280e1
Merge branch 'master' of github.com:NerLOR/acme.sh
5 years ago
Lorenz Stechauner
95235d69c2
World4You using _egrep_o
5 years ago
Lorenz Stechauner
d639c7be39
Added World4You DNS API
5 years ago
Lorenz Stechauner
d7cafe25ff
World4You using _egrep_o
5 years ago
mxtuma
e8acda94e1
Solaris changes, head -c replaced with printf
5 years ago
mxtuma
82e525b442
spellcheck supress error for defining new line variable for Mac OS sed replacement
5 years ago
neilpang
996f53373e
fix https://github.com/acmesh-official/acme.sh/issues/3250
5 years ago
mxtuma
23e7b13c48
Changes to sed newline replacement as Mac OS X test failed.
5 years ago
mxtuma
4da71a614d
Merge pull request #3 from acmesh-official/dev
Dev branch update from original repository.
5 years ago
neil
6f55370ad4
Merge pull request #3262 from eastonman/master
feat: Add huaweicloud intl dnsapi
5 years ago
mxtuma
7edd13d102
Update to pass Mac OS X tests.
Mac OS X failed because sed regex uses GNU extension + as a repeater
I had tested commited code with --posix prefix for sed to simulate Mac OS X implementation on linux
Also Mac OS X can't replace to \n characters, this was resolved by replacing to \t and then translating to new lines using tr
5 years ago
Easton Man
fd511966a7
fix: revert adding tr to replace sed
5 years ago
Easton Man
c4ddddd434
refactor: remove dirty debug code
- add tr to replace sed for robusty
- add comments
5 years ago
Easton Man
83a4db3b31
fix: remove sed before grep, but lead to less robusty
5 years ago
Easton Man
e35ef75949
fix: fix solaris sed and grep issue
5 years ago
jakelamotta
d9dec6fe6b
Merge branch 'dev' of https://github.com/jakelamotta/acme.sh into dev
5 years ago
jakelamotta
69bdbaed41
Fix comment
5 years ago
jakelamotta
30f359e642
Fix code style problems
5 years ago
jakelamotta
29d0a1714e
Fix code style problems
5 years ago
jakelamotta
fcb97f802f
Removes tabs and trailing spaces
5 years ago
jakelamotta
9ad05e640d
Removed spaces on empty lines
5 years ago
jakelamotta
449f00f960
Add double quotes to variables
5 years ago
jakelamotta
8e64329d05
Fix CI-errors
5 years ago
jakelamotta
4284777556
Fix indentation and added some debug messages
5 years ago
jakelamotta
81c496d96c
Fix comments
5 years ago
jakelamotta
65c06da275
Adds dnsapi support for Simply.com
5 years ago
Easton Man
5d0657c49a
fix: fix adding record before removing
5 years ago
Easton Man
f6f6550bfb
feat: add very tricky method to adapt to non-intuitive huaweicloud api
5 years ago
mxtuma
ab564a0393
Updated regarding failed Mac OS testing
On Mac OS sed can't replace characters to new lines.
I replaced to tabs in sed, with knowing there were no tab exists as I deleted them before, and then by tr I replaced all tabs by new lines, hopefully in a portable way.
5 years ago
Easton Man
e01fb50359
feat: add env var check
5 years ago
Easton Man
28ce1c1249
fix: fix wrong debug output
5 years ago
Easton Man
7db592d27a
fix: fix failing ci test
5 years ago