summary refs log tree commit diff
path: root/synapse/http/matrixfederationclient.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-04Apply sanity to the transport client interface. Convert 'make_join' and 'send...Erik Johnston6-71/+130
2015-02-04More s/instance_handle/profile_tag/David Baker1-5/+5
2015-02-04When returning lists of servers from alias lookups, put the current server fi...Erik Johnston1-1/+10
2015-02-04Change context.auth_events to what the auth_events would be bases on context....Erik Johnston3-9/+15
2015-02-04Retry make_joinErik Johnston1-7/+12
2015-02-04Brief comment on why we do some things on every call to persist_event and not...Erik Johnston1-0/+6
2015-02-04Fix state resolution to remember join_rules is a type of auth event.Erik Johnston1-1/+13
2015-02-04Rearrange persist_event so that do all the queries that need to be done befor...Erik Johnston3-72/+77
2015-02-03Add doc to get_eventErik Johnston1-0/+15
2015-02-03s/instance_handle/profile_tag/David Baker8-37/+37
2015-02-03New lineErik Johnston1-1/+1
2015-02-03<