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

Do mongo handshake and store ServerDescription on connection #2201

Merged
merged 12 commits into from
Dec 11, 2019

Commits on May 11, 2019

  1. Configuration menu
    Copy the full SHA
    19bd293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f80f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93fa7bf View commit details
    Browse the repository at this point in the history
  4. prevent connection when dropping during connection

    also makes authentication only use SCRAM on 3.0+
    WebFreak001 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    beb7879 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e005f81 View commit details
    Browse the repository at this point in the history
  6. send handshake in any version

    it's just ignored in old versions according to mongo spec
    WebFreak001 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    4c2deaa View commit details
    Browse the repository at this point in the history
  7. fix mongo login tests

    WebFreak001 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    8db268d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

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

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    09d44bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26defee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa23abc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f14f45 View commit details
    Browse the repository at this point in the history