MatrixSynapse/synapse
Richard van der Hoff 23768ccb4d
Faster joins: fix rejected events becoming un-rejected during resync (#13413)
Make sure that we re-check the auth rules during state resync, otherwise
rejected events get un-rejected.
2022-08-01 11:20:05 +01:00
..
_scripts Merge branch 'master' into develop 2022-07-19 16:14:02 +02:00
api Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#13370) 2022-07-27 19:46:57 +01:00
app Revert "Drop support for delegating email validation (#13192)" (#13406) 2022-07-29 10:29:23 +00:00
appservice Add prometheus counters for content types other than events (#13175) 2022-07-13 15:18:20 +01:00
config Synapse 1.64.0rc2 (2022-07-29) 2022-07-29 15:15:21 +01:00
crypto
events Don't pull out the full state when creating an event (#13281) 2022-07-18 10:05:30 +01:00
federation Implement MSC3848: Introduce errcodes for specific event sending failures (#13343) 2022-07-27 13:44:40 +01:00
handlers Faster joins: fix rejected events becoming un-rejected during resync (#13413) 2022-08-01 11:20:05 +01:00
http Implement MSC3848: Introduce errcodes for specific event sending failures (#13343) 2022-07-27 13:44:40 +01:00
logging Additional fixes for opentracing type hints. (#13362) 2022-07-25 08:34:06 -04:00
metrics Add missing types to opentracing. (#13345) 2022-07-21 12:01:52 +00:00
module_api
push Merge remote-tracking branch 'origin/master' into develop 2022-07-20 14:59:43 +01:00
replication Remove old empty/redundant slaved stores. (#13349) 2022-07-21 17:56:45 +00:00
res Disable autocorrect and autocaptialisation when entering username for SSO registration. (#13350) 2022-07-26 08:08:20 +00:00
rest Synapse 1.64.0rc2 (2022-07-29) 2022-07-29 15:15:21 +01:00
server_notices
spam_checker_api
state Faster room joins: avoid blocking when pulling events with missing prevs (#13355) 2022-07-26 12:39:23 +01:00
static
storage Faster joins: fix rejected events becoming un-rejected during resync (#13413) 2022-08-01 11:20:05 +01:00
streams
util Make DictionaryCache have better expiry properties (#13292) 2022-07-21 17:13:44 +01:00
__init__.py
event_auth.py Implement MSC3848: Introduce errcodes for specific event sending failures (#13343) 2022-07-27 13:44:40 +01:00
notifier.py Notifier: accept callbacks to fire on room joins (#13254) 2022-07-13 19:48:24 +01:00
py.typed
server.py
types.py
visibility.py