6e8fb42be7 
								
									
								
							
								 
							
						 
						
							
							
								
								Improve validation for `send_{join,leave,knock}` ( #10225 )  
							
							... 
							
							
							
							The idea here is to stop people sending things that aren't joins/leaves/knocks through these endpoints: previously you could send anything you liked through them. I wasn't able to find any security holes from doing so, but it doesn't sound like a good thing. 
							
						 
						
							2021-06-24 15:30:49 +01:00  
				
					
						
							
							
								 
						
							
							
								495b214f4f 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix (final) Bugbear violations ( #9838 )  
							
							
							
						 
						
							2021-04-20 11:50:49 +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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								ff55300b91 
								
									
								
							
								 
							
						 
						
							
							
								
								Honour ratelimit flag for application services for invite ratelimiting ( #9302 )  
							
							
							
						 
						
							2021-02-03 10:17:37 +00:00  
				
					
						
							
							
								 
						
							
							
								f2c1560eca 
								
									
								
							
								 
							
						 
						
							
							
								
								Ratelimit invites by room and target user ( #9258 )  
							
							
							
						 
						
							2021-01-29 16:38:29 +00:00  
				
					
						
							
							
								 
						
							
							
								1619802228 
								
									
								
							
								 
							
						 
						
							
							
								
								Various clean-ups to the logging context code ( #8935 )  
							
							
							
						 
						
							2020-12-14 14:19:47 -05: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  
				
					
						
							
							
								 
						
							
							
								950bb0305f 
								
									
								
							
								 
							
						 
						
							
							
								
								Consistently use room_id from federation request body ( #8776 )  
							
							... 
							
							
							
							* Consistently use room_id from federation request body
Some federation APIs have a redundant `room_id` path param (see
https://github.com/matrix-org/matrix-doc/issues/2330 ). We should make sure we
consistently use either the path param or the body param, and the body param is
easier.
* Kill off some references to "context"
Once upon a time, "rooms" were known as "contexts". I think this kills of the
last references to "contexts". 
							
						 
						
							2020-11-19 10:05:33 +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  
				
					
						
							
							
								 
						
							
							
								08bc80ef09 
								
									
								
							
								 
							
						 
						
							
							
								
								Implement room version 6 (MSC2240). ( #7506 )  
							
							
							
						 
						
							2020-05-15 09:30:10 -04:00  
				
					
						
							
							
								 
						
							
							
								56b66db78a 
								
									
								
							
								 
							
						 
						
							
							
								
								Strictly enforce canonicaljson requirements in a new room version ( #7381 )  
							
							
							
						 
						
							2020-05-14 13:24:01 -04:00  
				
					
						
							
							
								 
						
							
							
								928edef979 
								
							
								 
							
						 
						
							
							
								
								Pass room_version into `event_from_pdu_json`  
							
							... 
							
							
							
							It's called from all over the shop, so this one's a bit messy. 
							
						 
						
							2020-02-06 16:08:27 +00:00  
				
					
						
							
							
								 
						
							
							
								807ec3bd99 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix bug which caused rejected events to be stored with the wrong room state  ( #6320 )  
							
							... 
							
							
							
							Fixes a bug where rejected events were persisted with the wrong state group.
Also fixes an occasional internal-server-error when receiving events over
federation which are rejected and (possibly because they are
backwards-extremities) have no prev_group.
Fixes  #6289 . 
							
						 
						
							2019-11-06 10:01:39 +00:00  
				
					
						
							
							
								 
						
							
							
								8a5e8e829b 
								
									
								
							
								 
							
						 
						
							
							
								
								Lint (again)  
							
							
							
						 
						
							2019-10-03 11:30:43 +01:00  
				
					
						
							
							
								 
						
							
							
								ebcb6a30d7 
								
									
								
							
								 
							
						 
						
							
							
								
								Lint  
							
							
							
						 
						
							2019-10-03 11:29:07 +01:00  
				
					
						
							
							
								 
						
							
							
								6527fa18c1 
								
							
								 
							
						 
						
							
							
								
								Add test case  
							
							
							
						 
						
							2019-10-03 11:24:36 +01:00  
				
					
						
							
							
								 
						
							
							
								2c176e02ae 
								
							
								 
							
						 
						
							
							
								
								Make unit tests work  
							
							
							
						 
						
							2016-01-18 14:48:50 +00:00  
				
					
						
							
							
								 
						
							
							
								c232780081 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #456  from matrix-org/store_event_actions  
							
							... 
							
							
							
							Send unread notification counts 
							
						 
						
							2016-01-08 14:47:15 +00:00  
				
					
						
							
							
								 
						
							
							
								6c28ac260c 
								
							
								 
							
						 
						
							
							
								
								copyrights  
							
							
							
						 
						
							2016-01-07 04:26:29 +00:00  
				
					
						
							
							
								 
						
							
							
								0e48f7f245 
								
							
								 
							
						 
						
							
							
								
								fix tests  
							
							
							
						 
						
							2016-01-06 16:46:41 +00:00  
				
					
						
							
							
								 
						
							
							
								92a1e74b20 
								
							
								 
							
						 
						
							
							
								
								fix tests  
							
							
							
						 
						
							2016-01-04 14:17:35 +00:00  
				
					
						
							
							
								 
						
							
							
								d79e90f078 
								
							
								 
							
						 
						
							
							
								
								Add mocks to make tests work again  
							
							
							
						 
						
							2015-12-22 17:56:56 +00:00  
				
					
						
							
							
								 
						
							
							
								1c3d844e73 
								
							
								 
							
						 
						
							
							
								
								Don't needlessly compute context  
							
							
							
						 
						
							2015-06-03 16:41:51 +01:00  
				
					
						
							
							
								 
						
							
							
								63878c0379 
								
							
								 
							
						 
						
							
							
								
								Don't bother checking for updates if the stream token hasn't advanced for a user  
							
							
							
						 
						
							2015-05-13 13:42:21 +01:00  
				
					
						
							
							
								 
						
							
							
								9236136f3a 
								
							
								 
							
						 
						
							
							
								
								Make work in both Maria and SQLite. Fix tests  
							
							
							
						 
						
							2015-04-01 14:12:33 +01: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  
				
					
						
							
							
								 
						
							
							
								e7ca813dd4 
								
							
								 
							
						 
						
							
							
								
								Try to ensure we don't persist an event we have already persisted. In persist_event check if we already have the event, if so then update instead of replacing so that we don't cause a bump of the stream_ordering.  
							
							
							
						 
						
							2015-02-03 10:39:41 +00:00  
				
					
						
							
							
								 
						
							
							
								78015948a7 
								
							
								 
							
						 
						
							
							
								
								Initial implementation of auth conflict resolution  
							
							
							
						 
						
							2015-01-29 16:52:33 +00:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								3c77d13aa5 
								
							
								 
							
						 
						
							
							
								
								Kill off synapse.api.events.*  
							
							
							
						 
						
							2014-12-16 11:29:05 +00:00  
				
					
						
							
							
								 
						
							
							
								d3eb12c7b8 
								
							
								 
							
						 
						
							
							
								
								Fix federation test  
							
							
							
						 
						
							2014-12-11 17:01:27 +00:00  
				
					
						
							
							
								 
						
							
							
								8ada2d2018 
								
							
								 
							
						 
						
							
							
								
								fix UTs by telling all the mock stores about the new methods for tracking retries  
							
							
							
						 
						
							2014-12-09 23:53:07 +00:00  
				
					
						
							
							
								 
						
							
							
								027542e2e5 
								
							
								 
							
						 
						
							
							
								
								Fix bugs when joining a remote room that has dodgy event graphs. This should also fix the number of times a HS will trigger a GET /event/  
							
							
							
						 
						
							2014-11-27 16:02:26 +00:00  
				
					
						
							
							
								 
						
							
							
								822b15ea43 
								
							
								 
							
						 
						
							
							
								
								Fix tests.  
							
							
							
						 
						
							2014-11-26 10:45:37 +00:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								c5eabe3143 
								
							
								 
							
						 
						
							
							
								
								replace user_id with sender  
							
							
							
						 
						
							2014-11-19 16:38:40 +00:00  
				
					
						
							
							
								 
						
							
							
								cb4b6c844a 
								
							
								 
							
						 
						
							
							
								
								Merge PDUs and Events into one object  
							
							
							
						 
						
							2014-11-14 21:25:02 +00:00  
				
					
						
							
							
								 
						
							
							
								de1ec90133 
								
							
								 
							
						 
						
							
							
								
								Validate signatures on incoming events  
							
							
							
						 
						
							2014-11-14 19:11:04 +00:00  
				
					
						
							
							
								 
						
							
							
								3db2c0d43e 
								
							
								 
							
						 
						
							
							
								
								Rename annotate_state_groups to annotate_event_with_state  
							
							
							
						 
						
							2014-11-11 16:58:53 +00:00  
				
					
						
							
							
								 
						
							
							
								9e429239ab 
								
							
								 
							
						 
						
							
							
								
								Fix Federation test  
							
							
							
						 
						
							2014-11-05 11:10:36 +00:00  
				
					
						
							
							
								 
						
							
							
								b0554682ed 
								
							
								 
							
						 
						
							
							
								
								Fix federation handler tests. I've removed the invite/join dance ones as they are completely out of date.  
							
							
							
						 
						
							2014-11-04 16:51:59 +00:00  
				
					
						
							
							
								 
						
							
							
								f5cf7ac25b 
								
							
								 
							
						 
						
							
							
								
								SPEC-7: Rename 'ts' to 'origin_server_ts'  
							
							
							
						 
						
							2014-10-17 17:12:25 +01:00  
				
					
						
							
							
								 
						
							
							
								9605593d11 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into server2server_signing  
							
							... 
							
							
							
							Conflicts:
	synapse/storage/__init__.py
	tests/rest/test_presence.py 
							
						 
						
							2014-09-30 17:55:06 +01:00  
				
					
						
							
							
								 
						
							
							
								59f2bef187 
								
							
								 
							
						 
						
							
							
								
								Fix test where we changed arguments used to call the notifier  
							
							
							
						 
						
							2014-09-25 13:04:33 +01:00  
				
					
						
							
							
								 
						
							
							
								52ca867670 
								
							
								 
							
						 
						
							
							
								
								Sign federation transactions  
							
							
							
						 
						
							2014-09-24 17:25:41 +01:00  
				
					
						
							
							
								 
						
							
							
								59516a8bb1 
								
							
								 
							
						 
						
							
							
								
								Correctly handle receiving 'missing' Pdus from federation, rather than just discarding them.  
							
							
							
						 
						
							2014-09-15 16:40:44 +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  
				
					
						
							
							
								 
						
							
							
								34a7f0ca93 
								
							
								 
							
						 
						
							
							
								
								Fix test to assert that we don't do auth  
							
							
							
						 
						
							2014-09-03 19:13:29 +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