Skip to content
Snippets Groups Projects
  1. Oct 03, 2017
  2. Sep 29, 2017
  3. Sep 19, 2017
  4. Sep 18, 2017
  5. Sep 17, 2017
  6. Sep 15, 2017
    • ulif's avatar
      Harden manpage test. · 86379bf4
      ulif authored
      The manpage test failed when tests were run in a long path. The help
      output then led to an extra line break which made comaparisons quite
      cumbersome.
      86379bf4
  7. Sep 14, 2017
  8. Sep 13, 2017
    • ulif's avatar
      Fix statement about entropy. · e4bc679a
      ulif authored
      The wordlist length must be a power of the number of dice sides used to
      result in fair choices. This is not being relatively prime.
      e4bc679a
  9. Sep 11, 2017
  10. Sep 10, 2017
  11. Sep 08, 2017
  12. Sep 06, 2017
  13. Sep 05, 2017
  14. Sep 04, 2017
  15. Sep 03, 2017
  16. Sep 02, 2017
  17. Aug 31, 2017
    • ulif's avatar
      Update manpage date. · 6ae68322
      ulif authored
      We will have another release soon. So, let's care for details better to
      soon than too late.
      6ae68322
    • ulif's avatar
      Use docstring only to document function. · 9b7e8a14
      ulif authored
      The documenting comment (starting with ``#: ``) is neccessary for vars
      and constants only. All these comments are used by `Sphinx` to generate
      documentation.
      9b7e8a14
    • ulif's avatar
      Reorder function. · 2694974e
      ulif authored
      Put consts at top of file and functions below. The code is better
      readable this way.
      2694974e
  18. Aug 30, 2017
  19. Aug 29, 2017
  20. Aug 28, 2017
    • drebs's avatar
      use function to get wordlists path · 07e497e5
      drebs authored
      The path to wordlist files is hardcoded in the generated sphinx
      documentation and because it may differ depending on how the package is
      installed this creates different problems:
      
        - the path hardcoded in the online api documentation may differ from
          the one in each installation, leading to incorrect information
          provided to the user of the api.
      
        - packaging diceware documentation to specific operating systems may
          generate unreproducible packages.
      
      This commit replaces the variable WORDLISTS_DIR by a function called
      get_wordlists_dir() that delays the construction of the path instead of
      doing it during module loading.
      07e497e5
  21. Aug 27, 2017
  22. Aug 26, 2017
  23. Aug 25, 2017
Loading