1. 14 Feb, 2021 1 commit
    • medmunds's avatar
      Implement smtp notify hook · 1de9ffac
      medmunds authored
      Support notifications via direct SMTP server connection.
      Uses Python (2.7.x or 3.4+) to communicate with SMTP server.
      1de9ffac
  2. 10 Jan, 2021 2 commits
  3. 04 Jan, 2021 1 commit
    • Mike Beattie's avatar
      Add Telegram notification script · 10de4b6b
      Mike Beattie authored
      Requires:
      - API Token for a bot created with the Telegram Bot Father.
      - A Chat ID for a user/group that the bot has permission to post to.
      10de4b6b
  4. 17 Aug, 2020 1 commit
  5. 09 May, 2020 1 commit
  6. 22 Apr, 2020 1 commit
  7. 19 Apr, 2020 1 commit
  8. 18 Apr, 2020 1 commit
  9. 11 Mar, 2020 1 commit
  10. 08 Mar, 2020 1 commit
  11. 08 Feb, 2020 1 commit
  12. 06 Feb, 2020 2 commits
  13. 09 Nov, 2019 1 commit
  14. 02 Nov, 2019 2 commits
  15. 05 Sep, 2019 1 commit
    • fgma's avatar
      Notify xmpp (#2407) · b9994e52
      fgma authored
      * notify via xmpp (using sendxmpp)
      
      * fix formatting in notify/xmpp.sh
      
      * minor cleanup
      b9994e52
  16. 05 Aug, 2019 2 commits
  17. 27 Jul, 2019 1 commit
    • 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
  18. 22 Jul, 2019 1 commit
  19. 20 Jul, 2019 2 commits
  20. 02 Jun, 2019 1 commit
  21. 28 May, 2019 1 commit
    • 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. 27 May, 2019 1 commit
    • Honza Hommer's avatar
      Notify mail update (#2293) · 51447961
      Honza Hommer authored
      
      
      * 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
      51447961
  23. 18 May, 2019 2 commits
  24. 13 May, 2019 7 commits
  25. 12 May, 2019 4 commits