d1eb1b96e8 
								
									
								
							
								 
							
						 
						
							
							
								
								Register the /devices endpoint on workers. ( #9092 )  
							
							
							
						 
						
							2021-01-13 12:35:40 -05:00  
				
					
						
							
							
								 
						
							
							
								fa5f5cbc74 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix error handling during insertion of client IPs ( #9051 )  
							
							... 
							
							
							
							You can't continue using a transaction once an exception has been
raised, so catching and dropping the error here is pointless and just
causes more errors. 
							
						 
						
							2021-01-08 14:15:20 +00:00  
				
					
						
							
							
								 
						
							
							
								9999eb2d02 
								
									
								
							
								 
							
						 
						
							
							
								
								Add type hints to admin and room list handlers. ( #8973 )  
							
							
							
						 
						
							2020-12-29 17:42:10 -05:00  
				
					
						
							
							
								 
						
							
							
								97647b33c2 
								
									
								
							
								 
							
						 
						
							
							
								
								Replace DeferredCache with LruCache where possible ( #8563 )  
							
							... 
							
							
							
							Most of these uses don't need a full-blown DeferredCache; LruCache is lighter and more appropriate. 
							
						 
						
							2020-10-19 12:20:29 +01:00  
				
					
						
							
							
								 
						
							
							
								4182bb812f 
								
							
								 
							
						 
						
							
							
								
								move DeferredCache into its own module  
							
							
							
						 
						
							2020-10-14 23:38:14 +01:00  
				
					
						
							
							
								 
						
							
							
								9f87da0a84 
								
							
								 
							
						 
						
							
							
								
								Rename Cache->DeferredCache  
							
							
							
						 
						
							2020-10-14 23:38:14 +01:00  
				
					
						
							
							
								 
						
							
							
								e4f72ddc44 
								
									
								
							
								 
							
						 
						
							
							
								
								Move additional tasks to the background worker ( #8458 )  
							
							
							
						 
						
							2020-10-07 11:27:56 -04:00  
				
					
						
							
							
								 
						
							
							
								8a4a4186de 
								
									
								
							
								 
							
						 
						
							
							
								
								Simplify super() calls to Python 3 syntax. ( #8344 )  
							
							... 
							
							
							
							This converts calls like super(Foo, self) -> super().
Generated with:
    sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py 
							
						 
						
							2020-09-18 09:56:44 -04:00  
				
					
						
							
							
								 
						
							
							
								da77520cd1 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert additional databases to async/await part 2 ( #8200 )  
							
							
							
						 
						
							2020-09-01 08:39:04 -04:00  
				
					
						
							
							
								 
						
							
							
								f3fe6961b2 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert additional database stores to async/await ( #8045 )  
							
							
							
						 
						
							2020-08-07 12:17:17 -04:00  
				
					
						
							
							
								 
						
							
							
								d4a7829b12 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert synapse.api to async/await ( #8031 )  
							
							
							
						 
						
							2020-08-06 08:30:06 -04:00  
				
					
						
							
							
								 
						
							
							
								a7bdf98d01 
								
									
								
							
								 
							
						 
						
							
							
								
								Rename database classes to make some sense ( #8033 )  
							
							
							
						 
						
							2020-08-05 21:38:57 +01:00