forked-synapse/synapse
2022-07-08 14:00:29 +01:00
..
_scripts Check that auto_vacuum is disabled when porting a SQLite database to Postgres, as VACUUMs must not be performed between runs of the script. (#13195) 2022-07-07 10:08:04 +00:00
api Implement MSC3827: Filtering of /publicRooms by room type (#13031) 2022-06-29 17:12:45 +00:00
app Improve startup times in Complement test runs against workers, particularly in CPU-constrained environments. (#13127) 2022-06-30 11:58:12 +00:00
appservice
config Allow dependency errors to pass through (#13113) 2022-06-30 19:48:04 +02:00
crypto
events Make _get_state_map_for_room not break when room state events don't contain an event id. (#13174) 2022-07-07 08:14:32 +00:00
federation Handle race between persisting an event and un-partial stating a room (#13100) 2022-07-05 16:12:52 +01:00
handlers Fix exception when using MSC3030 to look for remote federated events before room creation (#13197) 2022-07-07 11:52:45 -05:00
http
logging More type hints for synapse.logging (#13103) 2022-06-30 13:05:06 +00:00
metrics
module_api
push
replication Faster room joins: fix race in recalculation of current room state (#13151) 2022-07-07 12:19:31 +00:00
res
rest Extra validation for rest/client/account_data (#13148) 2022-07-01 11:04:56 +01:00
server_notices
spam_checker_api
state Faster room joins: fix race in recalculation of current room state (#13151) 2022-07-07 12:19:31 +00:00
static
storage Fix notification count after a highlighted message (#13223) 2022-07-08 14:00:29 +01:00
streams
util Type tests.utils (#13028) 2022-07-05 15:13:47 +01:00
__init__.py
event_auth.py
notifier.py
py.typed
server.py
types.py
visibility.py