cab03aa73b 
								
							 
						 
						
							
							
								
								fix: Allow unpadded base64 decoding  
							
							
							
						 
						
							2022-01-11 09:02:34 +00:00  
				
					
						
							
							
								 
						
							
								7d78233bf0 
								
							 
						 
						
							
							
								
								refactor: remove literal boolean comparisons leftover from nullsafety conversion  
							
							
							
						 
						
							2021-10-28 14:40:22 +02:00  
				
					
						
							
							
								 
						
							
								6e20c53b01 
								
							 
						 
						
							
							
								
								refactor: remove redundant null checks  
							
							
							
						 
						
							2021-10-28 14:32:09 +02:00  
				
					
						
							
							
								 
						
							
								fb0a84d7b2 
								
							 
						 
						
							
							
								
								refactor: make client nullsafe  
							
							
							
						 
						
							2021-10-25 16:34:02 +02:00  
				
					
						
							
							
								 
						
							
								60956bde00 
								
							 
						 
						
							
							
								
								chore: port the remaining encryption files to nullsafety  
							
							
							
						 
						
							2021-10-13 13:58:21 +00:00  
				
					
						
							
							
								 
						
							
								85004e1faf 
								
							 
						 
						
							
							
								
								refactor: capture member variables as finals  
							
							
							
						 
						
							2021-09-30 15:53:43 +02:00  
				
					
						
							
							
								 
						
							
								41d905ca60 
								
							 
						 
						
							
							
								
								refactor: use more ?.  
							
							
							
						 
						
							2021-09-30 15:53:43 +02:00  
				
					
						
							
							
								 
						
							
								71e5ec1bb5 
								
							 
						 
						
							
							
								
								style: use map entry with explicit types over cast  
							
							
							
						 
						
							2021-09-30 12:58:37 +00:00  
				
					
						
							
							
								 
						
							
								7dd176c278 
								
							 
						 
						
							
							
								
								fix: apply review feedback  
							
							
							
						 
						
							2021-09-30 12:58:37 +00:00  
				
					
						
							
							
								 
						
							
								08bbb3f6f5 
								
							 
						 
						
							
							
								
								fix: prefer ! over ?  
							
							
							
						 
						
							2021-09-30 12:58:37 +00:00  
				
					
						
							
							
								 
						
							
								d15c71e5b3 
								
							 
						 
						
							
							
								
								fix: pre vs postcrement confusion  
							
							
							
						 
						
							2021-09-30 12:58:37 +00:00  
				
					
						
							
							
								 
						
							
								e5682fcb91 
								
							 
						 
						
							
							
								
								refactor: remove clientid from encryption code  
							
							
							
						 
						
							2021-09-30 12:58:37 +00:00  
				
					
						
							
							
								 
						
							
								1c838e3be8 
								
							 
						 
						
							
							
								
								fix: Cleanup nullsafe encryption a bit  
							
							
							
						 
						
							2021-09-30 12:58:37 +00:00  
				
					
						
							
							
								 
						
							
								a196b53219 
								
							 
						 
						
							
							
								
								refactor: nullsafe encryption  
							
							
							
						 
						
							2021-09-30 12:58:37 +00:00  
				
					
						
							
							
								 
						
							
								77ca7523d0 
								
							 
						 
						
							
							
								
								refactor: remove unused clientId  
							
							
							
						 
						
							2021-09-24 16:05:05 +02:00  
				
					
						
							
							
								 
						
							
								fe9145d580 
								
							 
						 
						
							
							
								
								fix: missing null check  
							
							
							
						 
						
							2021-09-18 07:50:45 +00:00  
				
					
						
							
							
								 
						
							
								e000fbf9be 
								
							 
						 
						
							
							
								
								fix: compilation against newer matrix_api_lite  
							
							
							
						 
						
							2021-09-10 16:40:40 +02:00  
				
					
						
							
							
								 
						
							
								9b7474e2f2 
								
							 
						 
						
							
							
								
								refactor: Update to dart 2.12 and opt out in all files  
							
							... 
							
							
							
							This also adds some missing license headers, I have detected while
using license header search&replace to add the
null safety opt out 
							
						 
						
							2021-08-18 08:09:39 +02:00  
				
					
						
							
							
								 
						
							
								e8d511a371 
								
							 
						 
						
							
							
								
								fix: Missing null checks in syncUpdate handling  
							
							
							
						 
						
							2021-07-27 10:49:50 +02:00  
				
					
						
							
							
								 
						
							
								8665f092f4 
								
							 
						 
						
							
							
								
								chore: matrix_api_lite 0.4.0  
							
							
							
						 
						
							2021-07-26 14:54:22 +02:00  
				
					
						
							
							
								 
						
							
								99c900be9c 
								
							 
						 
						
							
							
								
								fix: Add missing null check  
							
							... 
							
							
							
							With Synapse 1.38 SyncUpdate.accountData is null if it is empty. 
							
						 
						
							2021-07-19 09:18:23 +02:00  
				
					
						
							
							
								 
						
							
								69b52ba85b 
								
							 
						 
						
							
							
								
								refactor: Move pedantic to dev_dependencies  
							
							... 
							
							
							
							The unawaited method from the pedantic package was a historic solution
for the case that you dont want to await a future in an async function.
But now we can do this with just a comment which
is the recommended way to do this now.
This makes it possible to have pedantic as a dev_dependency which means just one dependency less. 
							
						 
						
							2021-06-18 10:15:59 +02:00  
				
					
						
							
							
								 
						
							
								c0c7f68bf3 
								
							 
						 
						
							
							
								
								chore: Rename to matrix  
							
							
							
						 
						
							2021-06-18 09:58:25 +02:00  
				
					
						
							
							
								 
						
							
								9631cea83a 
								
							 
						 
						
							
							
								
								feat: Add toJson method for StoredInboundGroupSession  
							
							
							
						 
						
							2021-06-01 12:51:17 +02:00  
				
					
						
							
							
								 
						
							
								c3d47b16c6 
								
							 
						 
						
							
							
								
								CI: Use correct image  
							
							
							
						 
						
							2021-05-25 10:46:34 +02:00  
				
					
						
							
							
								 
						
							
								c66e35c16c 
								
							 
						 
						
							
							
								
								refactor: Create a clean database API  
							
							
							
						 
						
							2021-05-20 07:36:03 +00:00  
				
					
						
							
							
								 
						
							
								fdf650abd5 
								
							 
						 
						
							
							
								
								refactor: avoid if-condition based on bit value  
							
							
							
						 
						
							2021-04-26 18:48:54 +02:00  
				
					
						
							
							
								 
						
							
								b4f755388a 
								
							 
						 
						
							
							
								
								refactor: high-level loops  
							
							
							
						 
						
							2021-04-19 18:58:59 +02:00  
				
					
						
							
							
								 
						
							
								0ceb2b26df 
								
							 
						 
						
							
							
								
								refactor: Constants names  
							
							
							
						 
						
							2021-03-30 12:43:50 +02:00  
				
					
						
							
							
								 
						
							
								0a9f8497e2 
								
							 
						 
						
							
							
								
								chore: Make bootstrap logs more chatty  
							
							
							
						 
						
							2021-03-17 08:22:22 +01:00  
				
					
						
							
							
								 
						
							
								44ca96e544 
								
							 
						 
						
							
							
								
								refactor: Update pedantic  
							
							... 
							
							
							
							This enforces to NOT use curly braces in Strings where not needed
and not await non-future variables. 
							
						 
						
							2021-03-09 17:28:04 +00:00  
				
					
						
							
							
								 
						
							
								d07b663866 
								
							 
						 
						
							
							
								
								fix: Allow to broadcast cancels during key verification  
							
							
							
						 
						
							2021-02-10 13:05:09 +01:00  
				
					
						
							
							
								 
						
							
								bd4c4a6131 
								
							 
						 
						
							
							
								
								chore: Add more bootstrap logging  
							
							
							
						 
						
							2021-02-04 15:33:27 +01:00  
				
					
						
							
							
								 
						
							
								0462863ce6 
								
							 
						 
						
							
							
								
								fix: Cache ssss keys if using an existing ssss in bootstrapping  
							
							
							
						 
						
							2021-02-03 14:47:42 +01:00  
				
					
						
							
							
								 
						
							
								ad39e3af25 
								
							 
						 
						
							
							
								
								chore: More try catch in bootstrap  
							
							
							
						 
						
							2021-01-29 11:18:18 +01:00  
				
					
						
							
							
								 
						
							
								e806bb9770 
								
							 
						 
						
							
							
								
								refactor: Add verbose logs and refactor something  
							
							
							
						 
						
							2021-01-05 14:44:15 +01:00  
				
					
						
							
							
								 
						
							
								9ffecd845a 
								
							 
						 
						
							
							
								
								chore: Update license header  
							
							
							
						 
						
							2021-01-04 10:34:50 +01:00  
				
					
						
							
							
								 
						
							
								e450a09fb5 
								
							 
						 
						
							
							
								
								refactor: External matrix api  
							
							
							
						 
						
							2021-01-04 10:26:29 +01:00  
				
					
						
							
							
								 
						
							
								768baa7602 
								
							 
						 
						
							
							
								
								chore: Implement a proper deep-copy function for json maps  
							
							
							
						 
						
							2020-12-28 14:35:21 +01:00  
				
					
						
							
							
								 
						
							
								79fe7b0878 
								
							 
						 
						
							
							
								
								refactor: Replace some magic strings  
							
							
							
						 
						
							2020-12-23 12:14:16 +01:00  
				
					
						
							
							
								 
						
							
								dfd88277b9 
								
							 
						 
						
							
							
								
								Merge branch 'soru/autoreply-more-key-requests' into 'main'  
							
							... 
							
							
							
							feat: Auto-Share megolm sessions with other users we know for a fact are...
Closes  #127 
See merge request famedly/famedlysdk!570  
							
						 
						
							2020-12-21 14:08:17 +00:00  
				
					
						
							
							
								 
						
							
								df1c249011 
								
							 
						 
						
							
							
								
								feat: Auto-Share megolm sessions with other users we know for a fact are allowed to see said message  
							
							
							
						 
						
							2020-12-21 14:41:44 +01:00  
				
					
						
							
							
								 
						
							
								cd4dafcd45 
								
							 
						 
						
							
							
								
								chore: Nicer logs in tests  
							
							
							
						 
						
							2020-12-21 14:21:12 +01:00  
				
					
						
							
							
								 
						
							
								57286d4c28 
								
							 
						 
						
							
							
								
								feat: Use logger package  
							
							
							
						 
						
							2020-12-19 12:04:25 +00:00  
				
					
						
							
							
								 
						
							
								3856b618e8 
								
							 
						 
						
							
							
								
								refactor: Encryption errors  
							
							
							
						 
						
							2020-12-15 08:24:55 +01:00  
				
					
						
							
							
								 
						
							
								6657e073a0 
								
							 
						 
						
							
							
								
								refactor: Follow up clean up bootstrap  
							
							
							
						 
						
							2020-12-11 09:57:45 +01:00  
				
					
						
							
							
								 
						
							
								b563aec7bb 
								
							 
						 
						
							
							
								
								refactor: Add secretstoragekeycontent  
							
							
							
						 
						
							2020-12-10 11:03:45 +01:00  
				
					
						
							
							
								 
						
							
								49f0679fbf 
								
							 
						 
						
							
							
								
								feat: Add bootstrapping  
							
							
							
						 
						
							2020-12-10 08:13:24 +00:00  
				
					
						
							
							
								 
						
							
								bec1761172 
								
							 
						 
						
							
							
								
								refactor: content parsing  
							
							
							
						 
						
							2020-11-30 15:34:46 +01:00  
				
					
						
							
							
								 
						
							
								5924e57cf1 
								
							 
						 
						
							
							
								
								feat: Add broadcast to-device verification  
							
							
							
						 
						
							2020-10-30 11:40:19 +01:00