Skip to content
Snippets Groups Projects
  1. May 06, 2022
  2. 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
  3. Apr 25, 2022
  4. Mar 08, 2022
  5. Feb 18, 2022
  6. Dec 14, 2021
  7. Sep 10, 2021
  8. Sep 03, 2021
  9. Apr 14, 2021
  10. Mar 15, 2021
  11. Mar 11, 2021
  12. Feb 16, 2021
  13. Jan 26, 2021
  14. 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
  15. Jan 08, 2021
  16. Oct 15, 2020
  17. Oct 02, 2020
  18. Aug 24, 2020
  19. Jul 21, 2020
  20. 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
  21. Apr 22, 2020
Loading