| Commit message (Expand) | Author | Age | Files | Lines |
* | Also pull out rejected events | Erik Johnston | 2016-08-10 | 1 | -1/+1 |
* | Store if we fail to fetch an event from a destination | Erik Johnston | 2016-08-10 | 1 | -1/+36 |
* | Fix a couple of python bugs | Erik Johnston | 2016-08-05 | 1 | -6/+8 |
* | Retry joining via other servers if first one failed | Erik Johnston | 2016-08-05 | 1 | -5/+16 |
* | Fix typo | Erik Johnston | 2016-08-05 | 1 | -1/+1 |
* | Check if we already have the events returned by /state/ | Erik Johnston | 2016-08-05 | 1 | -2/+16 |
* | Fallback to /state/ on both 400 and 404 | Erik Johnston | 2016-08-05 | 1 | -1/+1 |
* | Tweak integrity error recovery to work as intended | Benjamin Saunders | 2016-08-04 | 1 | -1/+1 |
* | Fix typos. | Erik Johnston | 2016-08-04 | 1 | -3/+3 |
* | Tidy up get_events | Erik Johnston | 2016-08-04 | 1 | -12/+10 |
* | Rename fields to _ids | Erik Johnston | 2016-08-03 | 1 | -2/+2 |
* | Fix copy + paste fails | Erik Johnston | 2016-08-03 | 1 | -5/+10 |
* | Actually call get_room_state | Erik Johnston | 2016-08-03 | 1 | -0/+4 |
* | Fix syntax error | Erik Johnston | 2016-08-03 | 1 | -1/+8 |
* | Comment | Erik Johnston | 2016-08-03 | 1 | -0/+14 |
* | Add /state_ids federation API | Erik Johnston | 2016-08-03 | 1 | -3/+70 |
* | Linearize fetching of gaps on incoming events | Erik Johnston | 2016-06-15 | 1 | -0/+2 |
* | Apparently I am not permitted to have two blank lines here | David Baker | 2016-05-31 | 1 | -1/+0 |
* | Basic, un-cached support for secondary_directory_servers | David Baker | 2016-05-31 | 1 | -0/+21 |
* | Intern all the things | Erik Johnston | 2016-03-23 | 1 | -0/+1 |
* | Add profile information to invites | Erik Johnston | 2016-03-04 | 1 | -1/+1 |
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -1/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Don't complain if /make_join response lacks 'prev_state' list (SYN-517) | Paul "LeoNerd" Evans | 2015-11-13 | 1 | -0/+6 |
* | Fix missing profile data in federation joins | Erik Johnston | 2015-11-12 | 1 | -1/+4 |
* | Exchange 3pid invites for m.room.member invites | Daniel Wagner-Hall | 2015-11-05 | 1 | -8/+25 |
* | Allow rejecting invites | Daniel Wagner-Hall | 2015-10-20 | 1 | -6/+61 |
* | Look for keys on the right objects | Daniel Wagner-Hall | 2015-10-15 | 1 | -1/+3 |
* | Remove unnecessary class-wrapping | Daniel Wagner-Hall | 2015-10-13 | 1 | -3/+3 |
* | Move event contents into third_party_layout field | Daniel Wagner-Hall | 2015-10-13 | 1 | -2/+2 |
* | Fix lint errors | Daniel Wagner-Hall | 2015-10-06 | 1 | -1/+0 |
* | Implement third party identifier invites | Daniel Wagner-Hall | 2015-10-01 | 1 | -2/+7 |
* | Merge pull request #208 from matrix-org/markjh/end-to-end-key-federation | Mark Haines | 2015-08-18 | 1 | -0/+30 |
|\ |
|
| * | Get the end-to-end key federation working | Mark Haines | 2015-07-24 | 1 | -8/+4 |
| * | Add federation support for end-to-end key requests | Mark Haines | 2015-07-23 | 1 | -0/+34 |
* | | Move all the caches into their own package, synapse.util.caches | Erik Johnston | 2015-08-11 | 1 | -1/+1 |
|/ |
|
* | Implement bulk verify_signed_json API | Erik Johnston | 2015-06-26 | 1 | -14/+43 |
* | Remove redundant for loop | Erik Johnston | 2015-05-22 | 1 | -3/+0 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/backfill_f... | Erik Johnston | 2015-05-22 | 1 | -0/+2 |
|\ |
|
| * | Add doc strings | Erik Johnston | 2015-05-22 | 1 | -0/+2 |
* | | Merge branch 'erikj/join_perf' of github.com:matrix-org/synapse into erikj/ba... | Erik Johnston | 2015-05-21 | 1 | -3/+3 |
|\| |
|
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/join_perf | Erik Johnston | 2015-05-21 | 1 | -3/+3 |
| |\ |
|
| | * | Remove pointless newline | Erik Johnston | 2015-05-18 | 1 | -1/+0 |
| | * | Remove debug logging | Erik Johnston | 2015-05-18 | 1 | -8/+0 |
| | * | Fix daedlock | Erik Johnston | 2015-05-15 | 1 | -3/+12 |
* | | | Actually fetch state for new backwards extremeties when backfilling. | Erik Johnston | 2015-05-20 | 1 | -1/+5 |
|/ / |
|
* | | Add None check | Erik Johnston | 2015-05-19 | 1 | -1/+1 |
* | | Add a timeout param to get_event | Erik Johnston | 2015-05-19 | 1 | -9/+14 |
|/ |
|
* | Missed events are not outliers | Erik Johnston | 2015-05-05 | 1 | -1/+1 |
* | Replace the @metrics.counted annotations in federation with specifically-writ... | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -12/+15 |
* | Initial attempt at sprinkling some @metrics.counted decorations around the fe... | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -0/+14 |
* | Delete pointless (and unreachable) __init__ method from FederationClient | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -2/+0 |
* | Remove unecessary check | Erik Johnston | 2015-03-05 | 1 | -6/+0 |
* | Respect min_depth argument | Erik Johnston | 2015-03-05 | 1 | -4/+6 |
* | Docs. | Erik Johnston | 2015-03-05 | 1 | -0/+16 |
* | 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 d... | Erik Johnston | 2015-02-18 | 1 | -12/+25 |
|\ |
|
| * | Add per server retry limiting. | Erik Johnston | 2015-02-17 | 1 | -12/+24 |
* | | 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 i... | Erik Johnston | 2015-02-05 | 1 | -1/+4 |
* | Apply sanity to the transport client interface. Convert 'make_join' and 'send... | Erik Johnston | 2015-02-04 | 1 | -31/+51 |
* | 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 ca... | Erik Johnston | 2015-02-03 | 1 | -94/+2 |
* | 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 |
* | Fix bug where we superfluously asked for current state. Change API of /query_... | Erik Johnston | 2015-01-30 | 1 | -6/+1 |
* | 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 ha... | Erik Johnston | 2015-01-26 | 1 | -13/+95 |
* | Split up replication_layer module into client, server and transaction queue | Erik Johnston | 2015-01-26 | 1 | -0/+293 |