Skip to content
Snippets Groups Projects
  1. Mar 22, 2023
  2. Mar 07, 2023
  3. Mar 06, 2023
  4. Mar 02, 2023
    • Patrick Cloke's avatar
      Update intentional mentions (MSC3952) to depend on... · 8ef324ea
      Patrick Cloke authored
      Update intentional mentions (MSC3952) to depend on `exact_event_property_contains` (MSC3966). (#15051)
      
      This replaces the specific `is_user_mention` push rule condition
      used in MSC3952 with the generic `exact_event_property_contains`
      push rule condition from MSC3966.
      Unverified
      8ef324ea
  5. Feb 22, 2023
  6. Feb 16, 2023
  7. Feb 14, 2023
  8. Feb 10, 2023
  9. Feb 03, 2023
  10. Jan 27, 2023
    • Patrick Cloke's avatar
      Implement MSC3952: Intentional mentions (#14823) · 2a51f3ec
      Patrick Cloke authored
      MSC3952 defines push rules which searches for mentions in a list of
      Matrix IDs in the event body, instead of searching the entire event
      body for display name / local part.
      
      This is implemented behind an experimental configuration flag and
      does not yet implement the backwards compatibility pieces of the MSC.
      Unverified
      2a51f3ec
  11. Jan 19, 2023
  12. Jan 12, 2023
  13. Jan 11, 2023
  14. Dec 21, 2022
  15. Dec 13, 2022
  16. Dec 12, 2022
  17. Nov 29, 2022
  18. Nov 28, 2022
  19. Nov 16, 2022
  20. Oct 25, 2022
  21. Oct 12, 2022
  22. Oct 04, 2022
  23. Sep 29, 2022
  24. Sep 20, 2022
  25. Sep 12, 2022
  26. Sep 06, 2022
  27. May 06, 2022
  28. Apr 27, 2022
    • David Robertson's avatar
      Remove unused `# type: ignore`s (#12531) · 64632443
      David Robertson authored
      Over time we've begun to use newer versions of mypy, typeshed, stub
      packages---and of course we've improved our own annotations. This makes
      some type ignore comments no longer necessary. I have removed them.
      
      There was one exception: a module that imports `select.epoll`. The
      ignore is redundant on Linux, but I've kept it ignored for those of us
      who work on the source tree using not-Linux. (#11771)
      
      I'm more interested in the config line which enforces this. I want
      unused ignores to be reported, because I think it's useful feedback when
      annotating to know when you've fixed a problem you had to previously
      ignore.
      
      * Installing extras before typechecking
      
      Lacking an easy way to install all extras generically, let's bite the bullet and
      make install the hand-maintained `all` extra before typechecking.
      
      Now that https://github.com/matrix-org/backend-meta/pull/6 is merged to
      the release/v1 branch.
      Unverified
      64632443
  29. Apr 25, 2022
  30. Mar 08, 2022
  31. Feb 18, 2022
  32. Dec 14, 2021
  33. Sep 10, 2021
  34. Sep 03, 2021
  35. Apr 14, 2021
  36. Mar 15, 2021
  37. Mar 11, 2021
Loading