5dd949bee6 
								
									
								
							
								 
							
						 
						
							
							
								
								Add type hints to some tests/handlers files. ( #12224 )  
							
							
							
						 
						
							2022-03-15 09:16:37 -04:00  
				
					
						
							
							
								 
						
							
							
								02d708568b 
								
									
								
							
								 
							
						 
						
							
							
								
								Replace assertEquals and friends with non-deprecated versions. ( #12092 )  
							
							
							
						 
						
							2022-02-28 07:12:29 -05:00  
				
					
						
							
							
								 
						
							
							
								e24ff8ebe3 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove `HomeServer.get_datastore()` ( #12031 )  
							
							... 
							
							
							
							The presence of this method was confusing, and mostly present for backwards
compatibility. Let's get rid of it.
Part of #11733  
							
						 
						
							2022-02-23 11:04:02 +00:00  
				
					
						
							
							
								 
						
							
							
								7ae559944a 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix checking whether a room can be published on creation. ( #11392 )  
							
							... 
							
							
							
							If `room_list_publication_rules` was configured with a rule with a
non-wildcard alias and a room was created with an alias then an
internal server error would have been thrown.
This fixes the error and properly applies the publication rules
during room creation. 
							
						 
						
							2021-11-19 15:19:32 +00:00  
				
					
						
							
							
								 
						
							
							
								4387b791e0 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't set new room alias before potential 403 ( #10930 )  
							
							... 
							
							
							
							Fixes : #10929  
Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net> 
						
							2021-10-25 15:24:49 +01:00  
				
					
						
							
							
								 
						
							
							
								bb7fdd821b 
								
									
								
							
								 
							
						 
						
							
							
								
								Use direct references for configuration variables (part 5). ( #10897 )  
							
							
							
						 
						
							2021-09-24 07:25:21 -04:00  
				
					
						
							
							
								 
						
							
							
								642a42edde 
								
									
								
							
								 
							
						 
						
							
							
								
								Flatten the synapse.rest.client package ( #10600 )  
							
							
							
						 
						
							2021-08-17 11:57:58 +00:00  
				
					
						
							
							
								 
						
							
							
								8070b893db 
								
									
								
							
								 
							
						 
						
							
							
								
								update black to 21.6b0 ( #10197 )  
							
							... 
							
							
							
							Reformat all files with the new version.
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> 
							
						 
						
							2021-06-17 15:20:06 +01:00  
				
					
						
							
							
								 
						
							
							
								4b965c862d 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove redundant "coding: utf-8" lines ( #9786 )  
							
							... 
							
							
							
							Part of #9744 
Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now.
`Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` 
							
						 
						
							2021-04-14 15:34:27 +01:00  
				
					
						
							
							
								 
						
							
							
								0b3112123d 
								
									
								
							
								 
							
						 
						
							
							
								
								Use mock from the stdlib. ( #9772 )  
							
							
							
						 
						
							2021-04-09 13:44:38 -04:00  
				
					
						
							
							
								 
						
							
							
								0a00b7ff14 
								
									
								
							
								 
							
						 
						
							
							
								
								Update black, and run auto formatting over the codebase ( #9381 )  
							
							... 
							
							
							
							- Update black version to the latest
 - Run black auto formatting over the codebase
    - Run autoformatting according to [`docs/code_style.md
`](80d6dc9783/docs/code_style.md 
							
						 
						
							2021-02-16 22:32:34 +00:00  
				
					
						
							
							
								 
						
							
							
								394516ad1b 
								
							
								 
							
						 
						
							
							
								
								Remove spurious "SynapseRequest" result from `make_request"  
							
							... 
							
							
							
							This was never used, so let's get rid of it. 
							
						 
						
							2020-12-15 22:35:40 +00:00  
				
					
						
							
							
								 
						
							
							
								90cf1eec44 
								
							
								 
							
						 
						
							
							
								
								Remove redundant mocking  
							
							
							
						 
						
							2020-12-02 17:53:38 +00:00  
				
					
						
							
							
								 
						
							
							
								30fba62108 
								
									
								
							
								 
							
						 
						
							
							
								
								Apply an IP range blacklist to push and key revocation requests. ( #8821 )  
							
							... 
							
							
							
							Replaces the `federation_ip_range_blacklist` configuration setting with an
`ip_range_blacklist` setting with wider scope. It now applies to:
* Federation
* Identity servers
* Push notifications
* Checking key validitity for third-party invite events
The old `federation_ip_range_blacklist` setting is still honored if present, but
with reduced scope (it only applies to federation and identity servers). 
							
						 
						
							2020-12-02 11:09:24 -05:00  
				
					
						
							
							
								 
						
							
							
								acfe3b3065 
								
							
								 
							
						 
						
							
							
								
								Remove redundant `HomeserverTestCase.render`  
							
							
							
						 
						
							2020-11-16 18:24:08 +00:00  
				
					
						
							
							
								 
						
							
							
								c9c0ad5e20 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove the deprecated Handlers object ( #8494 )  
							
							... 
							
							
							
							All handlers now available via get_*_handler() methods on the HomeServer. 
							
						 
						
							2020-10-09 07:24:34 -04:00  
				
					
						
							
							
								 
						
							
							
								c978f6c451 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert federation client to async/await. ( #7975 )  
							
							
							
						 
						
							2020-07-30 08:01:33 -04:00  
				
					
						
							
							
								 
						
							
							
								468dcc767b 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow admins to create aliases when they are not in the room ( #7191 )  
							
							
							
						 
						
							2020-04-01 08:27:05 -04:00  
				
					
						
							
							
								 
						
							
							
								13892776ef 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow deleting an alias if the user has sufficient power level ( #6986 )  
							
							
							
						 
						
							2020-03-04 11:30:46 -05:00  
				
					
						
							
							
								 
						
							
							
								7dcbc33a1b 
								
									
								
							
								 
							
						 
						
							
							
								
								Validate the alt_aliases property of canonical alias events ( #6971 )  
							
							
							
						 
						
							2020-03-03 07:12:45 -05:00  
				
					
						
							
							
								 
						
							
							
								fe3941f6e3 
								
									
								
							
								 
							
						 
						
							
							
								
								Stop sending events when creating or deleting aliases ( #6904 )  
							
							... 
							
							
							
							Stop sending events when creating or deleting associations (room aliases). Send an updated canonical alias event if one of the alt_aliases is deleted. 
							
						 
						
							2020-02-18 07:29:44 -05:00  
				
					
						
							
							
								 
						
							
							
								02e89021f5 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert the directory handler tests to use HomeserverTestCase ( #6919 )  
							
							... 
							
							
							
							Convert directory handler tests to use HomeserverTestCase. 
							
						 
						
							2020-02-14 09:05:43 -05:00  
				
					
						
							
							
								 
						
							
							
								32e7c9e7f2 
								
									
								
							
								 
							
						 
						
							
							
								
								Run Black. ( #5482 )  
							
							
							
						 
						
							2019-06-20 19:32:02 +10:00  
				
					
						
							
							
								 
						
							
							
								b36c82576e 
								
									
								
							
								 
							
						 
						
							
							
								
								Run Black on the tests again ( #5170 )  
							
							
							
						 
						
							2019-05-10 00:12:11 -05:00  
				
					
						
							
							
								 
						
							
							
								cc09685830 
								
							
								 
							
						 
						
							
							
								
								Add test  
							
							
							
						 
						
							2019-03-20 14:53:44 +00:00  
				
					
						
							
							
								 
						
							
							
								eaf4d11af9 
								
							
								 
							
						 
						
							
							
								
								Add configurable room list publishing rules  
							
							... 
							
							
							
							This allows specifying who and what is allowed to be published onto the
public room list 
							
						 
						
							2019-02-14 16:02:23 +00:00  
				
					
						
							
							
								 
						
							
							
								e5481b22aa 
								
							
								 
							
						 
						
							
							
								
								Use allow/deny  
							
							
							
						 
						
							2018-10-25 15:25:21 +01:00  
				
					
						
							
							
								 
						
							
							
								3c580c2b47 
								
							
								 
							
						 
						
							
							
								
								Add tests for alias creation rules  
							
							
							
						 
						
							2018-10-19 10:22:45 +01:00  
				
					
						
							
							
								 
						
							
							
								99dd975dae 
								
									
								
							
								 
							
						 
						
							
							
								
								Run tests under PostgreSQL ( #3423 )  
							
							
							
						 
						
							2018-08-13 16:47:46 +10:00  
				
					
						
							
							
								 
						
							
							
								8b3d9b6b19 
								
							
								 
							
						 
						
							
							
								
								Run black.  
							
							
							
						 
						
							2018-08-10 23:54:09 +10:00  
				
					
						
							
							
								 
						
							
							
								49af402019 
								
							
								 
							
						 
						
							
							
								
								run isort  
							
							
							
						 
						
							2018-07-09 16:09:20 +10:00  
				
					
						
							
							
								 
						
							
							
								cb9f8e527c 
								
							
								 
							
						 
						
							
							
								
								s/replication_client/federation_client/  
							
							
							
						 
						
							2018-03-13 13:26:52 +00:00  
				
					
						
							
							
								 
						
							
							
								6ea27fafad 
								
							
								 
							
						 
						
							
							
								
								Fix tests  
							
							
							
						 
						
							2018-03-13 10:55:47 +00:00  
				
					
						
							
							
								 
						
							
							
								631a73f7ef 
								
							
								 
							
						 
						
							
							
								
								Fix tests  
							
							
							
						 
						
							2018-03-13 10:39:19 +00:00  
				
					
						
							
							
								 
						
							
							
								0bfea9a2be 
								
							
								 
							
						 
						
							
							
								
								fix tests  
							
							
							
						 
						
							2017-03-23 13:20:08 +00:00  
				
					
						
							
							
								 
						
							
							
								c974116f19 
								
							
								 
							
						 
						
							
							
								
								Implement device key caching over federation  
							
							
							
						 
						
							2017-01-26 16:07:24 +00:00  
				
					
						
							
							
								 
						
							
							
								6c28ac260c 
								
							
								 
							
						 
						
							
							
								
								copyrights  
							
							
							
						 
						
							2016-01-07 04:26:29 +00:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								ada711504e 
								
							
								 
							
						 
						
							
							
								
								Replace hs.parse_roomalias with RoomAlias.from_string  
							
							
							
						 
						
							2015-01-23 13:21:58 +00:00  
				
					
						
							
							
								 
						
							
							
								7f4c7fe4e8 
								
							
								 
							
						 
						
							
							
								
								PEP8  
							
							
							
						 
						
							2014-11-04 16:35:38 +00:00  
				
					
						
							
							
								 
						
							
							
								dd3711bdbd 
								
							
								 
							
						 
						
							
							
								
								Fix tests.handlers.test_directory  
							
							
							
						 
						
							2014-11-04 16:33:52 +00:00  
				
					
						
							
							
								 
						
							
							
								574377636e 
								
							
								 
							
						 
						
							
							
								
								Add a keyword argument to get_json to avoid retrying on DNS failures. Rather than passing MatrixHttpClient.RETRY_DNS_LOOKUP_FAILURES as a fake query string parameter  
							
							
							
						 
						
							2014-10-02 14:26:13 +01:00  
				
					
						
							
							
								 
						
							
							
								4f11518934 
								
							
								 
							
						 
						
							
							
								
								Split PlainHttpClient into separate clients for talking to Identity servers and talking to Capatcha servers  
							
							
							
						 
						
							2014-10-02 14:03:26 +01:00  
				
					
						
							
							
								 
						
							
							
								b0406b9ead 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'origin/develop' into test-sqlite-memory  
							
							
							
						 
						
							2014-09-15 14:15:10 +01:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								493b1e6d3c 
								
							
								 
							
						 
						
							
							
								
								Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer constructor, as DataStore's constructor will want it ready  
							
							
							
						 
						
							2014-09-11 15:21:15 +01:00  
				
					
						
							
							
								 
						
							
							
								d13d0bba51 
								
							
								 
							
						 
						
							
							
								
								Unit-test DirectoryHandler against (real) SQLite memory store, not mocked storage layer  
							
							
							
						 
						
							2014-09-11 11:59:48 +01:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								30bcbc433a 
								
							
								 
							
						 
						
							
							
								
								Fix up directory server to not require uploading room hosts. Update the room hosts table with the current room hosts (if we have them) on GET.  
							
							
							
						 
						
							2014-09-03 16:04:27 +01:00  
				
					
						
							
							
								 
						
							
							
								7fc84c7019 
								
							
								 
							
						 
						
							
							
								
								Make retrying requests on DNS failures configurable, and turn off retrying only in directory.get_association  
							
							
							
						 
						
							2014-09-03 14:26:52 +01:00