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

Add permalink routing through ?via parameters on matrix.to URIs #1955

Merged
merged 2 commits into from
Apr 8, 2019

Commits on Apr 5, 2019

  1. Add permalink routing through ?via parameters on matrix.to URIs

    Spec for [MSC1704](#1704)
    
    Reference implementations:
    * Original: matrix-org/matrix-react-sdk#2250
    * Modern recommendations: https://github.com/matrix-org/matrix-react-sdk/blob/2ca281f6b7b735bc96945370584c5cb1b5f7e1f1/src/matrix-to.js#L29-L70
    
    The only deviation from the original MSC is the recommendation for which servers to pick. The original MSC failed to consider server ACLs and IP addresses correctly, and during implementation it was realized that both of these cases should be handled. The core principles of the original MSC are left unaltered.
    turt2live committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    8ad82ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99cd064 View commit details
    Browse the repository at this point in the history