MatrixSynapse/tests
Andrew Morgan 0991a2da93
Allow ThirdPartyEventRules modules to manipulate public room state (#8292)
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.
2020-10-05 14:57:46 +01:00
..
api
app
appservice
config
crypto
events
federation
handlers Add config option for always using "userinfo endpoint" for OIDC (#7658) 2020-10-01 13:54:35 -04:00
http
logging Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
module_api Allow ThirdPartyEventRules modules to manipulate public room state (#8292) 2020-10-05 14:57:46 +01:00
push
replication Add unit test for event persister sharding (#8433) 2020-10-02 09:57:12 +01:00
rest Allow ThirdPartyEventRules modules to manipulate public room state (#8292) 2020-10-05 14:57:46 +01:00
scripts
server_notices
state
storage Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
test_utils
util
__init__.py
server.py Speed up unit tests when using PostgreSQL (#8450) 2020-10-02 15:09:31 +01:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py Allow background tasks to be run on a separate worker. (#8369) 2020-10-02 08:23:15 -04:00
test_preview.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Add unit test for event persister sharding (#8433) 2020-10-02 09:57:12 +01:00
utils.py Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00