summary refs log tree commit diff
path: root/synapse/federation/federation_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused lineErik Johnston2015-06-241-3/+0
* Verify state and auth_chain in the same batchErik Johnston2015-06-241-36/+46
* Make _check_sigs_and_hash_and_fetch use batch api for verify keysErik Johnston2015-06-241-37/+40
* Implement a batch API for verify_json_objects_for_serverErik Johnston2015-06-241-17/+32
* Rephrase log lineErik Johnston2015-06-021-1/+1
* Don't about JSON when warning about content tamperingErik Johnston2015-06-021-7/+4
* Add a timeout param to get_eventErik Johnston2015-05-191-0/+1
* Unwrap defer.gatherResults failuresErik Johnston2015-05-121-1/+3
* Fix loggingErik Johnston2015-02-121-1/+4
* Parrellize fetching of eventsErik Johnston2015-02-121-3/+11
* Correctly handle all the places that can throw exceptionsErik Johnston2015-02-121-10/+14
* New lineErik Johnston2015-02-031-1/+1
* Actually, the old prune_event function was non-deterministic, so no point kee...Erik Johnston2015-02-031-12/+4
* Add new FederationBaseErik Johnston2015-02-031-0/+126