Skip to content
Snippets Groups Projects
  1. Nov 13, 2020
  2. Nov 06, 2020
  3. Nov 05, 2020
  4. Nov 03, 2020
  5. Nov 02, 2020
  6. Oct 30, 2020
  7. Oct 29, 2020
  8. Oct 28, 2020
  9. Oct 27, 2020
  10. Oct 26, 2020
  11. Oct 23, 2020
  12. Oct 22, 2020
  13. Oct 14, 2020
  14. Oct 12, 2020
    • Erik Johnston's avatar
      Make event persisters periodically announce position over replication. (#8499) · 8de3703d
      Erik Johnston authored
      Currently background proccesses stream the events stream use the "minimum persisted position" (i.e. `get_current_token()`) rather than the vector clock style tokens. This is broadly fine as it doesn't matter if the background processes lag a small amount. However, in extreme cases (i.e. SyTests) where we only write to one event persister the background processes will never make progress.
      
      This PR changes it so that the `MultiWriterIDGenerator` keeps the current position of a given instance as up to date as possible (i.e using the latest token it sees if its not in the process of persisting anything), and then periodically announces that over replication. This then allows the "minimum persisted position" to advance, albeit with a small lag.
      8de3703d
  15. Oct 09, 2020
  16. Oct 07, 2020
  17. Oct 05, 2020
  18. Oct 02, 2020
  19. Oct 01, 2020
  20. Sep 30, 2020
  21. Sep 29, 2020
  22. Sep 28, 2020
  23. Sep 25, 2020
  24. Sep 23, 2020
    • Julian Fietkau's avatar
      Add note to reverse_proxy.md about disabling Apache's mod_security2 (#8375) · a4e63e5a
      Julian Fietkau authored
      This change adds a note and a few lines of configuration settings for Apache users to disable ModSecurity for Synapse's virtual hosts. With ModSecurity enabled and running with its default settings, Matrix clients are unable to send chat messages through the Synapse installation. With this change, ModSecurity can be disabled only for the Synapse virtual hosts.
      a4e63e5a
  25. Sep 22, 2020
Loading