aboutsummaryrefslogtreecommitdiff
path: root/pkg/config
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-24 22:58:42 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-24 22:58:42 +0100
commit2c6ca2d709b3e5bd62473bd59c4cbd7469f0fa38 (patch)
tree8d45ac5a8af05632abaa311fb0f8a4bec2810c56 /pkg/config
parentb2229977dc298572c7653314152592c650ea06e6 (diff)
downloadfeed2imap-go-2c6ca2d709b3e5bd62473bd59c4cbd7469f0fa38.tar.gz
feed2imap-go-2c6ca2d709b3e5bd62473bd59c4cbd7469f0fa38.tar.bz2
feed2imap-go-2c6ca2d709b3e5bd62473bd59c4cbd7469f0fa38.zip
Do not detect *.tpl files on github
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
span class='deletions'>-1/+1 2016-02-05show: 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>