50ff635673 
								
							
								 
							
						 
						
							
							
								
								Fix fallback session cipher test  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								e6139a5463 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'clearnet' into message-sending-refactor  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								73e15250d7 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/clearnet' into integration-test-logs-rebased  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a656e3ba3f 
								
									
								
							
								 
							
						 
						
							
							
								
								add env variable to enable message_logs  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a857406728 
								
									
								
							
								 
							
						 
						
							
							
								
								rename respondToAll.. FR to updateAll...Messages at is does not send any messages  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								36762dbbf2 
								
							
								 
							
						 
						
							
							
								
								Added libsignal-protocol typings.  
							
							... 
							
							
							
							Added MessageEncrypter. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								abde96bc1e 
								
							
								 
							
						 
						
							
							
								
								Fix medium group updates  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2a0130ff04 
								
							
								 
							
						 
						
							
							
								
								Multidevice support for medium groups  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								fa853538d0 
								
									
								
							
								 
							
						 
						
							
							
								
								LINT after prettier upgrade  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								12b396ce7e 
								
									
								
							
								 
							
						 
						
							
							
								
								add option to send a message to a single device, or to all device except one  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a1f2b38325 
								
							
								 
							
						 
						
							
							
								
								Merge changes  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a497871ea3 
								
							
								 
							
						 
						
							
							
								
								Made changes for new protocol  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								eb894a9b66 
								
									
								
							
								 
							
						 
						
							
							
								
								lint  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								f46c885fdf 
								
									
								
							
								 
							
						 
						
							
							
								
								merge fix-closed-group to clearnet  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								61d4c7c349 
								
							
								 
							
						 
						
							
							
								
								Encrypt source for medium groups  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								96d42e24d2 
								
							
								 
							
						 
						
							
							
								
								Made calculateAgreement async  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d8ed1258e1 
								
							
								 
							
						 
						
							
							
								
								Made key generation async  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								496afa85cb 
								
							
								 
							
						 
						
							
							
								
								Remove libsodium-wrapper.  
							
							... 
							
							
							
							Remove LokiSnodeChannel as we weren't using it. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0221e7b8c0 
								
							
								 
							
						 
						
							
							
								
								fix linter warnings  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								3a746109ea 
								
							
								 
							
						 
						
							
							
								
								Path building for onion requests  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								9e3f16301f 
								
							
								 
							
						 
						
							
							
								
								Add AES-GCM  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a7def71840 
								
									
								
							
								 
							
						 
						
							
							
								
								multi device: do not sync contacts not friends  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								33925d69e9 
								
							
								 
							
						 
						
							
							
								
								Cleanup  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								012575be35 
								
							
								 
							
						 
						
							
							
								
								Remove calling sc_reduce32 when deriving a keypair from a mnemonic seed.  
							
							... 
							
							
							
							This is the reason that seeds across desktop and mobile devices would never restore to the same keypair. This function was there from the initial messenger days and with further discussion with Maxim, we deemed calling this function an unnecessary step for generating a keypair. There are no security implications for this change as we generate keypairs the exact same way as Signal does.
The biggest downside to this change however is that if you try to restore a desktop device with a seed from before this change, that seed will generate a completely different key pair and thus a different session ID.
This will only affect users who plan to restore any device from the seed of a desktop device before this change. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a09e370e1d 
								
							
								 
							
						 
						
							
							
								
								Added testing on pull request  
							
							... 
							
							
							
							Disable proxy in tests. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								6d03a63d4a 
								
									
								
							
								 
							
						 
						
							
							
								
								add sync of open groups on device link  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d00abed7da 
								
							
								 
							
						 
						
							
							
								
								Linting  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a03185248c 
								
							
								 
							
						 
						
							
							
								
								Fix check for valid sender when handling sync message  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0eaebcbcac 
								
							
								 
							
						 
						
							
							
								
								Don't send contact sync message with pairing authorisation.  
							
							... 
							
							
							
							Don't send secondary devices in contact sync messages. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								f35493ce9f 
								
							
								 
							
						 
						
							
							
								
								Linting  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								abf298ba25 
								
							
								 
							
						 
						
							
							
								
								Added sending of group sync message  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b61dd6a839 
								
							
								 
							
						 
						
							
							
								
								Don't send groups in contact sync message  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								1be4123133 
								
							
								 
							
						 
						
							
							
								
								Rename variable to be less confusing  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								942c76ce6b 
								
							
								 
							
						 
						
							
							
								
								Linting  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								820ce5cdf0 
								
							
								 
							
						 
						
							
							
								
								Made session reset synchronous.  
							
							... 
							
							
							
							Clean up some code. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								8ffb1a0a10 
								
							
								 
							
						 
						
							
							
								
								Refactor session reset handling  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								054a523738 
								
							
								 
							
						 
						
							
							
								
								Fix linked device sending automatic friend request when it already has keys for a device  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								dfb5b0ed9f 
								
							
								 
							
						 
						
							
							
								
								throw instead of log  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0ac79b2275 
								
							
								 
							
						 
						
							
							
								
								convert logging to throws  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								23fe8407ea 
								
							
								 
							
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								dbff390035 
								
							
								 
							
						 
						
							
							
								
								improve guards on loading keypair  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								9dcc851ebd 
								
							
								 
							
						 
						
							
							
								
								Updated all icon references  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								02320334f0 
								
							
								 
							
						 
						
							
							
								
								Remove P2P  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								3472a1a938 
								
							
								 
							
						 
						
							
							
								
								Remove unused destinationRegistrationId; lint  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b7e93ab597 
								
							
								 
							
						 
						
							
							
								
								Support sealed sender for friend requests  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								3b24714f3e 
								
									
								
							
								 
							
						 
						
							
							
								
								Sort messages by sent_at ( #718 )  
							
							... 
							
							
							
							Sort messages by sent_at 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a1a582d7ea 
								
							
								 
							
						 
						
							
							
								
								Session branding fixes  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5fbbdc33c3 
								
							
								 
							
						 
						
							
							
								
								Signal branding  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								033492a200 
								
							
								 
							
						 
						
							
							
								
								Sort messages by sent_at  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								7c52a1d038 
								
							
								 
							
						 
						
							
							
								
								encrypt and decrypt images before upload and after download  
							
							
							
						 
						
							6 years ago