Skip to content
Snippets Groups Projects
  1. Sep 02, 2024
    • Quentin Gliech's avatar
      Format files with Ruff (#17643) · 7d52ce7d
      Quentin Gliech authored
      I thought ruff check would also format, but it doesn't.
      
      This runs ruff format in CI and dev scripts. The first commit is just a
      run of `ruff format .` in the root directory.
      7d52ce7d
  2. Jan 23, 2024
  3. Dec 21, 2023
  4. Sep 26, 2023
  5. Aug 23, 2023
  6. Jun 06, 2023
  7. May 26, 2023
  8. Mar 22, 2023
  9. Mar 07, 2023
  10. Mar 06, 2023
  11. 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.
      8ef324ea
  12. Feb 22, 2023
  13. Feb 16, 2023
  14. Feb 14, 2023
  15. Feb 10, 2023
  16. Feb 03, 2023
  17. 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.
      2a51f3ec
  18. Jan 19, 2023
  19. Jan 12, 2023
  20. Jan 11, 2023
  21. Dec 21, 2022
  22. Dec 13, 2022
  23. Dec 12, 2022
    • Brendan Abolivier's avatar
      Add optional ICU support for user search (#14464) · 2a3cd59d
      Brendan Abolivier authored
      Fixes #13655
      
      This change uses ICU (International Components for Unicode) to improve boundary detection in user search.
      
      This change also adds a new dependency on libicu-dev and pkg-config for the Debian packages, which are available in all supported distros.
      2a3cd59d
  24. Nov 29, 2022
  25. Nov 28, 2022
  26. Nov 16, 2022
  27. Oct 25, 2022
  28. Oct 12, 2022
  29. Oct 04, 2022
  30. Sep 29, 2022
  31. Sep 20, 2022
  32. Sep 12, 2022
  33. Sep 06, 2022
  34. May 06, 2022
  35. 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.
      64632443
  36. Apr 25, 2022
Loading