summary refs log tree commit diff
path: root/synapse/handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-30Update the current state of an event if we update auth events.Erik Johnston1-1/+3
2015-01-30Fix bug in timeout handling in keyclientErik Johnston1-3/+4
2015-01-30Fix regression where we no longer correctly handled the case of gaps in our e...Erik Johnston2-2/+9
2015-01-30Fix bug where we changes in outlier in metadata dict propogated to other eventsErik Johnston3-4/+8
2015-01-29Initial implementation of auth conflict resolutionErik Johnston8-81/+210
2015-01-29Make post_json(...) actually send data.Erik Johnston1-1/+1
2015-01-29Add post_json(...) method to federation clientErik Johnston1-0/+37
2015-01-28Start implementing auth conflict resErik Johnston6-52/+253
2015-01-26Make it the responsibility of the replication layer to check signature and ha...Erik Johnston3-26/+173
2015-01-26Split up replication_layer module into client, server and transaction queueErik Johnston5-603/+654
2015-01-23Update .gitignoreErik Johnston1-0/+6
2015-01-23Add storage method have_eventsErik Johnston1-0/+29<