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