Skip to content
Snippets Groups Projects
  1. Feb 03, 2023
    • Patrick Cloke's avatar
      Reload the pyo3-log config when the Python logging config changes. (#14976) · 8e9fc28c
      Patrick Cloke authored
      Since pyo3-log is initialized very early in the Python start-up
      it caches the state of the loggers before they're fully initialized
      (and thus are essentially disabled). Whenever we reload the
      logging configuration we now also tell pyo3-log to discard
      any cached logging configuration it has; it will refetch the
      current logging configuration from Python at the next point
      it logs.
      
      This fixes Rust log lines not appearing in the homeserver logs.
      Unverified
      8e9fc28c
  2. Feb 02, 2023
  3. Feb 01, 2023
  4. Jan 31, 2023
  5. 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
  6. Jan 19, 2023
  7. Dec 02, 2022
  8. Nov 29, 2022
  9. Nov 28, 2022
  10. Nov 14, 2022
  11. Nov 07, 2022
  12. Oct 25, 2022
  13. Oct 24, 2022
  14. Oct 12, 2022
  15. Oct 04, 2022
  16. Sep 29, 2022
  17. Sep 21, 2022
  18. Sep 20, 2022
  19. Sep 12, 2022
  20. Sep 09, 2022
  21. Sep 06, 2022
Loading