summary refs log tree commit diff
path: root/synapse/handlers/events.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-10Fix invite authErik Johnston1-3/+5
2014-11-10Tidy up some of the unused sql tablesErik Johnston4-109/+9
2014-11-10Finish redaction algorithm.Erik Johnston5-25/+33
2014-11-07Use current state to get room hosts, rather than querying the databaseErik Johnston2-7/+32
2014-11-07Add '/event_auth/' federation apiErik Johnston4-7/+55
2014-11-07Implement invite part of invite join danceErik Johnston4-22/+75
2014-11-07Remove /context/ requestErik Johnston2-16/+0
2014-11-07Add hash of current state to eventsErik Johnston2-1/+11
2014-11-07Return auth chain when handling send_joinErik Johnston2-8/+27
2014-11-07Fix bug in _get_auth_chain_txnErik Johnston1-14/+11
2014-11-07Fix joining over federationErik Johnston5-56/+55
2014-11-07Implement method to get auth_chain from a given event_idErik Johnston1-0/