Skip to content
Snippets Groups Projects
  1. Jun 06, 2017
  2. Jun 04, 2017
  3. May 31, 2017
    • ulif's avatar
      Make `infile` arg a string. · ad5c04f2
      ulif authored
      The `argparse.FileType` type is considered bad style. Cf.
      http://bugs.python.org/issue13824. With this FileType we cannot tell
      when to close a file after reading (which should be done for most
      regular wordlists) or not (in case of input from stdin).
      ad5c04f2
  4. May 29, 2017
  5. May 28, 2017
  6. May 26, 2017
  7. May 23, 2017
  8. Apr 24, 2017
    • ulif's avatar
      Activate logging. · de9ebfeb
      ulif authored
      Logging was available all the time but not yet activated. We now
      enable logging when the main script is executed. This makes the
      `verbose` commandline option functional.
      de9ebfeb
    • ulif's avatar
      Extend docstring. · 5ee8e4d4
      ulif authored
      5ee8e4d4
    • ulif's avatar
      Fix typos. · 1030a786
      ulif authored
      1030a786
  9. Mar 04, 2017
    • ulif's avatar
      Print a hint when discarding rolls. · 6ddfc483
      ulif authored
      When using `realdice` randomness source and picking values out of short
      sequences (sequences shorter than the number of dice sides), we might
      require additional dice throws (if a value rolled is not in range of
      sequence length). We now print a hint when this happens.
      6ddfc483
  10. Mar 03, 2017
  11. Feb 27, 2017
  12. Feb 18, 2017
  13. Jan 06, 2017
  14. Dec 17, 2016
  15. Aug 03, 2016
  16. Aug 02, 2016
  17. Jun 08, 2016
  18. May 18, 2016
    • ulif's avatar
      Set lowest log level by default. · 6d15eab7
      ulif authored
      As we can only increase verbosity with commandline flags, we
      should set the least verbose log level by default.
      6d15eab7
  19. May 17, 2016
  20. May 12, 2016
  21. May 11, 2016
    • ulif's avatar
      Add `--dice-sides` option. · 6bfdbd2e
      ulif authored
      This argument makes sense together with ``realdice`` randomsource
      and tells how many sides the dice we use have. Six by default.
      6bfdbd2e
    • ulif's avatar
      Add a (dummy) argparser updater for real dice. · 44aa926c
      ulif authored
      The RealDiceRandomSource will support own commandline arguments. This
      is handled by an own classmethod called `update_argparser` that is
      called upon initialization of diceware.
      44aa926c
    • ulif's avatar
      Update docs. · f90da2ec
      ulif authored
      f90da2ec
    • ulif's avatar
      Update docs. · 37b21f14
      ulif authored
      37b21f14
    • ulif's avatar
      Allow plugins to work with the argparser. · 03fa1a63
      ulif authored
      If plugins want to work with their own commandline args, we allow
      this by calling their `update_argparser` methods. This has to be a
      classmethod, if it exists.
      03fa1a63
Loading