1. 30 Oct, 2019 1 commit
  2. 27 Oct, 2019 3 commits
  3. 14 Sep, 2019 1 commit
  4. 05 Sep, 2019 2 commits
  5. 15 Aug, 2019 1 commit
  6. 11 Aug, 2019 1 commit
  7. 05 Aug, 2019 2 commits
  8. 29 Jul, 2019 1 commit
  9. 27 Jul, 2019 3 commits
    • neil's avatar
      sync (#2404) · 55dea4ee
      neil authored
      * support jdcloud.com
      
      * fix format
      
      * ttl 3000
      
      * Escape slashes (#2375)
      
      * Change 1.1.1.1 to 1.0.0.1 to probe compatibility (#2330)
      
      As we can see, 1.1.1.1 is not routed or routed to an Intranet devices due to historical reason. Change 1.1.1.1 to 1.0.0.1 will have a better compatibility. I found this problem on my Tencent Cloud server.
      
      * check empty id
      
      * fix error
      
      * Add dnsapi for Vultr (#2370)
      
      * Add Vultr dns api
      
      * PushOver notifications (#2325)
      
      * PushOver notifications, using AppToken, UserKey, and optional sounds
      
      * fix errors
      
      * added dns api support for hexonet (#1776)
      
      * update
      
      * minor
      
      * support new Cloudflare Token format
      fix https://github.com/Neilpang/acme.sh/issues/2398
      
      * fix wildcard domain name
      
      * add more info
      
      * fix https://github.com/Neilpang/acme.sh/issues/2377
      
      * fix format
      
      * fix format
      55dea4ee
    • neilpang's avatar
      fix format · 41c95181
      neilpang authored
      41c95181
    • neilpang's avatar
      fix format · 72e7eb67
      neilpang authored
      72e7eb67
  10. 22 Jul, 2019 1 commit
  11. 20 Jul, 2019 3 commits
  12. 18 Jul, 2019 2 commits
  13. 13 Jul, 2019 5 commits
  14. 29 Jun, 2019 1 commit
    • Raphaël Berlamont's avatar
      dns_azure : Multiple domains with same ending bug · 971a85a6
      Raphaël Berlamont authored
      We have a few domains that ends the same. For example :
        iperfony.com
        perfony.com
      
      The problem was in the _get_root functions, when getting the domain_id :
      only the first result "iperfony.com" was returned, because "perfony.com"
      is contained in the "iperfony.com" string.
      
      The correction consist of being strict in the regex, adding a slash (/)
      so that it will only match on ".*/(perfony.com).*" and not
      ".*(perfony.com).*".
      971a85a6
  15. 19 Jun, 2019 1 commit
  16. 13 Jun, 2019 2 commits
  17. 11 Jun, 2019 3 commits
  18. 10 Jun, 2019 1 commit
  19. 02 Jun, 2019 1 commit
  20. 31 May, 2019 2 commits
  21. 28 May, 2019 2 commits
    • Kay Roepke's avatar
      Improve compatibility with *BSD xargs · 145b1f4f
      Kay Roepke authored
      The --no-run-if-empty option is a GNU extension and the long version isn't supported by *BSD variants.
      Instead use the short version (-r) which is present, but ignored as it is the default behavior, in at least FreeBSD: https://www.freebsd.org/cgi/man.cgi?xargs
      145b1f4f
    • neil's avatar
      sync (#2297) · 09bce5e6
      neil authored
      * Create LICENSE.md
      
      * remove _hostingde_parse_no_strip_whitespace function as this breaks API requests
      
      * Fix sessionid parsing on BSD
      
      * Make travis happy. (SC2020)
      
      * fix for https://github.com/Neilpang/acme.sh/issues/2286
      
      
      
      * Notify mail update (#2293)
      
      * feat: disable e-mail validation if MAIL_NOVALIDATE is set
      
      * fix: expose _MAIL_BIN variable
      
      * fix: call _mail_body and _mail_cmnd directly to make sure that all used variables are exposed
      
      * fix: update notify/mail.sh
      Co-Authored-By: default avatarMatej Mihevc <zuexo@users.noreply.github.com>
      
      * fix: remove useless echo, quote eval
      09bce5e6
  22. 25 May, 2019 1 commit