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: mazkdevf/KeyAuth-Rust-Example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e95efc3
Choose a base ref
...
head repository: KeyAuth/KeyAuth-Rust-Example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d0eeccb
Choose a head ref
  • 20 commits
  • 8 files changed
  • 7 contributors

Commits on Jun 9, 2022

  1. Update 2022 by mazk5145

    Update 2022 Edition :D
    wnelson03 authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    a3de1db View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Fix HWID Lock on non Win32

    This function call returns the HWID regardless of the operating system. See: https://docs.rs/machine_uuid/latest/machine_uuid/fn.get.html
    Craftzman7 authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    e3cdeef View commit details
    Browse the repository at this point in the history
  2. Merge pull request KeyAuth#17 from Craftzman7/main

    HWID Lock Fix
    mazkdevf authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    69be9c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Update README.md

    wnelson03 authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    af73750 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    wnelson03 authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9fe3b20 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Update LICENSE

    wnelson03 authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    9ba1bc4 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    wnelson03 authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    30af1ff View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. A few tweaks

    Switching the sha256 crate:
    - rust-crypto can fail to compile on windows
    - not supported anymore
    
    HWID expect instead of unwrap:
    -HWID is not necessary, so if it can not be parsed (due to not being specified), it will throw an error. We can handle this using expect.
    EBSmash committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    341f6bc View commit details
    Browse the repository at this point in the history
  2. Update crates and add credits

    EBSmash committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    2777f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d28cc20 View commit details
    Browse the repository at this point in the history
  4. New updates, thank you @EBSmash

    A few tweaks
    wnelson03 authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    106b5df View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. new lib

    davidon-top committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    329d1bb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. bump version

    davidon-top committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    8f72390 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Add PR Workflow

    wnelson03 authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    41fddde View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    f60e155 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Remove Discord

    wnelson03 authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e93fe26 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Update Java link

    wnelson03 authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ff32f3d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Link to VaultCord.com

    Looking for a Discord bot made by the KeyAuth & RestoreCord founder that you can use to backup your Discord members, server settings, and messages? Go to https://vaultcord.com
    wnelson03 authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    714b808 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Update README.md

    wnelson03 authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7ff1baa View commit details
    Browse the repository at this point in the history
  2. Update README.md

    wnelson03 authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d0eeccb View commit details
    Browse the repository at this point in the history
Loading