forked-synapse/synapse/handlers
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
_base.py Atomically persit push actions when we persist the event 2016-02-09 16:19:15 +00:00
account_data.py copyrights 2016-01-07 04:26:29 +00:00
admin.py copyrights 2016-01-07 04:26:29 +00:00
appservice.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Allow guests to upgrade their accounts 2016-01-05 18:01:18 +00:00
directory.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
events.py Fix up logcontexts 2016-02-08 14:26:45 +00:00
federation.py Atomically persit push actions when we persist the event 2016-02-09 16:19:15 +00:00
identity.py Add missing param to the log line 2016-01-29 15:01:26 +00:00
message.py Allow paginating backwards from stream token 2016-01-28 11:52:34 +00:00
presence.py Fix up logcontexts 2016-02-08 14:26:45 +00:00
profile.py Merge two of the room join codepaths 2016-02-12 15:11:49 +00:00
receipts.py copyrights 2016-01-07 04:26:29 +00:00
register.py Enforce user_id exclusivity for AS registrations 2016-02-11 17:37:38 +00:00
room.py Merge two of the room join codepaths 2016-02-12 15:11:49 +00:00
search.py copyrights 2016-01-07 04:26:29 +00:00
sync.py Use _simple_select_many for _get_state_group_for_events 2016-02-10 12:57:50 +00:00
typing.py Measure some /sync related things 2016-02-09 11:31:42 +00:00