|  Mark Haines | 896253e085 | Factor out some of the common homeserver setup code into a setup_test_homeserver function in utils. | 2015-02-11 11:37:30 +00:00 | 
				
					
						|  Mark Haines | 5759bec43c | Replace hs.parse_userid with UserID.from_string | 2015-01-23 11:47:15 +00:00 | 
				
					
						|  Mark Haines | 5fed042640 | Finish renaming "context" to "room_id" in federation codebase | 2015-01-16 19:01:03 +00:00 | 
				
					
						|  Mark Haines | c3eae8a88c | Construct the EventContext in the state handler rather than constructing one and then immediately calling state_handler.annotate_context_with_state | 2014-12-16 15:59:17 +00:00 | 
				
					
						|  Erik Johnston | 3c77d13aa5 | Kill off synapse.api.events.* | 2014-12-16 11:29:05 +00:00 | 
				
					
						|  Erik Johnston | cf6e5f1dbf | Rename MessageHandler.handle_event. Add a few comments. | 2014-12-15 17:01:12 +00:00 | 
				
					
						|  Erik Johnston | 65cdf4e724 | Get current member state from current_state snapshot. Fix leave test. | 2014-12-15 15:03:27 +00:00 | 
				
					
						|  Erik Johnston | 57e0e619f3 | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactor Conflicts:
	tests/handlers/test_room.py | 2014-12-15 14:45:59 +00:00 | 
				
					
						|  Erik Johnston | ebf2ec3ce6 | Fix membership handler test | 2014-12-12 14:32:44 +00:00 | 
				
					
						|  Paul "LeoNerd" Evans | f25764943c | Add a 'user_left_room' distributor signal analogous to 'user_joined_room' | 2014-12-11 18:27:01 +00:00 | 
				
					
						|  Erik Johnston | c161b6cf96 | Fix room creation test | 2014-12-11 16:43:30 +00:00 | 
				
					
						|  Erik Johnston | 64fc859dac | Fix bugs in invite/join dances. We now do more implement more of the auth on the events so that we
don't reject valid events. | 2014-11-25 17:59:49 +00:00 | 
				
					
						|  Erik Johnston | 6fea478d2e | Fix bugs with invites/joins across federatiom. Both in terms of auth and not trying to fetch missing PDUs for invites,
joins etc. | 2014-11-12 11:24:11 +00:00 | 
				
					
						|  Erik Johnston | 3db2c0d43e | Rename annotate_state_groups to annotate_event_with_state | 2014-11-11 16:58:53 +00:00 | 
				
					
						|  Erik Johnston | b01159f234 | Fix room handler test | 2014-11-10 14:58:33 +00:00 | 
				
					
						|  Erik Johnston | c670ce416b | Fix room tests | 2014-11-05 11:15:15 +00:00 | 
				
					
						|  Erik Johnston | 4a5e95511e | PEP8 | 2014-11-04 17:13:21 +00:00 | 
				
					
						|  Erik Johnston | dfb3d21a6d | Fix room handler tests | 2014-11-04 17:12:39 +00:00 | 
				
					
						|  Mark Haines | 52ca867670 | Sign federation transactions | 2014-09-24 17:25:41 +01:00 | 
				
					
						|  Paul "LeoNerd" Evans | cd62ee3f29 | Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY | 2014-09-12 18:46:13 +01:00 | 
				
					
						|  Matthew Hodgson | 8a7c1d6a00 | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. | 2014-09-03 17:31:57 +01:00 | 
				
					
						|  Mark Haines | cdd8602e74 | Fix tests to support ratelimiting | 2014-09-03 09:15:22 +01:00 | 
				
					
						|  Erik Johnston | 3f5ebccbff | Fix the tests to include new db calls | 2014-09-01 19:57:17 +01:00 | 
				
					
						|  Mark Haines | 357dd1871d | Merge branch 'develop' into storage_transactions Conflicts:
	tests/handlers/test_federation.py
	tests/handlers/test_room.py | 2014-08-27 17:28:55 +01:00 | 
				
					
						|  Erik Johnston | e111a06e0a | Fix tests. | 2014-08-27 17:21:48 +01:00 | 
				
					
						|  Mark Haines | a0d1f5a014 | Start updating state handling to use snapshots | 2014-08-27 15:11:51 +01:00 | 
				
					
						|  Mark Haines | d2798de660 | Fold federation/handler into handlers/federation | 2014-08-26 19:49:42 +01:00 | 
				
					
						|  Mark Haines | 4b63b06cad | Merge branch 'develop' into storage_transactions Conflicts:
	synapse/api/auth.py
	synapse/handlers/room.py
	synapse/storage/__init__.py | 2014-08-26 16:07:05 +01:00 | 
				
					
						|  Kegan Dougal | 8bd55cfdcb | Fix ALL THE UNIT TESTS | 2014-08-26 15:54:25 +01:00 | 
				
					
						|  Mark Haines | 1379dcae6f | Take a snapshot of the state of the room before performing updates | 2014-08-22 17:00:10 +01:00 | 
				
					
						|  Paul "LeoNerd" Evans | 583add34fe | Use the "collect_presencelike_data" distributor signal instead of re-implementing its behaviour | 2014-08-20 16:06:47 +01:00 | 
				
					
						|  Erik Johnston | d100ac8c82 | Fix test. get_joined_hosts_for_room get's called multiple times | 2014-08-20 15:10:36 +01:00 | 
				
					
						|  Erik Johnston | f5fca6f787 | Fix some of the tests to reflect changes in the storage layer. | 2014-08-15 17:42:21 +01:00 | 
				
					
						|  Kegan Dougal | 9a1638ed21 | Removed http_server from HomeServer. Updated unit tests to use either resource_for_federation or resource_for_client depending on what is being tested. | 2014-08-14 10:18:54 +01:00 | 
				
					
						|  Matthew Hodgson | 3e35a9f96e | add in copyrights to everything, not just the synapse subdir, and add a copyrighter.pl whilst we're at it | 2014-08-13 03:32:18 +01:00 | 
				
					
						|  matrix.org | 4f475c7697 | Reference Matrix Home Server | 2014-08-12 15:10:52 +01:00 |