Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trustcrypto/python-onlykey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: m1st0/python-onlykey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on May 8, 2017

  1. Update some syntax for Python3.5

    Maulik Mistry committed May 8, 2017
    Configuration menu
    Copy the full SHA
    3d25095 View commit details
    Browse the repository at this point in the history
  2. Some untested syntax changes using 2to3

    Maulik Mistry committed May 8, 2017
    Configuration menu
    Copy the full SHA
    93477d5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. Initial attempt at TOTP time initialization.

    * onlykey/cli.py - Added test interaction for TOTP initialization.
    * onlykey/client.py - Added methods for message and time concatenation
    with sending the initialization message.
    Maulik Mistry committed May 13, 2017
    Configuration menu
    Copy the full SHA
    b4413fb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2017

  1. Proper functionality for time initialization.

    ---- Changelog ----
    * onlykey/cli.py - Fixed exception error feedback.
    * onlykey/client.py - Fixed message and time sending.
    Maulik Mistry committed May 14, 2017
    Configuration menu
    Copy the full SHA
    af1b895 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Merged latest commits. The settime function doens't produce runtime e…

    …rrors but cannot set the TOTP time.
    Maulik Mistry committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    0c96705 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Merged trustcrypto.

    Maulik Mistry committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    592b66b View commit details
    Browse the repository at this point in the history
Loading