forked-synapse/synapse/rest/client/v1
Daniel Wagner-Hall cf81375b94 Merge two of the room join codepaths
There's at least one more to merge in.

Side-effects:
 * Stop reporting None as displayname and avatar_url in some cases
 * Joining a room by alias populates guest-ness in join event
 * Remove unspec'd PUT version of /join/<room_id_or_alias> which has not
   been called on matrix.org according to logs
 * Stop recording access_token_id on /join/room_id - currently we don't
   record it on /join/room_alias; I can try to thread it through at some
   point.
2016-02-12 15:11:49 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
admin.py Revert "Reject additional path segments" 2016-02-09 12:46:52 +00:00
base.py copyrights 2016-01-07 04:26:29 +00:00
directory.py Introduce a Requester object 2016-01-11 17:48:45 +00:00
events.py Allow non-guests to peek on rooms using /events 2016-01-20 15:34:07 +00:00
initial_sync.py Introduce a Requester object 2016-01-11 17:48:45 +00:00
login.py Catch the exceptions thrown by twisted when you write to a closed connection 2016-02-12 13:46:59 +00:00
presence.py Revert "Reject additional path segments" 2016-02-09 12:46:52 +00:00
profile.py Revert "Reject additional path segments" 2016-02-09 12:46:52 +00:00
push_rule.py Fix adding push rules relative to other rules 2016-01-27 10:24:20 +00:00
pusher.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
register.py Rename config field to reflect yaml name 2016-02-03 14:42:01 +00:00
room.py Merge two of the room join codepaths 2016-02-12 15:11:49 +00:00
transactions.py copyrights 2016-01-07 04:26:29 +00:00
voip.py Introduce a Requester object 2016-01-11 17:48:45 +00:00