Commit Graph

  • f9dfd3b348 World4You shellcheck Lorenz Stechauner 2020-11-27 19:35:53 +0100
  • 9449501537 World4You using ggrep in solaris Lorenz Stechauner 2020-11-27 19:34:16 +0100
  • f3b5d5ab7b World4You using _egrep_o Lorenz Stechauner 2020-11-26 13:59:18 +0100
  • 8ee5726e0c Added World4You DNS API Lorenz Stechauner 2020-11-22 11:22:54 +0100
  • effa7fd57d add ACME_HTTP_NO_REDIRECTS and _resethttp to make http requests not follow redirects neil 2020-11-29 18:39:11 +0800
  • 6c039d2ad0 World4You removed _ggrep Lorenz Stechauner 2020-11-29 10:43:25 +0100
  • 2dd8527566 World4You success on 302 instead of 302 or 200 Lorenz Stechauner 2020-11-29 10:33:46 +0100
  • fe811ce32e
    Merge pull request #3253 from tsoybe/master neil 2020-11-29 17:23:15 +0800
  • 9fee0805c4 World4You using /dev/null instead of grep -q Lorenz Stechauner 2020-11-29 09:40:35 +0100
  • 1987c32761 World4You using _egrep_o instead of grep -E Lorenz Stechauner 2020-11-29 09:34:52 +0100
  • 0ed2659698 World4You using ggrep more often Lorenz Stechauner 2020-11-28 17:27:50 +0100
  • 9878856dfe
    Merge pull request #3274 from moritz-h/fritzbox-uconv neil 2020-11-28 23:11:31 +0800
  • ed01fd4edf uconv as fallback for iconv Moritz H 2020-11-28 15:22:14 +0100
  • 9474933070 World4You dns root parsing Lorenz Stechauner 2020-11-28 08:50:47 +0100
  • f3987b453c World4You Bugfix 2 Lorenz Stechauner 2020-11-27 22:29:31 +0100
  • dcb4cb3a1e World4You Bugfix Lorenz Stechauner 2020-11-27 22:28:25 +0100
  • 198b840059 World4You grep -q Lorenz Stechauner 2020-11-27 22:27:10 +0100
  • 42583cf3bb World4You Shellcheck Lorenz Stechauner 2020-11-27 22:25:29 +0100
  • 2e15371d61 World4You posix shell Lorenz Stechauner 2020-11-27 22:22:50 +0100
  • 339ff8ca77 World4You domain root fix Lorenz Stechauner 2020-11-27 22:12:11 +0100
  • 268eaddad8 World4You shellcheck Lorenz Stechauner 2020-11-27 19:35:53 +0100
  • bb3cc1130b World4You using ggrep in solaris Lorenz Stechauner 2020-11-27 19:34:16 +0100
  • 64ae3280e1 Merge branch 'master' of github.com:NerLOR/acme.sh Lorenz Stechauner 2020-11-27 17:09:49 +0100
  • 95235d69c2 World4You using _egrep_o Lorenz Stechauner 2020-11-26 13:59:18 +0100
  • d639c7be39 Added World4You DNS API Lorenz Stechauner 2020-11-22 11:22:54 +0100
  • d7cafe25ff
    World4You using _egrep_o Lorenz Stechauner 2020-11-26 13:59:18 +0100
  • 996f53373e fix https://github.com/acmesh-official/acme.sh/issues/3250 neilpang 2020-11-13 19:58:21 +0800
  • 6f55370ad4
    Merge pull request #3262 from eastonman/master neil 2020-11-25 09:57:26 +0800
  • fd511966a7 fix: revert adding tr to replace sed Easton Man 2020-11-24 12:58:16 +0800
  • c4ddddd434 refactor: remove dirty debug code - add tr to replace sed for robusty - add comments Easton Man 2020-11-24 10:05:34 +0800
  • 83a4db3b31 fix: remove sed before grep, but lead to less robusty Easton Man 2020-11-23 23:46:06 +0800
  • e35ef75949 fix: fix solaris sed and grep issue Easton Man 2020-11-23 22:18:57 +0800
  • d9dec6fe6b Merge branch 'dev' of https://github.com/jakelamotta/acme.sh into dev jakelamotta 2020-11-23 12:53:48 +0100
  • 69bdbaed41 Fix comment jakelamotta 2020-11-18 18:01:02 +0100
  • 30f359e642 Fix code style problems jakelamotta 2020-11-18 15:55:02 +0100
  • 29d0a1714e Fix code style problems jakelamotta 2020-11-18 15:52:46 +0100
  • fcb97f802f Removes tabs and trailing spaces jakelamotta 2020-11-18 15:46:16 +0100
  • 9ad05e640d Removed spaces on empty lines jakelamotta 2020-11-18 15:37:26 +0100
  • 449f00f960 Add double quotes to variables jakelamotta 2020-11-18 15:12:22 +0100
  • 8e64329d05 Fix CI-errors jakelamotta 2020-11-18 14:52:32 +0100
  • 4284777556 Fix indentation and added some debug messages jakelamotta 2020-11-17 14:20:45 +0100
  • 81c496d96c Fix comments jakelamotta 2020-11-17 13:49:32 +0100
  • 65c06da275 Adds dnsapi support for Simply.com jakelamotta 2020-11-17 13:19:55 +0100
  • 5d0657c49a fix: fix adding record before removing Easton Man 2020-11-23 14:57:33 +0800
  • f6f6550bfb feat: add very tricky method to adapt to non-intuitive huaweicloud api Easton Man 2020-11-23 14:25:48 +0800
  • e01fb50359 feat: add env var check Easton Man 2020-11-23 00:32:50 +0800
  • 28ce1c1249 fix: fix wrong debug output Easton Man 2020-11-23 00:20:38 +0800
  • 7db592d27a fix: fix failing ci test Easton Man 2020-11-22 22:56:47 +0800
  • b8e5c0d898 feat: Add huaweicloud intl dnsapi Easton Man 2020-11-22 22:34:21 +0800
  • 067c1771d0
    Merge pull request #3263 from acmesh-official/dev neil 2020-11-22 23:20:30 +0800
  • 349429b76e fix solaris badge neil 2020-11-22 21:55:55 +0800
  • cc8f2afce9 fix for Solaris, and add Solaris to Github actions neil 2020-11-22 21:41:22 +0800
  • 2e97b20f94 Added World4You DNS API Lorenz Stechauner 2020-11-22 11:22:54 +0100
  • 1a163243ec fix https://github.com/acmesh-official/acme.sh/issues/3259 neil 2020-11-22 12:19:52 +0800
  • 75660e6f21
    Merge pull request #3258 from acmesh-official/dev neil 2020-11-19 21:39:39 +0800
  • 199ca77c2a fix for PebbleStrict mode test. neil 2020-11-19 20:14:28 +0800
  • 1e2d2abbdf Fix comment jakelamotta 2020-11-18 18:01:02 +0100
  • 11b980f574 fix set-env neil 2020-11-18 23:16:36 +0800
  • 3274f9f155 Fix code style problems jakelamotta 2020-11-18 15:55:02 +0100
  • f90f8824bb Fix code style problems jakelamotta 2020-11-18 15:52:46 +0100
  • c7116d40ca Removes tabs and trailing spaces jakelamotta 2020-11-18 15:46:16 +0100
  • 6ef66399f8 Removed spaces on empty lines jakelamotta 2020-11-18 15:37:26 +0100
  • 2b8561f27d fix set-env neil 2020-11-18 22:23:36 +0800
  • b20d8f195b Add double quotes to variables jakelamotta 2020-11-18 15:12:22 +0100
  • 6cf0eb9e1d Fix CI-errors jakelamotta 2020-11-18 14:52:32 +0100
  • c349e9aabe fix set-env neil 2020-11-18 21:19:10 +0800
  • 6ee38ceaba fix https://github.com/acmesh-official/acme.sh/issues/3252 neil 2020-11-17 22:50:40 +0800
  • c60613fbcb Fix indentation and added some debug messages jakelamotta 2020-11-17 14:20:45 +0100
  • bcc1b7b48a Fix comments jakelamotta 2020-11-17 13:49:32 +0100
  • b19cb0805c Adds dnsapi support for Simply.com jakelamotta 2020-11-17 13:19:55 +0100
  • 7dfc5a78ba
    Update dns_desec.sh tsoybe 2020-11-12 22:09:31 +0100
  • a077132d82
    Update dns_desec.sh tsoybe 2020-11-12 22:04:05 +0100
  • 8ed6be6307
    Merge pull request #3220 from edglynes/dev neil 2020-11-11 11:55:32 +0800
  • c490dd1563 add quotes to resolve shell check failure Ed Lynes 2020-11-09 10:36:12 -0500
  • d866b3df1f convert key to hex before calling _hmac Ed Lynes 2020-11-09 10:16:57 -0500
  • 97f3fb4496 Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into dev Ed Lynes 2020-11-09 09:17:33 -0500
  • 7530266330 remove dependency to md5 and awk neil 2020-11-09 20:14:22 +0800
  • 6a53f356d2
    Merge pull request #3246 from MaxPeal/MaxPeal-patch-ppc64le-s390x neil 2020-11-05 09:30:15 +0800
  • 075dc1e4e9
    add linux/ppc64le and linux/s390x MaxPeal 2020-11-05 01:25:07 +0100
  • 97b87d4ce4
    Merge pull request #3111 from pashinin/master neil 2020-11-02 22:37:43 +0800
  • e203e98375
    Use _savedeployconf Sergey Pashinin 2020-11-02 16:46:09 +0300
  • 9fcd104065
    Use _getdeployconf for env vars Sergey Pashinin 2020-11-02 13:35:12 +0300
  • 178e0ba87c
    Merge pull request #3237 from ma331/patch-1 neil 2020-11-02 11:58:40 +0800
  • cc40110d7e refactored sig timestamp generation Ed Lynes 2020-10-30 13:12:45 -0400
  • d58fb2bbc0
    Speedup for _get_root function ma331 2020-10-30 14:13:32 +0100
  • 812333e9ae
    Changed comment once more ma331 2020-10-29 14:01:08 +0100
  • 92bbdce435
    changed comment ma331 2020-10-29 13:35:53 +0100
  • bc62d49fc9
    removed empty line to make shfmt happy ma331 2020-10-29 13:04:29 +0100
  • fe54d5b8ae
    fixed spacing in two lines ma331 2020-10-29 12:51:49 +0100
  • 7cc30c268b
    Script to use with Anexia CloudDNS ma331 2020-10-29 11:14:44 +0100
  • df60a2248a fix typo Ed Lynes 2020-10-28 15:20:24 -0400
  • aa85d0ffeb trigger commit Ed Lynes 2020-10-28 09:05:14 -0400
  • 1db963361c
    Rework based on review from Neilpang Jan-Philipp Benecke 2020-10-28 13:50:40 +0100
  • 8a55b20284 Merge branch 'dev' of https://github.com/edglynes/acme.sh into dev Ed Lynes 2020-10-27 14:01:52 -0400
  • beec349bc5 Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into dev Ed Lynes 2020-10-27 13:40:18 -0400
  • b025ed6057 Update LetsEncrypt.yml neil 2020-10-21 15:00:33 +0800
  • 27a54bcbaa fix dnsapi/dns_1984hosting Adrian Fedoreanu 2020-10-19 20:45:52 +0200
  • 6b20993d2a fix format Ed Lynes 2020-10-16 10:32:01 -0400
  • 9ab16bdbb3 use _digest instead of openssl Ed Lynes 2020-10-16 10:16:25 -0400
  • 23088bc897 Update LetsEncrypt.yml neil 2020-10-16 18:47:27 +0800