Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly base32 decode 'iIoOlL' characters. #59

Merged
merged 8 commits into from
Oct 26, 2017
Merged

Properly base32 decode 'iIoOlL' characters. #59

merged 8 commits into from
Oct 26, 2017

Commits on Oct 26, 2017

  1. Fix decoding lookup for 'o'.

    ahawker committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    5a284a4 View commit details
    Browse the repository at this point in the history
  2. Fix decoding lookup for 'O'.

    ahawker committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    9a5f915 View commit details
    Browse the repository at this point in the history
  3. Fix decoding lookup for 'I'.

    ahawker committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    0086f9e View commit details
    Browse the repository at this point in the history
  4. Fix decoding lookup for 'i'.

    ahawker committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    673e6a7 View commit details
    Browse the repository at this point in the history
  5. Fix decoding lookup for 'L'.

    ahawker committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    7464937 View commit details
    Browse the repository at this point in the history
  6. Fix decoding lookup for 'l'.

    ahawker committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    5e38c15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    269218c View commit details
    Browse the repository at this point in the history
  8. Add 'test_bugs' module.

    This module will be used to contain tests for asserting user
    reported bugs/issues have been fixed using exact inputs found in
    the bug reports.
    ahawker committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    886dcdd View commit details
    Browse the repository at this point in the history