0904e7a8ca 
								
							
								 
							
						 
						
							
							
								
								Refactor from message polling to content message handling  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								24f86de087 
								
									
								
							
								 
							
						 
						
							
							
								
								use SyncMessage when we are only sending a syncMessage  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8b4e69739d 
								
									
								
							
								 
							
						 
						
							
							
								
								adress review  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								77025d1afd 
								
									
								
							
								 
							
						 
						
							
							
								
								adress review  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b0ed0207e0 
								
									
								
							
								 
							
						 
						
							
							
								
								fix one to one (session) chats with just the body set  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c783e14a86 
								
									
								
							
								 
							
						 
						
							
							
								
								move sync request messages types to new pipeline  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fa853538d0 
								
									
								
							
								 
							
						 
						
							
							
								
								LINT after prettier upgrade  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								313d08344a 
								
							
								 
							
						 
						
							
							
								
								Request configuration sync on startup of new version  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								2d48daa7b6 
								
							
								 
							
						 
						
							
							
								
								Refine Sealed Sender behaviors  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a7d78c0e9b 
								
							
								 
							
						 
						
							
							
								
								Sealed Sender support  
							
							... 
							
							
							
							https://signal.org/blog/sealed-sender/  
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								0774ba2903 
								
							
								 
							
						 
						
							
							
								
								Eslintify all of libtextsecure  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								5933a34a18 
								
							
								 
							
						 
						
							
							
								
								Use window.log in browser context, turn on console eslint rule  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a0ed993b42 
								
							
								 
							
						 
						
							
							
								
								Now we've got everything prettified!  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								95321e5d3e 
								
							
								 
							
						 
						
							
							
								
								Remove Vim mode lines  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4ef36cc95c 
								
							
								 
							
						 
						
							
							
								
								Add logging to help track down problems with Sync  
							
							... 
							
							
							
							Seems like we're running into errors sending the message to kick off the
sync, so positive logging as well as error logging is included.
FREEBIE 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								80c6a2802f 
								
							
								 
							
						 
						
							
							
								
								Handle sync request where no groups are sent  
							
							... 
							
							
							
							If a user has no groups, no group sync message is sent. This is a normal
result that should result in a success event rather than a timeout.
// FREEBIE 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								30aa13079f 
								
							
								 
							
						 
						
							
							
								
								Fix sync request argument check  
							
							... 
							
							
							
							Fixes  #609 
// FREEBIE 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								d6da77b6f4 
								
							
								 
							
						 
						
							
							
								
								Throw exception on bad args to SyncRequest  
							
							... 
							
							
							
							// FREEBIE 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								f7c4fd2fed 
								
							
								 
							
						 
						
							
							
								
								DRY up event target implementations  
							
							... 
							
							
							
							Dedupe event target code and make it extensible.
// FREEBIE 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								925c1bdb33 
								
							
								 
							
						 
						
							
							
								
								Add SyncRequest class  
							
							... 
							
							
							
							Similar in function to an xhr request, a textsecure.SyncRequest object
is initialized from a message sender and receiver pair and initiates a
request for sync from the master device. It later fires a success event
when both contacts and groups are done syncing, or a timeout event after
one minute.
// FREEBIE 
							
						 
						
							10 years ago