Skip to content
Snippets Groups Projects
  1. Jun 18, 2021
    • Brendan Abolivier's avatar
      Standardise the module interface (#10062) · 1b3e398b
      Brendan Abolivier authored
      This PR adds a common configuration section for all modules (see docs). These modules are then loaded at startup by the homeserver. Modules register their hooks and web resources using the new `register_[...]_callbacks` and `register_web_resource` methods of the module API.
      Unverified
      1b3e398b
  2. May 17, 2021
  3. May 11, 2021
  4. Apr 21, 2021
  5. Apr 20, 2021
  6. Apr 19, 2021
  7. Apr 09, 2021
  8. Mar 26, 2021
  9. Mar 05, 2021
  10. Mar 04, 2021
  11. Feb 26, 2021
  12. Feb 18, 2021
  13. Feb 02, 2021
  14. Feb 01, 2021
  15. Jan 29, 2021
  16. Jan 27, 2021
  17. Jan 20, 2021
  18. Jan 12, 2021
  19. Dec 09, 2020
  20. Nov 25, 2020
  21. Nov 19, 2020
  22. Nov 18, 2020
  23. Oct 29, 2020
  24. Oct 05, 2020
    • Andrew Morgan's avatar
      Allow ThirdPartyEventRules modules to manipulate public room state (#8292) · 0991a2da
      Andrew Morgan authored
      This PR allows `ThirdPartyEventRules` modules to view, manipulate and block changes to the state of whether a room is published in the public rooms directory.
      
      While the idea of whether a room is in the public rooms list is not kept within an event in the room, `ThirdPartyEventRules` generally deal with controlling which modifications can happen to a room. Public rooms fits within that idea, even if its toggle state isn't controlled through a state event. 
      Unverified
      0991a2da
  25. Sep 14, 2020
  26. Sep 10, 2020
  27. Sep 02, 2020
  28. Jul 30, 2020
Loading