MatrixSynapse/synapse/handlers
Richard van der Hoff 1ca4288135 factor out _update_context_for_auth_events
This is duplicated, so let's factor it out before fixing it
2017-11-07 16:43:00 +00:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py Factor _AccountHandler proxy out to ModuleApi 2017-11-02 14:36:11 +00:00
device.py Merge remote-tracking branch 'origin/develop' into rav/refactor_accesstoken_delete 2017-11-01 16:20:19 +00:00
devicemessage.py
directory.py
e2e_keys.py
events.py
federation.py factor out _update_context_for_auth_events 2017-11-07 16:43:00 +00:00
groups_local.py Modify group room association API to allow modification of is_public 2017-10-31 17:04:28 +00:00
identity.py
initial_sync.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
message.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
presence.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
profile.py removed unused import flagged by flake8a 2017-11-03 18:45:49 +01:00
read_marker.py
receipts.py
register.py Move access token deletion into auth handler 2017-11-01 15:46:22 +00:00
room.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
room_list.py Update room_list.py 2017-10-26 11:39:54 +01:00
room_member.py
search.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
sync.py Do logcontexts outside ResponseCache 2017-10-25 15:21:08 +01:00
typing.py
user_directory.py