summary refs log tree commit diff
path: root/tests/unittest.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Erik Johnston2-2/+9
event graph
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 ↵Erik Johnston3-26/+173
hashes.
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