Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix pyflakes warnings | Mark Haines | 2014-10-27 | 1 | -0/+2 |
| | |||||
* | Merge branch 'develop' into event_signing | Mark Haines | 2014-10-27 | 1 | -7/+20 |
|\ | |||||
| * | Check that we have auth headers and fail nicely | Erik Johnston | 2014-10-17 | 1 | -0/+5 |
| | | |||||
| * | More log lines. | Erik Johnston | 2014-10-17 | 1 | -7/+15 |
| | | |||||
* | | Remove signatures from pdu when computing hashes to use for prev pdus, make ↵ | Mark Haines | 2014-10-17 | 1 | -1/+1 |
| | | | | | | | | sure is_state is a boolean. | ||||
* | | Merge branch 'develop' into event_signing | Mark Haines | 2014-10-17 | 4 | -13/+14 |
|\| | | | | | | | | | Conflicts: synapse/federation/replication.py | ||||
| * | keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ↵ | Mark Haines | 2014-10-17 | 1 | -0/+1 |
| | | | | | | | | schema | ||||
| * | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 2014-10-17 | 4 | -13/+13 |
| | | |||||
* | | Rename 'meta' to 'unsigned' | Mark Haines | 2014-10-17 | 2 | -8/+7 |
| | | |||||
* | | move 'age' into 'meta' subdict so that it is clearer that it is not part of ↵ | Mark Haines | 2014-10-17 | 2 | -7/+19 |
| | | | | | | | | the signed data | ||||
* | | Hash the same content covered by the signature when referencing previous ↵ | Mark Haines | 2014-10-17 | 1 | -2/+4 |
| | | | | | | | | PDUs rather than reusing the PDU content hashes | ||||
* | | Include hashes of previous pdus when referencing them | Mark Haines | 2014-10-16 | 3 | -11/+14 |
| | | |||||
* | | Sign outgoing PDUs. | Mark Haines | 2014-10-16 | 1 | -1/+5 |
| | | |||||
* | | persist hashes and origin signatures for PDUs | Mark Haines | 2014-10-15 | 1 | -1/+16 |
|/ | |||||
* | SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin ↵ | Mark Haines | 2014-10-14 | 2 | -3/+7 |
| | | | | from the transaction itself | ||||
* | Respond with more helpful error messages for unsigned requests | Mark Haines | 2014-10-13 | 1 | -2/+2 |
| | |||||
* | Raise a SynapseError if the authorisation header is missing or malformed | Mark Haines | 2014-10-13 | 1 | -19/+27 |
| | |||||
* | Remove debug logging, raise a proper SynapseError if the auth header is missing | Mark Haines | 2014-10-13 | 1 | -5/+4 |
| | |||||
* | Verify signatures for server2server requests | Mark Haines | 2014-10-13 | 2 | -22/+89 |
| | |||||
* | SYN-75 sign at the request level rather than the transaction level | Mark Haines | 2014-10-13 | 3 | -28/+8 |
| | |||||
* | Merge branch develop into server2server_signing | Mark Haines | 2014-10-13 | 2 | -4/+8 |
|\ | | | | | | | | | Conflicts: synapse/app/homeserver.py | ||||
| * | Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ↵ | Mark Haines | 2014-10-02 | 2 | -4/+8 |
| | | | | | | | | than passing MatrixHttpClient.RETRY_DNS_LOOKUP_FAILURES as a fake query string parameter | ||||
* | | SYN-75 Verify signatures on server to server transactions | Mark Haines | 2014-09-30 | 3 | -23/+26 |
| | | |||||
* | | Sign federation transactions | Mark Haines | 2014-09-24 | 1 | -1/+8 |
|/ | |||||
* | Fix bug where we incorrectly calculated 'age_ts' from 'age' key rather than ↵ | Erik Johnston | 2014-09-15 | 1 | -2/+3 |
| | | | | the reverse. Don't transmit age_ts to clients for now. | ||||
* | Fix 'age' key to update on retries | Erik Johnston | 2014-09-15 | 2 | -5/+31 |
| | |||||
* | Correctly handle the 'age' key in events and pdus | Erik Johnston | 2014-09-15 | 1 | -3/+12 |
| | |||||
* | Make the state resolution use actual power levels rather than taking them ↵ | Erik Johnston | 2014-09-12 | 1 | -0/+1 |
| | | | | from a Pdu key. | ||||
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵ | Matthew Hodgson | 2014-09-03 | 6 | -6/+6 |
| | | | | hasn't been incorporated in time for launch. | ||||
* | Don't eat federation transmit errors during unit tests; fix remote presence ↵ | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -1/+0 |
| | | | | EDU-sending test because of this | ||||
* | Add all the necessary checks to make banning work. | Erik Johnston | 2014-09-01 | 1 | -0/+1 |
| | |||||
* | Fix a couple of bugs in presence handler related to pushing updatesto the ↵ | Erik Johnston | 2014-08-29 | 1 | -0/+2 |
| | | | | correct user. Fix presence tests. | ||||
* | Avoid AlreadyCalledError from EDU sending failures | Paul "LeoNerd" Evans | 2014-08-28 | 1 | -1/+2 |
| | |||||
* | Remove unused populate_previous_pdus | Mark Haines | 2014-08-27 | 2 | -21/+0 |
| | |||||
* | Fold federation/handler into handlers/federation | Mark Haines | 2014-08-26 | 1 | -156/+0 |
| | |||||
* | Use store.persist_event rather than ↵ | Mark Haines | 2014-08-26 | 2 | -21/+2 |
| | | | | pdu_actions.persist_outgoing/pdu_actions.persist_received | ||||
* | Move pdu and event persistence into a single persist_event function | Mark Haines | 2014-08-26 | 1 | -28/+2 |
| | |||||
* | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-26 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Conflicts: synapse/api/auth.py synapse/handlers/room.py synapse/storage/__init__.py | ||||
| * | Ensure that we don't have duplicate hosts in the pdu destinations list | Erik Johnston | 2014-08-24 | 1 | -2/+2 |
| | | |||||
* | | Take a snapshot of the state of the room before performing updates | Mark Haines | 2014-08-22 | 1 | -6/+5 |
|/ | |||||
* | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor | Erik Johnston | 2014-08-19 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Conflicts: tests/rest/test_presence.py tests/rest/test_rooms.py tests/utils.py | ||||
| * | Ensure that federation's .send_edu() returns a Deferred | Paul "LeoNerd" Evans | 2014-08-19 | 1 | -0/+1 |
| | | |||||
* | | Add a 'backfill room' button | Erik Johnston | 2014-08-19 | 2 | -10/+21 |
| | | |||||
* | | Add two different columns for ordering the events table, one which can be ↵ | Erik Johnston | 2014-08-18 | 1 | -2/+2 |
|/ | | | | used for pagination and one which can be as tokens for notifying clients. Also add a 'processed' field which is currently always set to True | ||||
* | Added a urls module for keeping client and federation prefixes. | Kegan Dougal | 2014-08-14 | 1 | -3/+1 |
| | |||||
* | Make federation use resource_for_federation as well. | Kegan Dougal | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | when we're talking about backfilling data in federation, call it backfilling ↵ | Matthew Hodgson | 2014-08-13 | 4 | -31/+31 |
| | | | | - not pagination. | ||||
* | Define the concept of a 'federation Query'; creating API for making and ↵ | Paul "LeoNerd" Evans | 2014-08-13 | 2 | -0/+75 |
| | | | | handling Queries on the Federation's increasingly-inaccurately-named ReplicationLayer | ||||
* | Namespace all the Federation HTTP URLs to /matrix/federation/v1/... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -15/+18 |
| | |||||
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 7 | -0/+7 |
| | |||||
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 7 | -0/+1790 |