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

Fix anonymous login and test it for dynamic domains #3254

Merged
merged 6 commits into from
Sep 10, 2021

Commits on Sep 9, 2021

  1. Fix two bugs (sic!) in register_connection

    Anonymous connections were not registered at all.
    
    1. The Info structure has been changed from list to a map.
    2. Module name was wrong.
    chrzaszcz committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    3e49aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c338e53 View commit details
    Browse the repository at this point in the history
  3. Test that anonymous connections are registered (and unregistered)

    This functionality was completely untested (and was broken).
    chrzaszcz committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    b439ee0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6538e4 View commit details
    Browse the repository at this point in the history
  5. Create anonymous domain for testing with dynamic domains

    To make this possible, allow multiple host types in domain_helper
    chrzaszcz committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    55e1eef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6aea30f View commit details
    Browse the repository at this point in the history