Skip to content
Snippets Groups Projects
  1. Jul 29, 2016
  2. Jun 08, 2016
  3. 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
  4. May 17, 2016
  5. May 14, 2016
  6. May 12, 2016
  7. 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
      Use dict in options test. · b2aada6a
      ulif authored
      As we will start to do real things with the options passed in, we need
      a real (options) dict also in other tests of `RealDiceRandomSource`.
      b2aada6a
    • 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
      pep8. · 7ff2d0c1
      ulif authored
      7ff2d0c1
    • 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
    • ulif's avatar
      Next release will be more than pure bugfix. · 29f16960
      ulif authored
      We got API changes, new options, etc. All this will make the
      next release a minor one, not a pure bugfix.
      29f16960
  8. May 10, 2016
  9. May 09, 2016
  10. May 08, 2016
  11. May 07, 2016
Loading