summary refs log tree commit diff
path: root/tests/handlers/test_room.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make unit tests workErik Johnston2016-01-181-418/+0
|
* Require unbanning before other membership changesDaniel Wagner-Hall2016-01-151-3/+3
|
* Merge pull request #456 from matrix-org/store_event_actionsDavid Baker2016-01-081-0/+14
|\ | | | | Send unread notification counts
| * fix testsDavid Baker2016-01-061-0/+5
| |
| * fix testsDavid Baker2016-01-041-1/+1
| |
| * Add mocks to make tests work againDavid Baker2015-12-221-0/+9
| |
* | copyrightsMatthew Hodgson2016-01-071-1/+1
|/
* Don't needlessly compute prev_stateErik Johnston2015-06-031-0/+2
|
* Don't bother checking for updates if the stream token hasn't advanced for a userMark Haines2015-05-131-3/+5
|
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-14/+5
| | | | setup_test_homeserver function in utils.
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-4/+5
|
* Finish renaming "context" to "room_id" in federation codebaseMark Haines2015-01-161-2/+2
|
* Construct the EventContext in the state handler rather than constructing one ↵Mark Haines2014-12-161-12/+18
| | | | and then immediately calling state_handler.annotate_context_with_state
* Kill off synapse.api.events.*Erik Johnston2014-12-161-14/+11
|
* Rename MessageHandler.handle_event. Add a few comments.Erik Johnston2014-12-151-2/+3
|
* Get current member state from current_state snapshot. Fix leave test.Erik Johnston2014-12-151-1/+12
|
* Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-151-0/+54
|\ | | | | | | | | Conflicts: tests/handlers/test_room.py
| * Add a 'user_left_room' distributor signal analogous to 'user_joined_room'Paul "LeoNerd" Evans2014-12-111-3/+41
| |
* | Fix membership handler testErik Johnston2014-12-121-82/+97
| |
* | Fix room creation testErik Johnston2014-12-111-34/+34
|/
* Fix bugs in invite/join dances.Erik Johnston2014-11-251-2/+14
| | | | | We now do more implement more of the auth on the events so that we don't reject valid events.
* Fix bugs with invites/joins across federatiom.Erik Johnston2014-11-121-13/+9
| | | | | Both in terms of auth and not trying to fetch missing PDUs for invites, joins etc.
* Rename annotate_state_groups to annotate_event_with_stateErik Johnston2014-11-111-4/+4
|
* Fix room handler testErik Johnston2014-11-101-15/+40
|
* Fix room testsErik Johnston2014-11-051-6/+0
|
* PEP8Erik Johnston2014-11-041-4/+4
|
* Fix room handler testsErik Johnston2014-11-041-127/+19
|
* Sign federation transactionsMark Haines2014-09-241-1/+4
|
* Have all unit tests import from our own subclass of trial's unittest ↵Paul "LeoNerd" Evans2014-09-121-5/+1
| | | | TestCase; set up logging in ONE PLACE ONLY
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Fix tests to support ratelimitingMark Haines2014-09-031-0/+13
|
* Fix the tests to include new db callsErik Johnston2014-09-011-6/+6
|
* Merge branch 'develop' into storage_transactionsMark Haines2014-08-271-3/+2
|\ | | | | | | | | | | Conflicts: tests/handlers/test_federation.py tests/handlers/test_room.py
| * Fix tests.Erik Johnston2014-08-271-2/+2
| |
* | Start updating state handling to use snapshotsMark Haines2014-08-271-0/+1
| |
* | Fold federation/handler into handlers/federationMark Haines2014-08-261-9/+15
| |
* | Merge branch 'develop' into storage_transactionsMark Haines2014-08-261-3/+3
|\| | | | | | | | | | | | | Conflicts: synapse/api/auth.py synapse/handlers/room.py synapse/storage/__init__.py
| * Fix ALL THE UNIT TESTSKegan Dougal2014-08-261-3/+3
| |
* | Take a snapshot of the state of the room before performing updatesMark Haines2014-08-221-5/+20
|/
* Use the "collect_presencelike_data" distributor signal instead of ↵Paul "LeoNerd" Evans2014-08-201-0/+2
| | | | re-implementing its behaviour
* Fix test. get_joined_hosts_for_room get's called multiple timesErik Johnston2014-08-201-3/+5
|
* Fix some of the tests to reflect changes in the storage layer.Erik Johnston2014-08-151-15/+7
|
* Removed http_server from HomeServer. Updated unit tests to use either ↵Kegan Dougal2014-08-141-2/+1
| | | | resource_for_federation or resource_for_client depending on what is being tested.
* add in copyrights to everything, not just the synapse subdir, and add a ↵Matthew Hodgson2014-08-131-0/+14
| | | | copyrighter.pl whilst we're at it
* Reference Matrix Home Servermatrix.org2014-08-121-0/+363