aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/state.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove pointers from feed options. Detect unknown fields in feed and group op...René 'Necoro' Neumann2020-05-011-2/+2
* New options --build-cache and --dry-runRené 'Necoro' Neumann2020-05-011-2/+12
* Add tls-no-verify option to disallow certificate checks.René 'Necoro' Neumann2020-04-271-1/+1
* Option `always-new`René 'Necoro' Neumann2020-04-261-1/+1
* Options: "disable" and "ignore-hash"René 'Necoro' Neumann2020-04-261-2/+2
* Handle the waitGroup internally in ForeachGoRené 'Necoro' Neumann2020-04-261-11/+9
* Filtering from cacheRené 'Necoro' Neumann2020-04-261-1/+38
* Shortcut: do nothing, if there is no feed leftRené 'Necoro' Neumann2020-04-251-0/+4
* Remove undue feedsRené 'Necoro' Neumann2020-04-251-0/+8
* Larger restructuringRené 'Necoro' Neumann2020-04-251-0/+76
sual. 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>