68f2a90f7c 
								
							
								 
							
						 
						
							
							
								
								pubkeys-in-message-encryptor-init  
							
							
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								4381d0135f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1231  from Bilb/fix-open-groups-ui  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8ce1b5c343 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1232  from msgmaxim/fix-pow-update  
							
							... 
							
							
							
							Fix incorrect handling of pow update 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7724df25cc 
								
							
								 
							
						 
						
							
							
								
								Fix incorrect handling of pow update  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								465c78b2ee 
								
									
								
							
								 
							
						 
						
							
							
								
								send expiration timer update only to added members in closed group  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d92bf6febf 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1229  from Bilb/fix-open-groups-ui  
							
							... 
							
							
							
							* fix sync of closed groups
* fix showing of contacts and closed groups after sync
* create closed group: only show direct conversations 
* handle message sending events for open groups 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								aa635e9cd3 
								
									
								
							
								 
							
						 
						
							
							
								
								trigger opengroup sync when joining an open group  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b502fcc3f9 
								
									
								
							
								 
							
						 
						
							
							
								
								clean code and add comments  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8019bce372 
								
									
								
							
								 
							
						 
						
							
							
								
								make the 'OK' button green on putting an alias for linked device  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								935d26a41b 
								
									
								
							
								 
							
						 
						
							
							
								
								add missing window import to decode group sync message  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f03d66de38 
								
									
								
							
								 
							
						 
						
							
							
								
								use active_at to show and sync real contacts from contact list  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								e1a34e2777 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1230  from Mikunj/profile-key  
							
							... 
							
							
							
							Fix profile keys not being decoded properly 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f48e10fccd 
								
							
								 
							
						 
						
							
							
								
								Fix profile keys not being decoded properly  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								adb7234b43 
								
									
								
							
								 
							
						 
						
							
							
								
								exclude empty timestamp conversation from contacts list  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c8241f47e6 
								
									
								
							
								 
							
						 
						
							
							
								
								CreateClosedGroup: only show direct conversations  
							
							... 
							
							
							
							Also use the conversation display name when available 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4aa0667686 
								
									
								
							
								 
							
						 
						
							
							
								
								OpenGroup: get conversation from conversationController rather than appDotNetApi  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								880e039652 
								
									
								
							
								 
							
						 
						
							
							
								
								handle grantSignature undefined  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d8df91fa15 
								
									
								
							
								 
							
						 
						
							
							
								
								use the groupId as conversation id to create a conversation when this is a group  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								126f18278f 
								
									
								
							
								 
							
						 
						
							
							
								
								handle message sent success for opengroups events correctly  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7eb1440263 
								
									
								
							
								 
							
						 
						
							
							
								
								use db identifier for opengroup message so we handle sent events  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7fe188417a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1227  from Bilb/fix-1.0.9-interoperability  
							
							... 
							
							
							
							include verb and path on outgoing websocket message 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								32bf5cd83f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1225  from vincentbavitz/https-open-group  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								3fa54c3ef9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1226  from Bilb/various-closed-group-fixes  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f8aa50546b 
								
									
								
							
								 
							
						 
						
							
							
								
								include verb and path on outgoing websocket message  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4574407b41 
								
							
								 
							
						 
						
							
							
								
								finally-clause  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8b8510cf71 
								
							
								 
							
						 
						
							
							
								
								finally-clause  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8432d01488 
								
									
								
							
								 
							
						 
						
							
							
								
								minor ui improvements (button color and place)  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								6cb05c3677 
								
							
								 
							
						 
						
							
							
								
								review-fixes  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								db1a133c25 
								
									
								
							
								 
							
						 
						
							
							
								
								drop an expiretimer message with the same timer already on use  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4a13b1e6bb 
								
							
								 
							
						 
						
							
							
								
								attemptConnection-complete  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								baf3050b1d 
								
							
								 
							
						 
						
							
							
								
								@params  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								dca4b9ef6d 
								
									
								
							
								 
							
						 
						
							
							
								
								remove unused GroupUpdateView  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								797802885c 
								
									
								
							
								 
							
						 
						
							
							
								
								include joined and kicked members on local groupUpdate  
							
							... 
							
							
							
							also only print name update if the name changed 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								3a3d412542 
								
							
								 
							
						 
						
							
							
								
								linted  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								3bc7d95d47 
								
							
								 
							
						 
						
							
							
								
								closed-group-contacts-redux  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								e72970fdc7 
								
							
								 
							
						 
						
							
							
								
								load-conv-public  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a005aa8a2e 
								
							
								 
							
						 
						
							
							
								
								onLoading join  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b05d2e6725 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'clearnet' of  https://github.com/loki-project/session-desktop  into https-open-group  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d5cfcf9edc 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1223  from Bilb/various-closed-group-fixes  
							
							... 
							
							
							
							* fix display name and avatar to be shown when message is coming from a secondary device
* fix show of expiretimer in the group conversation when it is for it.
* fix a bug creating empty conversation when sync closed group message is received on secondary device
* trigger an expiretimer update message to all members when updating a group.
* trigger an expiretimer update message when sending back group details (after a requestGroupInfo) 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								6111cb2d17 
								
							
								 
							
						 
						
							
							
								
								server-regex-tighten  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								696fbd8d7a 
								
									
								
							
								 
							
						 
						
							
							
								
								address review  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2f47690ead 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1224  from msgmaxim/fix-retrieve  
							
							... 
							
							
							
							Fix retrieving with pubkey object 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f6ae5386e9 
								
							
								 
							
						 
						
							
							
								
								getting opengroup conversation  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a2b80a5e68 
								
							
								 
							
						 
						
							
							
								
								Address review comments  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ab966e600a 
								
							
								 
							
						 
						
							
							
								
								OpenGrop joining  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								bd67040086 
								
									
								
							
								 
							
						 
						
							
							
								
								handle empty group id after decoding and set it to null  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								178060e4d2 
								
									
								
							
								 
							
						 
						
							
							
								
								handle Uint8Array in protobuf.convertToTS()  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2a26f4af50 
								
									
								
							
								 
							
						 
						
							
							
								
								trigger send of expiretimer message ongroupupdate or groupInfo  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								29fe64f5d5 
								
							
								 
							
						 
						
							
							
								
								Fix retrieving with pubkey object  
							
							
							
						 
						
							5 years ago