Skip to content
Snippets Groups Projects
  1. Jan 12, 2023
  2. Jan 11, 2023
  3. Dec 21, 2022
  4. Dec 13, 2022
  5. 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
  6. Nov 29, 2022
  7. Nov 28, 2022
  8. Nov 16, 2022
  9. Oct 25, 2022
  10. Oct 12, 2022
  11. Oct 04, 2022
  12. Sep 29, 2022
  13. Sep 20, 2022
  14. Sep 12, 2022
  15. Sep 06, 2022
  16. May 06, 2022
  17. 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
  18. Apr 25, 2022
  19. Mar 08, 2022
  20. Feb 18, 2022
  21. Dec 14, 2021
  22. Sep 10, 2021
  23. Sep 03, 2021
  24. Apr 14, 2021
  25. Mar 15, 2021
  26. Mar 11, 2021
  27. Feb 16, 2021
  28. Jan 26, 2021
  29. Jan 25, 2021
    • Patrick Cloke's avatar
      Add an admin API for shadow-banning users. (#9209) · 4a55d267
      Patrick Cloke authored
      This expands the current shadow-banning feature to be usable via
      the admin API and adds documentation for it.
      
      A shadow-banned users receives successful responses to their
      client-server API requests, but the events are not propagated into rooms.
      
      Shadow-banning a user should be used as a tool of last resort and may lead
      to confusing or broken behaviour for the client.
      4a55d267
  30. Jan 08, 2021
  31. Oct 15, 2020
  32. Oct 02, 2020
  33. Aug 24, 2020
  34. Jul 21, 2020
  35. May 04, 2020
    • Erik Johnston's avatar
      Fix redis password support. (#7401) · 350421e0
      Erik Johnston authored
      We forgot to set the password on the subscriber connection, as well as
      not calling super methods for overridden connectionMade/connectionLost
      functions.
      350421e0
  36. Apr 22, 2020
Loading