MatrixSynapse/synapse/storage
Richard van der Hoff 80cc82a445
Remove support for invite_3pid_guest. (#5625)
This has never been documented, and I'm not sure it's ever been used outside
sytest.

It's quite a lot of poorly-maintained code, so I'd like to get rid of it.

For now I haven't removed the database table; I suggest we leave that for a
future clearout.
2019-07-05 16:47:58 +01:00
..
engines Run Black. (#5482) 2019-06-20 19:32:02 +10:00
schema Run Black. (#5482) 2019-06-20 19:32:02 +10:00
util
__init__.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
_base.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
account_data.py
appservice.py
background_updates.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
client_ips.py
deviceinbox.py Fix bug sending federation transactions with lots of EDUs 2019-06-10 16:22:45 +01:00
devices.py Review comments 2019-06-27 16:06:23 +01:00
directory.py
e2e_room_keys.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
end_to_end_keys.py
event_federation.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
event_push_actions.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
events.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
events_bg_updates.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
events_worker.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
filtering.py
group_server.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
keys.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
media_repository.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
monthly_active_users.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
openid.py
prepare_database.py Fix "Unexpected entry in 'full_schemas'" log warning (#5509) 2019-06-21 15:11:57 +01:00
presence.py
profile.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
push_rule.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
pusher.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
receipts.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
registration.py Remove support for invite_3pid_guest. (#5625) 2019-07-05 16:47:58 +01:00
rejections.py
relations.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
room.py
roommember.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
search.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
signatures.py
state.py
state_deltas.py
stats.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
stream.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
tags.py
transactions.py remove dead transaction persist code (#5622) 2019-07-05 12:59:42 +01:00
user_directory.py
user_erasure_store.py