- Nov 16, 2015
-
-
ulif authored
Normally, it would be more concise to use the more declarative name. "en_8k" tells, how many terms we find in this wordlist. But as the wordlist names are used in the CLI and users will normally simply look for a wordlist in their language, it can help to keep the name of the "default" list for each language short. We pick the 8K lists for "default" (and not the "original" 6^5 lists), because we assume that normally people will use diceware without dice. Also most other sources of randomness will most probably work on a 2^x basis rather than in 6^x (and therefore have better use for 8k lists over other ones).
-
- Nov 15, 2015
-
-
ulif authored
Make sure that config file values are really considered by handle_options().
-
- Nov 13, 2015
- Nov 12, 2015
- Nov 11, 2015
-
-
ulif authored
We have to check for boolean before int, because int is also a valid boolean.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
By default we should read config files in user homes.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
We can build a sensible list of config file locations on-the-fly.
-
ulif authored
-
- Nov 10, 2015
-
-
ulif authored
-
- Nov 09, 2015
-
-
ulif authored
Right now we consider a file ".diceware" in the users home as only valid place for a diceware config file.
-
- Nov 05, 2015
-
-
ulif authored
-
- Aug 03, 2015
- Aug 02, 2015
-
-
ulif authored
-
ulif authored
We have to try hard to create a string accepted by all supported Python versions.
-
ulif authored
Add test case that provides a file descriptor with broken seek(). We must expect "broken" seek() methods for instance with sys.stdin.
-
ulif authored
Use conftest module for fixtures we need in several test modules.
-
- Aug 01, 2015
- Jul 31, 2015
-
-
ulif authored
We want to have such functionality be aggregated in a class.
-
ulif authored
-
ulif authored
Also in tests.
-
ulif authored
-
ulif authored
For wordlists we require a certain filename format. This is described by a regular expression we introduce hereby.
-
ulif authored
This function provides pure WordList functionality and should be part of this class therefore.
-
- Jul 30, 2015