| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull out encrypted_by_default tests from user_directory tests (#10752) | David Robertson | 2021-09-06 | 1 | -0/+108 |
* | Make unit tests work | Erik Johnston | 2016-01-18 | 1 | -418/+0 |
* | Require unbanning before other membership changes | Daniel Wagner-Hall | 2016-01-15 | 1 | -3/+3 |
* | Merge pull request #456 from matrix-org/store_event_actions | David Baker | 2016-01-08 | 1 | -0/+14 |
|\ |
|
| * | fix tests | David Baker | 2016-01-06 | 1 | -0/+5 |
| * | fix tests | David Baker | 2016-01-04 | 1 | -1/+1 |
| * | Add mocks to make tests work again | David Baker | 2015-12-22 | 1 | -0/+9 |
* | | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
|/ |
|
* | Don't needlessly compute prev_state | Erik Johnston | 2015-06-03 | 1 | -0/+2 |
* | Don't bother checking for updates if the stream token hasn't advanced for a user | Mark Haines | 2015-05-13 | 1 | -3/+5 |
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -14/+5 |
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -4/+5 |
* | Finish renaming "context" to "room_id" in federation codebase | Mark Haines | 2015-01-16 | 1 | -2/+2 |
* | Construct the EventContext in the state handler rather than constructing one ... | Mark Haines | 2014-12-16 | 1 | -12/+18 |
* | Kill off synapse.api.events.* | Erik Johnston | 2014-12-16 | 1 | -14/+11 |
* | Rename MessageHandler.handle_event. Add a few comments. | Erik Johnston | 2014-12-15 | 1 | -2/+3 |
* | Get current member state from current_state snapshot. Fix leave test. | Erik Johnston | 2014-12-15 | 1 | -1/+12 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor | Erik Johnston | 2014-12-15 | 1 | -0/+54 |
|\ |
|
| * | Add a 'user_left_room' distributor signal analogous to 'user_joined_room' | Paul "LeoNerd" Evans | 2014-12-11 | 1 | -3/+41 |
* | | Fix membership handler test | Erik Johnston | 2014-12-12 | 1 | -82/+97 |
* | | Fix room creation test | Erik Johnston | 2014-12-11 | 1 | -34/+34 |
|/ |
|
* | Fix bugs in invite/join dances. | Erik Johnston | 2014-11-25 | 1 | -2/+14 |
* | Fix bugs with invites/joins across federatiom. | Erik Johnston | 2014-11-12 | 1 | -13/+9 |
* | Rename annotate_state_groups to annotate_event_with_state | Erik Johnston | 2014-11-11 | 1 | -4/+4 |
* | Fix room handler test | Erik Johnston | 2014-11-10 | 1 | -15/+40 |
* | Fix room tests | Erik Johnston | 2014-11-05 | 1 | -6/+0 |
* | PEP8 | Erik Johnston | 2014-11-04 | 1 | -4/+4 |
* | Fix room handler tests | Erik Johnston | 2014-11-04 | 1 | -127/+19 |
* | Sign federation transactions | Mark Haines | 2014-09-24 | 1 | -1/+4 |
* | Have all unit tests import from our own subclass of trial's unittest TestCase... | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -5/+1 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Fix tests to support ratelimiting | Mark Haines | 2014-09-03 | 1 | -0/+13 |
* | Fix the tests to include new db calls | Erik Johnston | 2014-09-01 | 1 | -6/+6 |
* | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-27 | 1 | -3/+2 |
|\ |
|
| * | Fix tests. | Erik Johnston | 2014-08-27 | 1 | -2/+2 |
* | | Start updating state handling to use snapshots | Mark Haines | 2014-08-27 | 1 | -0/+1 |
* | | Fold federation/handler into handlers/federation | Mark Haines | 2014-08-26 | 1 | -9/+15 |
* | | Merge branch 'develop' into storage_transactions | Mark Haines | 2014-08-26 | 1 | -3/+3 |
|\| |
|
| * | Fix ALL THE UNIT TESTS | Kegan Dougal | 2014-08-26 | 1 | -3/+3 |
* | | Take a snapshot of the state of the room before performing updates | Mark Haines | 2014-08-22 | 1 | -5/+20 |
|/ |
|
* | Use the "collect_presencelike_data" distributor signal instead of re-implemen... | Paul "LeoNerd" Evans | 2014-08-20 | 1 | -0/+2 |
* | Fix test. get_joined_hosts_for_room get's called multiple times | Erik Johnston | 2014-08-20 | 1 | -3/+5 |
* | Fix some of the tests to reflect changes in the storage layer. | Erik Johnston | 2014-08-15 | 1 | -15/+7 |
* | Removed http_server from HomeServer. Updated unit tests to use either resourc... | Kegan Dougal | 2014-08-14 | 1 | -2/+1 |
* | add in copyrights to everything, not just the synapse subdir, and add a copyr... | Matthew Hodgson | 2014-08-13 | 1 | -0/+14 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+363 |