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

feat: Added AUTH packet support for enhanced authentication. #852

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    07b728c View commit details
    Browse the repository at this point in the history
  2. Test re-authentication.

    ting-ms committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0e5d53a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Update auth user interface.

    ting-ms committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c42c4e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Improve logic.

    ting-ms committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9b078bc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    2d76573 View commit details
    Browse the repository at this point in the history
  2. Add length_calculation test.

    ting-ms committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    95150f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Improve error handling logic.

    ting-ms committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    133159d View commit details
    Browse the repository at this point in the history
  2. Improve logic.

    ting-ms committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7425387 View commit details
    Browse the repository at this point in the history
  3. Change auth to reauth.

    ting-ms committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fee30d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fdf82c View commit details
    Browse the repository at this point in the history
  5. Improve logic.

    ting-ms committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    83b4be2 View commit details
    Browse the repository at this point in the history
  6. Improve logic.

    ting-ms committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4e07ecb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 26, 2024

  1. Use Mutex instead RefCell.

    ting-ms committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f624276 View commit details
    Browse the repository at this point in the history
  2. Improve logic.

    ting-ms committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    213702b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    c6101db View commit details
    Browse the repository at this point in the history
  2. Improve logic.

    ting-ms committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7d37291 View commit details
    Browse the repository at this point in the history
  3. Clean code.

    ting-ms committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7cfc99b View commit details
    Browse the repository at this point in the history
  4. Formatted with cargo fmt.

    ting-ms committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3e3b78d View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    ting-ms committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    13e08b1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    c9241f2 View commit details
    Browse the repository at this point in the history
  2. Add sync_auth example.

    ting-ms committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1ab0aac View commit details
    Browse the repository at this point in the history
  3. Format code.

    ting-ms committed May 8, 2024
    Configuration menu
    Copy the full SHA
    db2ef37 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

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

Commits on May 28, 2024

  1. Update auth tests.

    ting-ms committed May 28, 2024
    Configuration menu
    Copy the full SHA
    14eab60 View commit details
    Browse the repository at this point in the history
  2. Add a new auth test.

    ting-ms committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d5e5a06 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on May 30, 2024

  1. Update auth_continue API.

    xiaocq2001 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4fd4e21 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'auth_support' of https://github.com/ting-ms/rumqtt into…

    … chxiao/auth_support
    xiaocq2001 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3cf2071 View commit details
    Browse the repository at this point in the history
  3. Optimize.

    xiaocq2001 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c801b3c View commit details
    Browse the repository at this point in the history
  4. Update sync example.

    xiaocq2001 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    000e712 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from xiaocq2001/chxiao/auth_support

    Update auth_continue API.
    xiaocq2001 authored May 30, 2024
    Configuration menu
    Copy the full SHA
    a885651 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    16cc05e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from xiaocq2001/chxiao/auth_support

    Fix Send issue between threads.
    xiaocq2001 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1c22e58 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Fix testing.

    xiaocq2001 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c7f0dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a78b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 14, 2024

  1. Fix compile warnings.

    xiaocq2001 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2c0a896 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from xiaocq2001/chxiao/auth_support

    Fix compile warnings.
    xiaocq2001 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0c5783e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Fix testing issue.

    xiaocq2001 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4906aee View commit details
    Browse the repository at this point in the history