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

Implement client single event retrieval - #671 #693

Merged
merged 21 commits into from Aug 9, 2019

Commits on Jun 28, 2019

  1. Copy the full SHA
    ad365f2 View commit details
    Browse the repository at this point in the history
  2. Correct licence header

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Jun 28, 2019
    Copy the full SHA
    6b5187c View commit details
    Browse the repository at this point in the history
  3. Code style cleanup

    Cnly committed Jun 28, 2019
    Copy the full SHA
    0189549 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    750887e View commit details
    Browse the repository at this point in the history
  5. Do federation query if event not existing locally

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Jun 28, 2019
    Copy the full SHA
    f46d41b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    Cnly and anoadragon453 committed Jul 10, 2019
    Copy the full SHA
    69b4953 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1e794ee View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Use common.URLDecodeMapValues

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Jul 11, 2019
    Copy the full SHA
    928464d View commit details
    Browse the repository at this point in the history
  2. Extracting domain from event ID won't work for rooms >= v3

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Jul 11, 2019
    Copy the full SHA
    bb44e6d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Better error for unexpected "room doesn't exist"

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Jul 18, 2019
    Copy the full SHA
    b982eb2 View commit details
    Browse the repository at this point in the history
  2. Remove federation queries for event and missing states

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Jul 18, 2019
    Copy the full SHA
    3a6022e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ee78aaf View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Return the requested events in client event format

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Jul 19, 2019
    Copy the full SHA
    49c0478 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    Cnly and anoadragon453 committed Jul 26, 2019
    Copy the full SHA
    7c72953 View commit details
    Browse the repository at this point in the history
  2. Simplify code

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Jul 26, 2019
    Copy the full SHA
    e5c542c View commit details
    Browse the repository at this point in the history
  3. Fix unhandled error

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Jul 26, 2019
    Copy the full SHA
    f091030 View commit details
    Browse the repository at this point in the history
  4. Get the correct subset of state needed at the event

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Jul 26, 2019
    Copy the full SHA
    3a1c5cb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Copy the full SHA
    64685aa View commit details
    Browse the repository at this point in the history
  2. Add newly passing tests

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Aug 6, 2019
    Copy the full SHA
    f21fdc2 View commit details
    Browse the repository at this point in the history
  3. Lint

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Aug 6, 2019
    Copy the full SHA
    ebfbb6d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into single-event-retrieval-671

    Signed-off-by: Alex Chen <minecnly@gmail.com>
    Cnly committed Aug 6, 2019
    Copy the full SHA
    1118282 View commit details
    Browse the repository at this point in the history