summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-04Apply sanity to the transport client interface. Convert 'make_join' and ↵Erik Johnston1-1/+7
'send_join' to accept iterables of destinations
2015-02-04When returning lists of servers from alias lookups, put the current server ↵Erik Johnston1-1/+10
first in the list
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 ↵Erik Johnston1-0/+6
not others
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 ↵Erik Johnston3-72/+77
before returning early if we have already persisted that event.
2015-02-03Add doc to get_eventErik Johnston1-0/+15
2015-02-03New lineErik Johnston1-1/+1
2015-02-03Neaten the handling of state and auth_chain up a bitErik Johnston1-27/+30
2015-02-03Actually, the old prune_event function was non-deterministic, so no point ↵Erik Johnston2-91/+4
keeping it around :(
2