aboutsummaryrefslogtreecommitdiff
path: root/internal/feed
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-12 18:48:04 +0200
committerGitHub <noreply@github.com>2020-05-12 18:48:04 +0200
commitaebada08bc95a7175138ee3ed2923741966410a0 (patch)
treea5dba46404ef8401ff49e12db6afdb6deaecc44e /internal/feed
parent094c926812a4b9e3c0c77a820ff7daf81bc82bdd (diff)
downloadfeed2imap-go-aebada08bc95a7175138ee3ed2923741966410a0.tar.gz
feed2imap-go-aebada08bc95a7175138ee3ed2923741966410a0.tar.bz2
feed2imap-go-aebada08bc95a7175138ee3ed2923741966410a0.zip
Fix README.md after merge
Diffstat (limited to 'internal/feed')
0 files changed, 0 insertions, 0 deletions
low=1'>show: better clip error messageJason A. Donenfeld1-3/+3 2016-02-05show: allow selecting which clip lineJason A. Donenfeld2-9/+10 2016-02-05generate: have a default length of 25Jason A. Donenfeld2-6/+12 Folks are lazy and don't want to type very much, so they'd like to have a default password length to generate that can be configured via environment variables per usual. I'm making the default 25. If the user forbids the use of symbols, pwgen will use a-zA-Z0-9, ensuring that at least one A-Z and at least one 0-9 is used. We want to have a password of at least 128-bits, so factoring in the issue with "at least one of this character type", 25 gets us there squarely. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>