5dc09e82c4 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #413  from matrix-org/markjh/reuse_http_client  
							
							... 
							
							
							
							Reuse a single http client, rather than creating new ones 
							
						 
						
							2015-12-02 12:56:23 +00:00  
				
					
						
							
							
								 
						
							
							
								37b2d69bbc 
								
							
								 
							
						 
						
							
							
								
								Reuse a single http client, rather than creating new ones  
							
							
							
						 
						
							2015-12-02 11:36:02 +00:00  
				
					
						
							
							
								 
						
							
							
								addb248e0b 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #411  from matrix-org/default_dont_notify  
							
							... 
							
							
							
							Change the m.room.message rule to be disabled by default 
							
						 
						
							2015-12-02 11:32:56 +00:00  
				
					
						
							
							
								 
						
							
							
								4b1281f9b7 
								
							
								 
							
						 
						
							
							
								
								Change the m.room.message rule to be disabled by default so we only notify for 1:1 rooms / highlights out-of-the-box  
							
							
							
						 
						
							2015-12-02 11:26:49 +00:00  
				
					
						
							
							
								 
						
							
							
								5eb4d13aaa 
								
							
								 
							
						 
						
							
							
								
								Fix typo in collect_presencelike_data  
							
							
							
						 
						
							2015-12-02 10:50:58 +00:00  
				
					
						
							
							
								 
						
							
							
								03b2a6a8aa 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #409  from MadsRC/develop  
							
							... 
							
							
							
							Develop 
							
						 
						
							2015-12-02 10:08:18 +00:00  
				
					
						
							
							
								 
						
							
							
								9fbd504b4e 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #408  from matrix-org/markjh/distributor_facade  
							
							... 
							
							
							
							Wrap calls to distributor.fire in appropriately named functions 
							
						 
						
							2015-12-02 09:44:56 +00:00  
				
					
						
							
							
								 
						
							
							
								9670f226e3 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #406  from matrix-org/erikj/search  
							
							... 
							
							
							
							Search: Don't disregard grouping info in pagination tokens 
							
						 
						
							2015-12-02 09:13:20 +00:00  
				
					
						
							
							
								 
						
							
							
								6863466653 
								
							
								 
							
						 
						
							
							
								
								Added a single line to explain what the server_name is used for  
							
							
							
						 
						
							2015-12-02 00:37:55 +01:00  
				
					
						
							
							
								 
						
							
							
								3d5c5e8be5 
								
							
								 
							
						 
						
							
							
								
								Added a few lines to better explain how to run Synapse on a FQDN that is not part of the UserID  
							
							
							
						 
						
							2015-12-02 00:35:45 +01:00  
				
					
						
							
							
								 
						
							
							
								65a9bf2dd5 
								
							
								 
							
						 
						
							
							
								
								various fixes - thanks to Mark White for pointing out you need to run synapse before you try to register a new user  
							
							
							
						 
						
							2015-12-01 23:05:12 +00:00  
				
					
						
							
							
								 
						
							
							
								ae9f8cda7e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into markjh/distributor_facade  
							
							
							
						 
						
							2015-12-01 21:18:13 +00:00  
				
					
						
							
							
								 
						
							
							
								5d321e4b9a 
								
							
								 
							
						 
						
							
							
								
								Fix definitions script  
							
							
							
						 
						
							2015-12-01 21:17:58 +00:00  
				
					
						
							
							
								 
						
							
							
								a9526831a4 
								
							
								 
							
						 
						
							
							
								
								Wrap calls to distributor.fire in appropriately named functions so that static analysis can work out want is calling what  
							
							
							
						 
						
							2015-12-01 20:53:04 +00:00  
				
					
						
							
							
								 
						
							
							
								98ee629d00 
								
							
								 
							
						 
						
							
							
								
								Added --report-status=yes|no as Synapse won't generate the config without it  
							
							
							
						 
						
							2015-12-01 20:20:53 +01:00  
				
					
						
							
							
								 
						
							
							
								c533f69d38 
								
							
								 
							
						 
						
							
							
								
								Added libffi-devel in CentOS 7 installation requirements and fixed indentation of yum groupinstall. Signed-off-by: Mads Robin Christensen <mads@v42.dk>  
							
							
							
						 
						
							2015-12-01 20:00:41 +01:00  
				
					
						
							
							
								 
						
							
							
								a2922bb944 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #392  from matrix-org/markjh/client_config  
							
							... 
							
							
							
							Add API for setting per user account data at the top level or room level. 
							
						 
						
							2015-12-01 18:42:59 +00:00  
				
					
						
							
							
								 
						
							
							
								95f30ecd1f 
								
							
								 
							
						 
						
							
							
								
								Add API for setting account_data globaly or on a per room basis  
							
							
							
						 
						
							2015-12-01 18:41:32 +00:00  
				
					
						
							
							
								 
						
							
							
								f487355364 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #407  from MadsRC/develop  
							
							... 
							
							
							
							Develop 
							
						 
						
							2015-12-01 18:41:31 +00:00  
				
					
						
							
							
								 
						
							
							
								6e70979973 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #400  from matrix-org/daniel/versioning  
							
							... 
							
							
							
							Merge pull request # 400 from matrix-org/daniel/versioning 
							
						 
						
							2015-12-01 17:36:37 +00:00  
				
					
						
							
							
								 
						
							
							
								14d7acfad4 
								
							
								 
							
						 
						
							
							
								
								Host /unstable and /r0 versions of r0 APIs  
							
							
							
						 
						
							2015-12-01 17:34:32 +00:00  
				
					
						
							
							
								 
						
							
							
								27c5e1b374 
								
							
								 
							
						 
						
							
							
								
								Search: Don't disregard grouping info in pagination tokens  
							
							
							
						 
						
							2015-12-01 16:47:18 +00:00  
				
					
						
							
							
								 
						
							
							
								af96c6f4d3 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #404  from matrix-org/markjh/trivial_rename  
							
							... 
							
							
							
							Rename presence_handler.send_invite 
							
						 
						
							2015-12-01 16:11:03 +00:00  
				
					
						
							
							
								 
						
							
							
								d32db0bc45 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #402  from matrix-org/markjh/event_formatting  
							
							... 
							
							
							
							Copy rather than move the fields to shuffle between a v1 and a v2 event. 
							
						 
						
							2015-12-01 16:10:24 +00:00  
				
					
						
							
							
								 
						
							
							
								7b593af7e1 
								
							
								 
							
						 
						
							
							
								
								rename the method in the tests as well  
							
							
							
						 
						
							2015-12-01 16:06:17 +00:00  
				
					
						
							
							
								 
						
							
							
								31069ecf6a 
								
							
								 
							
						 
						
							
							
								
								Rename presence_handler.send_invite to presence_handler.send_presence_invite to distinguish it from normal invites  
							
							
							
						 
						
							2015-12-01 15:59:45 +00:00  
				
					
						
							
							
								 
						
							
							
								2430fcd462 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #403  from matrix-org/erikj/search-ts  
							
							... 
							
							
							
							Allow paginating search ordered by recents 
							
						 
						
							2015-12-01 14:46:27 +00:00  
				
					
						
							
							
								 
						
							
							
								f593a6e5f8 
								
							
								 
							
						 
						
							
							
								
								Add options to definitions.py to fetch referrers and to output dot  
							
							
							
						 
						
							2015-12-01 14:29:42 +00:00  
				
					
						
							
							
								 
						
							
							
								c91a05776f 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #398  from matrix-org/markjh/jenkins_postgres  
							
							... 
							
							
							
							Run sytest against postgresql 
							
						 
						
							2015-12-01 13:25:44 +00:00  
				
					
						
							
							
								 
						
							
							
								5f9a2cb337 
								
							
								 
							
						 
						
							
							
								
								Write the tap results for each database to different files when running sytest  
							
							
							
						 
						
							2015-12-01 13:24:43 +00:00  
				
					
						
							
							
								 
						
							
							
								8c902431ba 
								
							
								 
							
						 
						
							
							
								
								Set the port when running sytest under postgresql  
							
							
							
						 
						
							2015-12-01 12:01:29 +00:00  
				
					
						
							
							
								 
						
							
							
								a33c0748e3 
								
							
								 
							
						 
						
							
							
								
								Use a PORT_BASE environment variable to configure the ports that sytest uses  
							
							
							
						 
						
							2015-12-01 11:48:20 +00:00  
				
					
						
							
							
								 
						
							
							
								306415391d 
								
							
								 
							
						 
						
							
							
								
								Only add the user_id if the sender is present  
							
							
							
						 
						
							2015-12-01 11:14:48 +00:00  
				
					
						
							
							
								 
						
							
							
								d0f28b46cd 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #399  from matrix-org/erikj/search  
							
							... 
							
							
							
							Return words to highlight in search results 
							
						 
						
							2015-12-01 11:13:07 +00:00  
				
					
						
							
							
								 
						
							
							
								da7dd58641 
								
							
								 
							
						 
						
							
							
								
								Tidy up a bit  
							
							
							
						 
						
							2015-12-01 11:06:40 +00:00  
				
					
						
							
							
								 
						
							
							
								bde8d78b8a 
								
							
								 
							
						 
						
							
							
								
								Copy rather than move the fields to shuffle between a v1 and a v2 event.  
							
							... 
							
							
							
							This should make all v1 APIs compatible with v2 clients. While still
allowing v1 clients to access the fields.
This makes the documentation easier since we can just document the v2
format and explain that some of the fields, in some of the APIs are
duplicated for backwards compatibility, rather than having to document
two separate event formats. 
							
						 
						
							2015-11-30 17:46:35 +00:00  
				
					
						
							
							
								 
						
							
							
								4dcaa42b6d 
								
							
								 
							
						 
						
							
							
								
								Allow paginating search ordered by recents  
							
							
							
						 
						
							2015-11-30 17:45:31 +00:00  
				
					
						
							
							
								 
						
							
							
								76936f43ae 
								
							
								 
							
						 
						
							
							
								
								Return words to highlight in search results  
							
							
							
						 
						
							2015-11-27 16:40:42 +00:00  
				
					
						
							
							
								 
						
							
							
								f280726037 
								
							
								 
							
						 
						
							
							
								
								Run sytest against postgresql if appropriate databases exist for it to run against  
							
							
							
						 
						
							2015-11-26 16:50:44 +00:00  
				
					
						
							
							
								 
						
							
							
								6cd595e438 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #397  from matrix-org/erikj/redaction_inequality  
							
							... 
							
							
							
							Allow user to redact with an equal power 
							
						 
						
							2015-11-26 13:23:09 +00:00  
				
					
						
							
							
								 
						
							
							
								17dd5071ef 
								
							
								 
							
						 
						
							
							
								
								Allow user to redact with an equal power  
							
							... 
							
							
							
							Users only need their power level to be equal to the redact level for
them to be allowed to redact events. 
							
						 
						
							2015-11-26 11:17:57 +00:00  
				
					
						
							
							
								 
						
							
							
								df7cf6c0eb 
								
							
								 
							
						 
						
							
							
								
								Fix SQL for postgres again  
							
							
							
						 
						
							2015-11-23 18:54:41 +00:00  
				
					
						
							
							
								 
						
							
							
								3e573a5c6b 
								
							
								 
							
						 
						
							
							
								
								Fix SQL for postgres  
							
							
							
						 
						
							2015-11-23 18:48:53 +00:00  
				
					
						
							
							
								 
						
							
							
								7dfa455508 
								
							
								 
							
						 
						
							
							
								
								Remove size specifier for database column  
							
							... 
							
							
							
							Postgres doesn't support them like this.
We don't have a bool type in common between postgres and sqlite. 
							
						 
						
							2015-11-23 18:35:25 +00:00  
				
					
						
							
							
								 
						
							
							
								924d85a75e 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #375  from matrix-org/daniel/guestroominitialsync  
							
							... 
							
							
							
							Clean up room initialSync for guest users 
							
						 
						
							2015-11-23 16:10:49 +00:00  
				
					
						
							
							
								 
						
							
							
								91695150cc 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #396  from MadsRC/develop  
							
							... 
							
							
							
							CentOS 7 dep instructions from MadsRC 
							
						 
						
							2015-11-21 10:51:32 +00:00  
				
					
						
							
							
								 
						
							
							
								3dd09a8795 
								
							
								 
							
						 
						
							
							
								
								Added myself to AUTHORS.rst  
							
							... 
							
							
							
							Signed-off-by: Mads Robin Christensen <mads@v42.dk> 
							
						 
						
							2015-11-20 22:39:10 +01:00  
				
					
						
							
							
								 
						
							
							
								d7739c4e37 
								
							
								 
							
						 
						
							
							
								
								Added prerequisite instructions for CentOS 7  
							
							... 
							
							
							
							Signed-off-by: Mads Robin Christensen <mads@v42.dk> 
							
						 
						
							2015-11-20 22:37:23 +01:00  
				
					
						
							
							
								 
						
							
							
								c6a15f5026 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #385  from matrix-org/daniel/forgetrooms  
							
							... 
							
							
							
							Allow users to forget rooms 
							
						 
						
							2015-11-20 18:07:26 +00:00  
				
					
						
							
							
								 
						
							
							
								8c3af5bc62 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #395  from matrix-org/erikj/perspective_limiter  
							
							... 
							
							
							
							Don't limit connections to perspective servers 
							
						 
						
							2015-11-20 17:23:26 +00:00