Skip to content
Snippets Groups Projects
  1. Apr 19, 2022
  2. Nov 08, 2021
  3. Sep 10, 2021
  4. Jul 09, 2021
  5. Jul 01, 2021
  6. Jun 29, 2021
    • Erik Johnston's avatar
      Handle inbound events from federation asynchronously (#10272) · c54db67d
      Erik Johnston authored
      Fixes #9490
      
      This will break a couple of SyTest that are expecting failures to be added to the response of a federation /send, which obviously doesn't happen now that things are asynchronous.
      
      Two drawbacks:
      
          Currently there is no logic to handle any events left in the staging area after restart, and so they'll only be handled on the next incoming event in that room. That can be fixed separately.
          We now only process one event per room at a time. This can be fixed up further down the line.
      Unverified
      c54db67d
  7. Oct 07, 2020
    • Richard van der Hoff's avatar
      unblacklist some tests (#8474) · d373ec2f
      Richard van der Hoff authored
      It seems most of these blacklisted tests do actually pass most of the time.
      
      I'm of the opinion that having them blacklisted here means there is very little incentive for us to deflake any flaky tests, and meanwhile any value in those tests is completely lost.
      Unverified
      d373ec2f
  8. Sep 17, 2020
  9. Sep 09, 2020
  10. Dec 09, 2019
  11. Nov 27, 2019
  12. Sep 23, 2019
    • Andrew Morgan's avatar
      Implement MSC2290 (#6043) · 30af161a
      Andrew Morgan authored
      Implements MSC2290. This PR adds two new endpoints, /unstable/account/3pid/add and /unstable/account/3pid/bind. Depending on the progress of that MSC the unstable prefix may go away.
      
      This PR also removes the blacklist on some 3PID tests which occurs in #6042, as the corresponding Sytest PR changes them to use the new endpoints.
      
      Finally, it also modifies the account deactivation code such that it doesn't just try to deactivate 3PIDs that were bound to the user's account, but any 3PIDs that were bound through the homeserver on that user's account.
      30af161a
  13. Sep 20, 2019
  14. Jul 08, 2019
  15. Jul 04, 2019
Loading