- Sep 15, 2016
-
-
ulif authored
-
- Sep 14, 2016
-
-
ulif authored
-
ulif authored
-
ulif authored
Use of ``[pytest]`` section in `setup.cfg` is deprecated while the new section name ``[tool:pytest]`` is not recognized by older `pytest` versions. To stay compatible with older `pytest` and avoid warnings with `pytest` 3.0+, we move the whole config to `tox.ini`, where still the old section name is valid.
-
- Aug 09, 2016
-
-
ulif authored
Maybe we should switch to the new(?) file format used by Debian?
-
- Aug 03, 2016
-
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
Make the tests succeed. In wordlists we now also accept '1-2-3-4 someterm' for numbered entries. We still support '1234 somterm'.
-
ulif authored
Yet in numbered wordlists we expect numbers like ``123456``, each digit representing a dice number. When using dice with more than 9 sides, we have to separate single numbers. This separator must be a single dash. We allow '123456' as well as '1-2-3-4-5-6'. Or '12-3-4-5-6'. But not '-1-2-3-4' nor '1-2-2--3' (double dash).
-
- Aug 02, 2016
-
-
ulif authored
The output changed, due to listing the new EFF list.
-
ulif authored
-
ulif authored
Kudos to Joseph Bonneau and EFF, also copyright-wise.
-
ulif authored
-
ulif authored
Tell more about the lists we ship and put their description into a better readable list.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
The Electronic Frontier Foundation published own wordlists, which were, as it looks, carefully assembled. See https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases for details. We ship now with the long list.
-
- Jul 29, 2016
-
-
ulif authored
-
- Jun 08, 2016
- May 18, 2016
-
-
ulif authored
As we can only increase verbosity with commandline flags, we should set the least verbose log level by default.
-
- May 17, 2016
- May 14, 2016
-
-
ulif authored
-
- May 12, 2016
-
-
ulif authored
The help page displayed in README should reflect the real help page.
-
ulif authored
-
ulif authored
We have to make sure, that `dice_sides` is really used when picking random values.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
While it is nice to have a working plugin example, it looks also a bit overcomplicated to me. It is better for contributors, if they can find things (like CLI argument parsing) in one (foreseeable) place and do not have for things scattered over the whole project. For plugin documentation we can use the sphinx docs. Or maybe provide a sample plugin in tests.
-
- May 11, 2016
-
-
ulif authored
This argument makes sense together with ``realdice`` randomsource and tells how many sides the dice we use have. Six by default.
-