| Commit message (Expand) | Author | Age | Files | Lines |
* | Do some logging when one-time-keys get claimed | Richard van der Hoff | 2017-05-09 | 1 | -0/+10 |
* | Accept join events from all servers | Richard van der Hoff | 2017-04-03 | 1 | -2/+6 |
* | Move FederationServer._handle_new_pdu to FederationHandler | Richard van der Hoff | 2017-03-09 | 1 | -193/+1 |
* | Move sig check out of _handle_new_pdu | Richard van der Hoff | 2017-03-09 | 1 | -12/+36 |
* | Factor _get_missing_events_for_pdu out of _handle_new_pdu | Richard van der Hoff | 2017-03-09 | 1 | -62/+82 |
* | Implement device key caching over federation | Erik Johnston | 2017-01-26 | 1 | -0/+3 |
* | Name linearizer's for better logs | Erik Johnston | 2017-01-09 | 1 | -2/+2 |
* | do the discard check in the right place to avoid grabbing dependent events | Matthew | 2017-01-07 | 1 | -20/+20 |
* | Discard PDUs from invalid origins due to #1753 in 0.18.[56] v0.18.7-rc1 | Matthew | 2017-01-07 | 1 | -1/+23 |
* | fix comment | Matthew Hodgson | 2017-01-05 | 1 | -1/+17 |
* | limit total timeout for get_missing_events to 10s | Matthew Hodgson | 2017-01-05 | 1 | -0/+5 |
* | s/aquire/acquire/g | Mark Haines | 2016-12-30 | 1 | -2/+2 |
* | Add more useful logging when we block fetching events | Mark Haines | 2016-12-30 | 1 | -0/+9 |
* | Send device messages over federation | Mark Haines | 2016-09-06 | 1 | -1/+1 |
* | Only pull out IDs from DB for /state_ids/ request | Erik Johnston | 2016-09-02 | 1 | -6/+4 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/state_ids_api | Erik Johnston | 2016-08-04 | 1 | -19/+1 |
|\ |
|
| * | Merge branch 'develop' into rav/refactor_device_query | Mark Haines | 2016-08-03 | 1 | -23/+47 |
| |\ |
|
| * | | E2E keys: Make federation query share code with client query | Richard van der Hoff | 2016-08-02 | 1 | -19/+1 |
* | | | Rename fields to _ids | Erik Johnston | 2016-08-03 | 1 | -2/+2 |
* | | | Fix copy + paste fails | Erik Johnston | 2016-08-03 | 1 | -1/+1 |
* | | | Add /state_ids federation API | Erik Johnston | 2016-08-03 | 1 | -0/+21 |
| |/
|/| |
|
* | | Don't double wrap 200 | Erik Johnston | 2016-08-02 | 1 | -2/+2 |
* | | Fix response cache | Erik Johnston | 2016-08-02 | 1 | -1/+1 |
* | | Cache federation state responses | Erik Johnston | 2016-07-21 | 1 | -21/+45 |
|/ |
|
* | Linearize some federation endpoints based on (origin, room_id) | Erik Johnston | 2016-06-17 | 1 | -66/+77 |
* | Only re-sign our own events | Erik Johnston | 2016-06-17 | 1 | -6/+9 |
* | Linearize fetching of gaps on incoming events | Erik Johnston | 2016-06-15 | 1 | -37/+51 |
* | Add some logging for when servers ask for missing events | Erik Johnston | 2016-06-08 | 1 | -0/+19 |
* | Add an openidish mechanism for proving to third parties that you own a given ... | Mark Haines | 2016-05-05 | 1 | -0/+5 |
* | Remove unused backfilled parameter from persist_event | Mark Haines | 2016-03-21 | 1 | -1/+0 |
* | Catch exceptions from EDU handling | Erik Johnston | 2016-03-18 | 1 | -1/+6 |
* | Yield on EDU handling | Erik Johnston | 2016-03-18 | 1 | -3/+4 |
* | Allow third_party_signed to be specified on /join | Daniel Wagner-Hall | 2016-02-23 | 1 | -2/+13 |
* | Fix up logcontexts | Erik Johnston | 2016-02-08 | 1 | -3/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Exchange 3pid invites for m.room.member invites | Daniel Wagner-Hall | 2015-11-05 | 1 | -16/+15 |
* | Allow rejecting invites | Daniel Wagner-Hall | 2015-10-20 | 1 | -0/+14 |
* | Remove unnecessary class-wrapping | Daniel Wagner-Hall | 2015-10-13 | 1 | -3/+3 |
* | Implement third party identifier invites | Daniel Wagner-Hall | 2015-10-01 | 1 | -3/+16 |
* | Add a few strategic new lines to break up the on_query_client_keys and on_cla... | Mark Haines | 2015-08-13 | 1 | -0/+6 |
* | Add federation support for end-to-end key requests | Mark Haines | 2015-07-23 | 1 | -0/+37 |
* | Change the way we do logging contexts so that they survive divergences | Erik Johnston | 2015-05-08 | 1 | -24/+22 |
* | Split a storage function in two so that we don't have to do extra work. | Erik Johnston | 2015-05-01 | 1 | -2/+2 |
* | Replace the @metrics.counted annotations in federation with specifically-writ... | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -12/+14 |
* | Initial attempt at sprinkling some @metrics.counted decorations around the fe... | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -0/+14 |
* | Docs | Erik Johnston | 2015-03-05 | 1 | -0/+2 |
* | Handle if get_missing_pdu returns 400 or not all events. | Erik Johnston | 2015-03-05 | 1 | -2/+4 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into batched_get_pdu | Erik Johnston | 2015-03-02 | 1 | -28/+13 |
|\ |
|
| * | If we're yielding don't add errback | Erik Johnston | 2015-03-02 | 1 | -7/+3 |
| * | Process transactions serially. | Erik Johnston | 2015-03-02 | 1 | -14/+10 |
* | | Implement and use new batched get missing pdu | Erik Johnston | 2015-02-23 | 1 | -99/+51 |
* | | Initial stab at implementing a batched get_missing_pdus request | Erik Johnston | 2015-02-19 | 1 | -0/+72 |
|/ |
|
* | Remove debug raise | Erik Johnston | 2015-02-17 | 1 | -7/+0 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into failures | Erik Johnston | 2015-02-17 | 1 | -5/+8 |
|\ |
|
| * | Mark old events as outliers. | Erik Johnston | 2015-02-16 | 1 | -1/+7 |
| * | Don't return anything from _handle_new_pdu, since we ignore the return value ... | Erik Johnston | 2015-02-16 | 1 | -4/+1 |
* | | Format the response of transaction request in a nicer way | Erik Johnston | 2015-02-17 | 1 | -4/+15 |
* | | Actually respond with JSON to incoming transaction | Erik Johnston | 2015-02-17 | 1 | -0/+2 |
* | | Handle recieving failures in transactions | Erik Johnston | 2015-02-17 | 1 | -1/+12 |
* | | Use consumeErrors=True on all DeferredLists. | Erik Johnston | 2015-02-17 | 1 | -1/+1 |
|/ |
|
* | Correctly handle all the places that can throw exceptions | Erik Johnston | 2015-02-12 | 1 | -3/+6 |
* | Sign auth_chains when returned by /state/ requests | Erik Johnston | 2015-02-10 | 1 | -0/+11 |
* | Remove unused imports | Erik Johnston | 2015-02-03 | 1 | -5/+0 |
* | Keep around the old (buggy) version of the prune_event function so that we ca... | Erik Johnston | 2015-02-03 | 1 | -41/+11 |
* | Briefly doc structure of query_auth API. | Erik Johnston | 2015-01-30 | 1 | -0/+18 |
* | Fix bug where we superfluously asked for current state. Change API of /query_... | Erik Johnston | 2015-01-30 | 1 | -6/+6 |
* | Fix regression where we no longer correctly handled the case of gaps in our e... | Erik Johnston | 2015-01-30 | 1 | -0/+3 |
* | Initial implementation of auth conflict resolution | Erik Johnston | 2015-01-29 | 1 | -0/+33 |
* | Make it the responsibility of the replication layer to check signature and ha... | Erik Johnston | 2015-01-26 | 1 | -13/+76 |
* | Split up replication_layer module into client, server and transaction queue | Erik Johnston | 2015-01-26 | 1 | -0/+345 |