Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |