Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Handle if get_missing_pdu returns 400 or not all events. | Erik Johnston | 2015-03-05 | 1 | -13/+96 | |
| | ||||||
* | Implement and use new batched get missing pdu | Erik Johnston | 2015-02-23 | 1 | -0/+19 | |
| | ||||||
* | Merge branch 'keyclient_retry_scheme' of github.com:matrix-org/synapse into ↵ | Erik Johnston | 2015-02-18 | 1 | -12/+25 | |
|\ | | | | | | | develop | |||||
| * | Add per server retry limiting. | Erik Johnston | 2015-02-17 | 1 | -12/+24 | |
| | | | | | | | | | | Factor out the pre destination retry logic from TransactionQueue so it can be reused in both get_pdu and crypto.keyring | |||||
* | | Rename _fail_fetch_pdu_cache to _get_pdu_cache | Erik Johnston | 2015-02-18 | 1 | -8/+8 | |
| | | ||||||
* | | Cache results of get_pdu. | Erik Johnston | 2015-02-16 | 1 | -3/+39 | |
|/ | ||||||
* | Connection errors in twisted aren't RuntimeErrors | Erik Johnston | 2015-02-05 | 1 | -2/+2 | |
| | ||||||
* | Pass through list of room hosts from room alias query to federation so that ↵ | Erik Johnston | 2015-02-05 | 1 | -1/+4 | |
| | | | | it can retry against different room hosts | |||||
* | Apply sanity to the transport client interface. Convert 'make_join' and ↵ | Erik Johnston | 2015-02-04 | 1 | -31/+51 | |
| | | | | 'send_join' to accept iterables of destinations | |||||
* | Retry make_join | Erik Johnston | 2015-02-04 | 1 | -7/+12 | |
| | ||||||
* | Keep around the old (buggy) version of the prune_event function so that we ↵ | Erik Johnston | 2015-02-03 | 1 | -94/+2 | |
| | | | | can use it to check signatures for events on old servers | |||||
* | PEP8 | Erik Johnston | 2015-02-03 | 1 | -1/+0 | |
| | ||||||
* | Don't bother requesting PDUs with bad signatures from the same server | Erik Johnston | 2015-02-02 | 1 | -16/+17 | |
| | ||||||
* | Don't fail an entire request if one of the returned events fails a signature ↵ | Erik Johnston | 2015-02-02 | 1 | -26/+81 | |
| | | | | check. If an event does fail a signature check, look in the local database and request it from the originator. | |||||
* | Fix bug where we superfluously asked for current state. Change API of ↵ | Erik Johnston | 2015-01-30 | 1 | -6/+1 | |
| | | | | /query_auth/ so that we don't duplicate events in the response. | |||||
* | Initial implementation of auth conflict resolution | Erik Johnston | 2015-01-29 | 1 | -1/+1 | |
| | ||||||
* | Start implementing auth conflict res | Erik Johnston | 2015-01-28 | 1 | -0/+39 | |
| | ||||||
* | Make it the responsibility of the replication layer to check signature and ↵ | Erik Johnston | 2015-01-26 | 1 | -13/+95 | |
| | | | | hashes. | |||||
* | Split up replication_layer module into client, server and transaction queue | Erik Johnston | 2015-01-26 | 1 | -0/+293 | |