neil
3508e1e6d5
Merge pull request #2298 from kroepke/gcloud-bsd-support
Make dns_gcloud.sh BSD compatible
6 years ago
Kay Roepke
145b1f4fb3
Improve compatibility with *BSD xargs
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
6 years ago
Honza Hommer
51447961cb
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: Matej Mihevc <zuexo@users.noreply.github.com>
* fix: remove useless echo, quote eval
6 years ago
neil
2aa219e150
Merge pull request #2288 from andreasschulze/master
fix for https://github.com/Neilpang/acme.sh/issues/2286
6 years ago
andreasschulze
93740c997c
fix for https://github.com/Neilpang/acme.sh/issues/2286
6 years ago
neil
264ec5bab7
Merge pull request #2284 from devNan0/fix_netcup_parsing_on_bsd
dnsapi: netcup: Fix sessionid parsing on BSD
6 years ago
devNan0
05b6afcd17
Make travis happy. (SC2020)
6 years ago
devNan0
50d5c4b9ca
Fix sessionid parsing on BSD
6 years ago
neil
54708c6131
Merge pull request #2283 from hosting-de/feature/fix-pr2207
remove _hostingde_parse_no_strip_whitespace function as this breaks A…
6 years ago
Oliver Dick
0e9ba9a004
remove _hostingde_parse_no_strip_whitespace function as this breaks API requests
6 years ago
neil
08f10d3cea
Merge pull request #2282 from Neilpang/add-license-1
Add license
6 years ago
neil
c2dd7e0f6e
Create LICENSE.md
6 years ago
neil
57fc5d28a9
Merge pull request #2272 from Neilpang/dev
sync
6 years ago
neil
ef7d259bb7
Merge pull request #2277 from mjthompson/patch-1
Fix typo
6 years ago
mjthompson
688fe131c9
Fix typo
6 years ago
neil
527e1b8a16
Merge pull request #2273 from MilanPala/active24_fix_token
Fix saving token for DNS Active24
6 years ago
Milan Pála
f6d6658de7
Fix saving token for DNS Active24
6 years ago
neil
6a929d6a1a
Merge pull request #2264 from honzahommer/notify-slack
Add slack notify
6 years ago
neil
ae380cb21e
Merge pull request #2259 from honzahommer/notify-sendmail
Add mail notify
6 years ago
neilpang
cf4c603362
fix format
6 years ago
Honza Hommer
d83c9da830
add clearaccountconf MAIL_BIN
6 years ago
Honza Hommer
9a7c9e8d98
remove unset
6 years ago
neilpang
ace947e6b3
add dns_durabledns.sh
6 years ago
neil
5f9378569b
Merge pull request #2268 from Neilpang/dev
sync
6 years ago
neilpang
a180b95cca
add more debug info
6 years ago
Honza Hommer
73bbe25d26
add slack notify
6 years ago
Honza Hommer
fc5e3a0aec
remove echo command
6 years ago
Honza Hommer
7625d66259
wip
6 years ago
Honza Hommer
30f2c2bd77
prevent _MAIL_BIN modification
6 years ago
Honza Hommer
e3052c8c57
expose MAIL_BIN variable
6 years ago
Honza Hommer
7b6ebc5c98
try to use ACCOUNT_MAIL if MAIL_FROM is not set
6 years ago
neilpang
0093dc3d32
fix https://github.com/Neilpang/acme.sh/issues/2256
6 years ago
neil
ccefd3be02
Merge pull request #2255 from mdbraber/update-acmeproxy
dns_acmeproxy: Username/password no longer required
6 years ago
Honza Hommer
d509ef7581
make MAIL_FROM not required
6 years ago
Maarten den Braber
5e165819a1
Update authentication logic / info
6 years ago
Honza Hommer
d180f01b45
typos
6 years ago
Honza Hommer
91c09dd0a0
ssmtp
6 years ago
Honza Hommer
f6ca92337b
remove unsupported options from mail and mutt command
6 years ago
neil
ade9d662db
Merge pull request #2210 from chasefox/dev
Fix gcloud most-specific zone match
6 years ago
neil
baca196da6
Merge pull request #1878 from Ne-Lexa/dev
Added dns api support for internet.bs
6 years ago
Honza Hommer
10801bfb25
use mutt if installed
6 years ago
Honza Hommer
a89a62071b
cleanup, lint
6 years ago
wapplay
657051e4b6
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
# Conflicts:
# README.md
# dnsapi/README.md
6 years ago
Honza Hommer
f6f6d89e06
move sendmail notify to mail notify
6 years ago
neil
1a6af5d896
Merge pull request #1582 from v0s/pddfixes
Multiple fixes to Yandex DNSAPI plugin
6 years ago
neilpang
a4b83895a3
fix https://github.com/Neilpang/acme.sh/issues/2258
6 years ago
Honza Hommer
4f03548608
typos
6 years ago
Honza Hommer
773e1d4e05
use hostname function instead of HOSTNAME env variable
6 years ago
Honza Hommer
d9ef8c1779
add sendmail notify
6 years ago
Maarten den Braber
f9e3a2132f
Username/password no longer required
6 years ago