e10a3cd4a9 
								
									
								
							
								 
							
						 
						
							
							
								
								remove the channelId from groupInvitation  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a61f5e6814 
								
									
								
							
								 
							
						 
						
							
							
								
								add contacts to ConfigurationMessage  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								0a82bf98fa 
								
									
								
							
								 
							
						 
						
							
							
								
								Add displayName and avatar pointer to ConfigurationMessage  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								375c5ba1a8 
								
							
								 
							
						 
						
							
							
								
								add the request and reply of an encryptionKeyPair if needed  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								64737a89d7 
								
									
								
							
								 
							
						 
						
							
							
								
								add ConfigurationMessage  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								0e25ab2874 
								
									
								
							
								 
							
						 
						
							
							
								
								WIP  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								999e6fc712 
								
									
								
							
								 
							
						 
						
							
							
								
								replace GroupUpdateV2 in proto to ClosedGroupControlMessage  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								dc68c80504 
								
									
								
							
								 
							
						 
						
							
							
								
								fix refresh of moderator list and removed unused proto  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ec9bd4a3a9 
								
									
								
							
								 
							
						 
						
							
							
								
								remove unused proto files and ProvisioningCipher.js  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								135fc3b366 
								
									
								
							
								 
							
						 
						
							
							
								
								remove prekeys  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d43ae09eb0 
								
									
								
							
								 
							
						 
						
							
							
								
								first working version of closed group v2  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9dbf190083 
								
									
								
							
								 
							
						 
						
							
							
								
								fix mismatches protobuf for senderkey type on mediun groups with android  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d4e9b43f0c 
								
									
								
							
								 
							
						 
						
							
							
								
								remove QUIT type of mediumgroupupdate  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								04063cd0fb 
								
									
								
							
								 
							
						 
						
							
							
								
								make medium group pubkey be in bytes rather than str  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ec64ad80b4 
								
									
								
							
								 
							
						 
						
							
							
								
								rename LOKI_FRIEND_REQUEST to FALLBACK_MESSAGE  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								cc43555cd2 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'clearnet' into medium-group-fixes  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								87144336b7 
								
							
								 
							
						 
						
							
							
								
								Large refactor of medium groups. Fixes them for multidevice  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ea78445bb5 
								
							
								 
							
						 
						
							
							
								
								Fixup comments in proto file  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								237bd84b35 
								
							
								 
							
						 
						
							
							
								
								Fix medium group sending for single device users; protocol changes  
							
							
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								f3ae798b12 
								
									
								
							
								 
							
						 
						
							
							
								
								remove SESSION_REQUEST flag from DataMessage. now in envelope  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d1518f8233 
								
									
								
							
								 
							
						 
						
							
							
								
								add new handling of session request message  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								abde96bc1e 
								
							
								 
							
						 
						
							
							
								
								Fix medium group updates  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2a0130ff04 
								
							
								 
							
						 
						
							
							
								
								Multidevice support for medium groups  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								61d4c7c349 
								
							
								 
							
						 
						
							
							
								
								Encrypt source for medium groups  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								debb922521 
								
							
								 
							
						 
						
							
							
								
								Medium groups with sender keys essentials  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								6d03a63d4a 
								
									
								
							
								 
							
						 
						
							
							
								
								add sync of open groups on device link  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								abf298ba25 
								
							
								 
							
						 
						
							
							
								
								Added sending of group sync message  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								8ae793db19 
								
							
								 
							
						 
						
							
							
								
								Rename BACKGROUND_FRIEND_REQUEST to SESSION_REQUEST.  
							
							... 
							
							
							
							Don't trigger friend request logic if a message is aimed at a group. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b7e93ab597 
								
							
								 
							
						 
						
							
							
								
								Support sealed sender for friend requests  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b405b150cc 
								
							
								 
							
						 
						
							
							
								
								Sealed sender support  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								81bfa90943 
								
							
								 
							
						 
						
							
							
								
								Prompting the user to reset session on invalid ciphertext  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2ab0d084f1 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #645  from msgmaxim/group-invites  
							
							... 
							
							
							
							Public chat invitations 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								89e5e919f2 
								
							
								 
							
						 
						
							
							
								
								Address more review comments  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								8ea82b14e3 
								
							
								 
							
						 
						
							
							
								
								Add channel id field to invitations  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a5fce17d8c 
								
							
								 
							
						 
						
							
							
								
								public chat invitations  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								db0068b429 
								
							
								 
							
						 
						
							
							
								
								Sending and handling of special UNPAIRING_REQUEST message  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								4dd314c18f 
								
							
								 
							
						 
						
							
							
								
								Enable profile pictures  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								685ada5cc5 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'clearnet' into prep-merge  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								7c05939f55 
								
							
								 
							
						 
						
							
							
								
								Add group admins and the ability to remove members from private groups  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								cf18572049 
								
							
								 
							
						 
						
							
							
								
								Adding new group members; establishing sessions between non-friends  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								589b3f3233 
								
							
								 
							
						 
						
							
							
								
								Infer pairing message type from the content.  
							
							... 
							
							
							
							This should fix device pairing cross platform. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d97eced37b 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'clearnet' into multi-device  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								c7a91686a8 
								
							
								 
							
						 
						
							
							
								
								Update proto id and use the server id as the attachmentpointer id  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5710c1268c 
								
							
								 
							
						 
						
							
							
								
								Revert id field and add new url field to be compatible with mobile  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								4e85435bf7 
								
							
								 
							
						 
						
							
							
								
								Update attachment pipeline to upload and download from loki fileserver  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b10835ffc7 
								
							
								 
							
						 
						
							
							
								
								Share contact upon authorising secondary device  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a4411007b0 
								
							
								 
							
						 
						
							
							
								
								Pairing authorisations: refactor proto, change sql table, add getters  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d208614909 
								
							
								 
							
						 
						
							
							
								
								Multi-device part 1: make primary account generate and send authorisation to secondary  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								beac7a02bb 
								
							
								 
							
						 
						
							
							
								
								send "unreachable" ping to allow half-p2p  
							
							
							
						 
						
							6 years ago