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

Matrix URIs and resolving them #407

Merged
merged 10 commits into from
Jul 22, 2020
Merged

Matrix URIs and resolving them #407

merged 10 commits into from
Jul 22, 2020

Commits on Jul 18, 2020

  1. ResourceResolver

    Introducing the uniform way to resolve Matrix URIs and identifiers
    to Room/User objects, passing an optional event id (if supplied) to
    the client-defined handler. Just call ResourceResolver::visitResource()
    or ResourceResolver::openResource() and you'll have that string parsed
    and dispatched where you need.
    KitsuneRal committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    e7bf4f3 View commit details
    Browse the repository at this point in the history
  2. Fix building with older Qt

    KitsuneRal committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    012f6ea View commit details
    Browse the repository at this point in the history
  3. quotest: delay sync start till after joining

    To ensure that the sync returns the details of the room just joined.
    KitsuneRal committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    5f3e88b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99ae651 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dd5185 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    227d7c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

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

Commits on Jul 20, 2020

  1. UriResolverBase::visitUser(): add return value

    To enable reporting when the action is incorrect.
    KitsuneRal committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    1529f46 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

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

Commits on Jul 22, 2020

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