- Dec 03, 2015
-
-
ulif authored
-
ulif authored
This wordlist was renamed to `en`. It is the default wordlist.
-
ulif authored
-
ulif authored
-
ulif authored
Give config file docs an own page.
-
ulif authored
Remove heading of configuration file section of README. It was more confusing than helpful, I think.
-
ulif authored
If we talk about configuration _files_, then tell it.
-
ulif authored
- Dec 02, 2015
-
-
ulif authored
Fixes suggested by `check-manifest`. It might be helpful to deliver also docs and tests with releases, although they are not needed to run the software.
-
- Nov 19, 2015
-
-
ulif authored
-
- Nov 16, 2015
-
-
ulif authored
-
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().
-
ulif authored
We pin py.test to version < 2.8.0 to make it work with the `--doctest-modules` option enabled. We still wait for this bug in py.test being fixed (announced in issue tracker for 2.8.3 release of py.test).
-
- Nov 14, 2015
-
-
ulif authored
Give hints, how to customize configuration.
-
ulif authored
As we have new features in the upcoming release, we have to bump the minor release number, not only the bugfix number.
-
ulif authored
-
ulif authored
We do support configuration files from now on.
-
ulif authored
As we introduced an py.test autouse fixture, we cannot currently also run doctest-modules due to a bug in py.test (2.8.1, 2.8.2): https://github.com/pytest-dev/pytest/issues/1057 Looks like a fix is planned for 2.8.3 release. Until then we have to disable doctests in modules.
-
- Nov 13, 2015
-
-
ulif authored
With the new config module in place we must make sure, that any user maintained .diceware.ini files do not interfere with tests. The fixture sets $HOME for all tests automatically.
-
ulif authored
-
ulif authored
-
ulif authored
This test name was a duplicate, in effect overwriting the other test.
-
- 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
Older python versions (< 3.x?) do not support item assignments with config parser instances. We have to workaround therefore.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
By default we should read config files in user homes.
-
ulif authored
-
ulif authored
-