MatrixSynapse/synapse
Krombel 79a8a347a6 fix #3445
itervalues(d) calls d.itervalues() [PY2] and d.values() [PY3]
but SortedDict only implements d.values()
2018-08-29 16:28:25 +02:00
..
api Change admin_uri to admin_contact in config and errors 2018-08-24 16:51:27 +01:00
app Merge pull request #3659 from matrix-org/erikj/split_profiles 2018-08-22 11:35:55 +01:00
appservice run isort 2018-07-09 16:09:20 +10:00
config Change admin_uri to admin_contact in config and errors 2018-08-24 16:51:27 +01:00
crypto Don't log exceptions when failing to fetch server keys 2018-08-21 11:19:26 +01:00
events Handle delta_ids being None in _update_context_for_auth_events 2018-07-23 22:06:50 +01:00
federation fix #3445 2018-08-29 16:28:25 +02:00
groups Fix some looping_call calls which were broken in #3604 2018-07-26 11:48:08 +01:00
handlers don't return non-LL-member state in incremental sync state blocks (#3760) 2018-08-28 23:25:58 +01:00
http Fix bug when federation_domain_whitelist is an emtpy list 2018-08-24 12:13:12 +01:00
metrics
module_api
push
replication
rest
server_notices Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_contact 2018-08-24 17:00:37 +01:00
state Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_state_handler 2018-08-20 14:49:43 +01:00
static/client
storage Implement trail users 2018-08-23 19:17:19 +01:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py Pin to twisted 17.1 or later 2018-08-24 10:02:31 +01:00
secrets.py
server.py
server.pyi Send users a server notice about consent 2018-05-22 11:54:51 +01:00
types.py
visibility.py