Lorenz Stechauner
f9dfd3b348
World4You shellcheck
5 years ago
Lorenz Stechauner
9449501537
World4You using ggrep in solaris
5 years ago
Lorenz Stechauner
f3b5d5ab7b
World4You using _egrep_o
5 years ago
Lorenz Stechauner
8ee5726e0c
Added World4You DNS API
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
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
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
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
mxtuma
23e7b13c48
Changes to sed newline replacement as Mac OS X test failed.
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
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
Easton Man
b8e5c0d898
feat: Add huaweicloud intl dnsapi
5 years ago
Lorenz Stechauner
2e97b20f94
Added World4You DNS API
5 years ago
neil
1a163243ec
fix https://github.com/acmesh-official/acme.sh/issues/3259
5 years ago
mxtuma
3ad668a429
Added comments for future maintaining
5 years ago
mxtuma
e344c43c68
Fixing indent from tab to 2 spaces
5 years ago