ec447b2e2e 
								
							
								 
							
						 
						
							
							
								
								network clear all WIP  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								e8f0c4aaec 
								
									
								
							
								 
							
						 
						
							
							
								
								move libloki to webworker and remove unused stuff in it  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								d6b7463f5f 
								
									
								
							
								 
							
						 
						
							
							
								
								remove unused crypto marking us as coinminer  
							
							... 
							
							
							
							hopefully 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								710c9fa269 
								
									
								
							
								 
							
						 
						
							
							
								
								fix http request over onion  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								0c0da48150 
								
									
								
							
								 
							
						 
						
							
							
								
								remove pow  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f7581cf4eb 
								
									
								
							
								 
							
						 
						
							
							
								
								increase prettier maxWidth to 100  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b68338e26c 
								
									
								
							
								 
							
						 
						
							
							
								
								working get and post request with opengroup api v2  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c017683b0e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1530  from Bilb/improve-redux-speed  
							
							... 
							
							
							
							Improve redux speed 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								6dd166d7d4 
								
									
								
							
								 
							
						 
						
							
							
								
								remove unused service_node.js and test for it  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d3b9e56c92 
								
									
								
							
								 
							
						 
						
							
							
								
								remove unused templates and css  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								35e57f2509 
								
									
								
							
								 
							
						 
						
							
							
								
								move mnemonic.js to typescript  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4f7cb04552 
								
							
								 
							
						 
						
							
							
								
								remove completely SignalProtocolStore  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8ea9f02cec 
								
							
								 
							
						 
						
							
							
								
								Move data.js to data.ts  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								375c5ba1a8 
								
							
								 
							
						 
						
							
							
								
								add the request and reply of an encryptionKeyPair if needed  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								135fc3b366 
								
									
								
							
								 
							
						 
						
							
							
								
								remove prekeys  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								21c62c167e 
								
									
								
							
								 
							
						 
						
							
							
								
								remove typing indicator when we get a dataMessage  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								72c96ea998 
								
									
								
							
								 
							
						 
						
							
							
								
								remove most of the SessionProtocol unused stuff  
							
							... 
							
							
							
							- prekeys
- SessionCipher
- LokiCipher
- endSession and the reset Session logic
- what we called Sessionprotocol manager (to keep track of session with
everyone) 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								75b7788fa9 
								
									
								
							
								 
							
						 
						
							
							
								
								remove stuff related to web api  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2fe6b11e89 
								
									
								
							
								 
							
						 
						
							
							
								
								move ConversationController to typescript  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								357421f161 
								
									
								
							
								 
							
						 
						
							
							
								
								rename window.console.log to window.log.info  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ed9f4e713e 
								
									
								
							
								 
							
						 
						
							
							
								
								add type for mnemonic.js and replace some calls with recoveryPhrase  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								53433261d9 
								
									
								
							
								 
							
						 
						
							
							
								
								remove outgoing_message.js and everything related to it  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								646973e330 
								
							
								 
							
						 
						
							
							
								
								Made changes to how messages are sent.  
							
							... 
							
							
							
							Instead of blocking the message queue when we don't have a session, we instead just send out a session request and send the queued messages using fallback encryption.
This means that users will be able to message right away without having to wait.
The only down side is that all messages sent before sessions are established will be using the weaker encryption.
This change also means we have to detach session requests from envelope type (which is a good thing) and thus now a message is a session request if it contains a preKeyBundle. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8f82e7a442 
								
							
								 
							
						 
						
							
							
								
								Fix multi device pairing  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1413b98749 
								
									
								
							
								 
							
						 
						
							
							
								
								create a conversation with member of a closedgroup we receive  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b07b195102 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/clearnet' into other-messages-new-sending  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								cd79b5051c 
								
									
								
							
								 
							
						 
						
							
							
								
								move more logic to build sync message in ts for ContactSync and GroupSync  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								e38ea17e21 
								
									
								
							
								 
							
						 
						
							
							
								
								paste sessionEstablishedMessage whenever needed  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								655cc0575e 
								
									
								
							
								 
							
						 
						
							
							
								
								add sync of closed groups/open groups/ contacts with new pipeline  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d4ea483aa0 
								
							
								 
							
						 
						
							
							
								
								Filter invalid authorisations from the file server  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2e82bf98c1 
								
							
								 
							
						 
						
							
							
								
								Added libloki typings  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								6a13839d9d 
								
									
								
							
								 
							
						 
						
							
							
								
								address reviews  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fbba5575ba 
								
									
								
							
								 
							
						 
						
							
							
								
								remove buildSessionRequest message  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1fe0e3a815 
								
									
								
							
								 
							
						 
						
							
							
								
								remove sendBackgroundMessage  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								0a2af13cb1 
								
									
								
							
								 
							
						 
						
							
							
								
								start of fix of session-request processing  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c947d99369 
								
									
								
							
								 
							
						 
						
							
							
								
								getMessageQueue() rather than .messageQueue to avoid startup issue  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b42bc05270 
								
									
								
							
								 
							
						 
						
							
							
								
								replace unlink message  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2e78f755b4 
								
									
								
							
								 
							
						 
						
							
							
								
								replace sending of established, grant and link request messages  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4865b72e93 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'upstream/clearnet' into receiver-remove-friend-request-logic  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								28fb1dd12a 
								
									
								
							
								 
							
						 
						
							
							
								
								address PR reviews  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								eb9a838af1 
								
									
								
							
								 
							
						 
						
							
							
								
								remove friends from UI logic  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								66de8d9648 
								
									
								
							
								 
							
						 
						
							
							
								
								remove plenty of the friend logic  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ae44f0da0f 
								
							
								 
							
						 
						
							
							
								
								Remove old multi device functions  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7b7d8c0e2a 
								
							
								 
							
						 
						
							
							
								
								Remove multi device from libloki  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b36b3e7725 
								
							
								 
							
						 
						
							
							
								
								Slowly replace old multi device functions  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c8414fdce6 
								
							
								 
							
						 
						
							
							
								
								Simplify sql and data files  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f500fed69c 
								
									
								
							
								 
							
						 
						
							
							
								
								rename missing envelope type FR to SESSION_REQUEST  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								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