Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add support for stable prefixes for MSC2285: private read receipts #13273

Merged

Commits on Jul 14, 2022

  1. Switch to stable prefixes for MSC2285

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    83b7af1 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    01fbb6d View commit details
    Browse the repository at this point in the history
  3. Avoid leaking unstable private read receipts

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    cafe4be View commit details
    Browse the repository at this point in the history
  4. Delint

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    967f8ed View commit details
    Browse the repository at this point in the history
  5. Fix code

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a9f2329 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    08d874d View commit details
    Browse the repository at this point in the history
  2. Use a const

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    ba20652 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Convert list to tuple.

    clokep committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d18a485 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Merge remote-tracking branch 'upstream/develop' into SimonBrandner/fe…

    …at/disable-rr
    
    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8323358 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Add background update to remove unstable private read receipts

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    404459f View commit details
    Browse the repository at this point in the history
  2. Remove handling for unstable private read receipts

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    57251c8 View commit details
    Browse the repository at this point in the history
  3. Don't bump SCHEMA_VERSION

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e12706c View commit details
    Browse the repository at this point in the history
  4. Remove READ_PRIVATE_UNSTABLE from ReceiptTypes

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c8cf10e View commit details
    Browse the repository at this point in the history
  5. Assume return value

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    84299f6 View commit details
    Browse the repository at this point in the history
  6. Remove non-relevant test

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    208e97a View commit details
    Browse the repository at this point in the history
  7. Don't bother with a migration script

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    a7c3a1c View commit details
    Browse the repository at this point in the history
  8. Remove non-schema thing

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    252146d View commit details
    Browse the repository at this point in the history
  9. Only use single '

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    SimonBrandner and clokep committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    3cbd80b View commit details
    Browse the repository at this point in the history
  10. Use !=

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    SimonBrandner and clokep committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8854e35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    baa9e84 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Changelog

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    4455232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de9005f View commit details
    Browse the repository at this point in the history
  3. Support both stable and unstable private RRs

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c0b3c90 View commit details
    Browse the repository at this point in the history
  4. Test both stable and unstable private RRs

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3612ceb View commit details
    Browse the repository at this point in the history
  5. Advertise unstable prefix

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    a37a17d View commit details
    Browse the repository at this point in the history
  6. Check for all receipt types

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    14b36a3 View commit details
    Browse the repository at this point in the history
  7. Delint

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    746351c View commit details
    Browse the repository at this point in the history
  8. Further dlint

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    50bffe4 View commit details
    Browse the repository at this point in the history
  9. Remove (

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1b66814 View commit details
    Browse the repository at this point in the history
  10. This won't work...

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    bcdbb5d View commit details
    Browse the repository at this point in the history
  11. Reformat...

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0f498e0 View commit details
    Browse the repository at this point in the history
  12. Get tests passing

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    660c776 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1ddf1a View commit details
    Browse the repository at this point in the history
  14. Fix type hints.

    clokep committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3094b39 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Put experimental flag back in place

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    011d6d2 View commit details
    Browse the repository at this point in the history
  2. Only advertise org.matrix.msc2285 if enabled

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    SimonBrandner and clokep committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ee6512f View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    2cd29bd View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/SimonBrandner/feat/disable-rr' i…

    …nto SimonBrandner/feat/disable-rr
    SimonBrandner committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    89d5bd4 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f0c531d View commit details
    Browse the repository at this point in the history