048b7faba0 
								
							 
						 
						
							
							
								
								fix: JSON parsing in decryptRoomEvent method  
							
							... 
							
							
							
							This makes the use of the
event content null safe and
type safe which fixes a
regression when sessionId is
null. 
							
						 
						
							2021-11-10 09:19:40 +01:00  
				
					
						
							
							
								 
						
							
								9be87918f1 
								
							 
						 
						
							
							
								
								refactor: Make room in Event class not nullable  
							
							
							
						 
						
							2021-11-04 14:21:04 +01:00  
				
					
						
							
							
								 
						
							
								ebd5bc3d24 
								
							 
						 
						
							
							
								
								refactor: make room nullsafe  
							
							
							
						 
						
							2021-10-28 00:54:25 +02:00  
				
					
						
							
							
								 
						
							
								fb0a84d7b2 
								
							 
						 
						
							
							
								
								refactor: make client nullsafe  
							
							
							
						 
						
							2021-10-25 16:34:02 +02:00  
				
					
						
							
							
								 
						
							
								17fd1f22b3 
								
							 
						 
						
							
							
								
								refactor: make event nullsafe  
							
							
							
						 
						
							2021-10-25 10:10:25 +00:00  
				
					
						
							
							
								 
						
							
								60956bde00 
								
							 
						 
						
							
							
								
								chore: port the remaining encryption files to nullsafety  
							
							
							
						 
						
							2021-10-13 13:58:21 +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  
				
					
						
							
							
								 
						
							
								62fe7a1704 
								
							 
						 
						
							
							
								
								fix: New verification requests on requesting history  
							
							... 
							
							
							
							If requesting history happens to contain a m.key.verification.request we currently create a new key verification object and push it to the client.
This fixes it. 
							
						 
						
							2021-09-27 14:51:25 +02:00  
				
					
						
							
							
								 
						
							
								77ca7523d0 
								
							 
						 
						
							
							
								
								refactor: remove unused clientId  
							
							
							
						 
						
							2021-09-24 16:05:05 +02:00  
				
					
						
							
							
								 
						
							
								9c1f79359e 
								
							 
						 
						
							
							
								
								refactor: Replace all logic regarding sortOrder  
							
							... 
							
							
							
							The current implementation of sortOrder can be made way more easier now
by just keeping the sortOrder of the list
and the timelineFragments in the hiveStore. This needed a huge
change but mostly removes a lot of code which can be done
way more easy now. This also needed some rewriting of the setState logic and changes to
the prevEvent calculation. This solution should also be more stable.
More information:
https://www.reddit.com/r/fluffychat/comments/pfnlhq/the_sort_order_of_matrix_timelines/  
							
						 
						
							2021-09-02 07:13:38 +00: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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								ffef732103 
								
							 
						 
						
							
							
								
								refactor: enable more linter rules  
							
							... 
							
							
							
							enable prefer_final_locals and prefer_final_in_for_each linter rules 
							
						 
						
							2021-04-14 10:29:29 +02:00  
				
					
						
							
							
								 
						
							
								0d8bddf708 
								
							 
						 
						
							
							
								
								Merge branch 'soru/fallback-keys' into 'main'  
							
							... 
							
							
							
							feat: Add fallback keys support
Closes  #136 
See merge request famedly/famedlysdk!653  
							
						 
						
							2021-03-03 07:38:32 +00:00  
				
					
						
							
							
								 
						
							
								498c7825a5 
								
							 
						 
						
							
							
								
								feat: Add fallback keys support  
							
							
							
						 
						
							2021-03-02 16:17:32 +01:00  
				
					
						
							
							
								 
						
							
								c9d3c327f6 
								
							 
						 
						
							
							
								
								refactor: Deprecate eventType in EventUpdate  
							
							
							
						 
						
							2021-02-26 13:06:02 +01:00  
				
					
						
							
							
								 
						
							
								9fac03639e 
								
							 
						 
						
							
							
								
								change: Olm exception handling  
							
							
							
						 
						
							2021-02-03 11:01:01 +01:00  
				
					
						
							
							
								 
						
							
								a35266f1e4 
								
							 
						 
						
							
							
								
								feat: Replay last sent olm message on olm session recovery from other device  
							
							
							
						 
						
							2021-01-20 12:50:52 +01:00  
				
					
						
							
							
								 
						
							
								8b13df8c9d 
								
							 
						 
						
							
							
								
								refactor: Add json parsing for encryption and encrypted content  
							
							
							
						 
						
							2021-01-08 13:26:25 +01:00  
				
					
						
							
							
								 
						
							
								39b776716c 
								
							 
						 
						
							
							
								
								refactor: Olm Exceptions  
							
							
							
						 
						
							2021-01-07 12:53:49 +01:00  
				
					
						
							
							
								 
						
							
								88403d19ba 
								
							 
						 
						
							
							
								
								fix: Dont run background task after logged out  
							
							
							
						 
						
							2021-01-05 15:15:39 +01:00  
				
					
						
							
							
								 
						
							
								a0f7dd4732 
								
							 
						 
						
							
							
								
								fix: Disable auto-verify own master key for now  
							
							
							
						 
						
							2021-01-05 14:54:40 +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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								323b203718 
								
							 
						 
						
							
							
								
								refactor: algorithm types  
							
							
							
						 
						
							2020-11-30 14:26:31 +01:00  
				
					
						
							
							
								 
						
							
								15d817023d 
								
							 
						 
						
							
							
								
								feat: Decrypt events on megolm key receiving better  
							
							
							
						 
						
							2020-10-31 12:08:49 +01:00  
				
					
						
							
							
								 
						
							
								412da6ae0c 
								
							 
						 
						
							
							
								
								fix: Properly rotate megolm session on device changes  
							
							
							
						 
						
							2020-10-26 11:55:47 +01:00  
				
					
						
							
							
								 
						
							
								343c26b3ed 
								
							 
						 
						
							
							
								
								fix: Decrypt last message on received megolm key  
							
							
							
						 
						
							2020-10-26 07:49:02 +00:00  
				
					
						
							
							
								 
						
							
								66e590073e 
								
							 
						 
						
							
							
								
								refactor: Event Update Type  
							
							
							
						 
						
							2020-10-22 13:01:35 +02:00  
				
					
						
							
							
								 
						
							
								090f0c326c 
								
							 
						 
						
							
							
								
								fix: Do not require unrequired field in supported versions response  
							
							
							
						 
						
							2020-10-19 18:10:07 +02:00  
				
					
						
							
							
								 
						
							
								ae79af6ea8 
								
							 
						 
						
							
							
								
								fix: store timestamps in milliseconds to fix decrypt error  
							
							
							
						 
						
							2020-10-04 12:12:03 +02:00  
				
					
						
							
							
								 
						
							
								ab97c596ac 
								
							 
						 
						
							
							
								
								chore: Add better debug logging for corrupt sessions  
							
							
							
						 
						
							2020-09-28 10:58:24 +02:00  
				
					
						
							
							
								 
						
							
								86a4f90a5a 
								
							 
						 
						
							
							
								
								fix: Run automated key requests in root zone  
							
							
							
						 
						
							2020-09-21 18:11:14 +02:00  
				
					
						
							
							
								 
						
							
								70939a7c9c 
								
							 
						 
						
							
							
								
								fix: Message index replay attack check  
							
							
							
						 
						
							2020-09-21 10:24:15 +02:00  
				
					
						
							
							
								 
						
							
								5d5c7fa8b4 
								
							 
						 
						
							
							
								
								fix: Catch all root zone exceptions  
							
							
							
						 
						
							2020-09-17 12:59:40 +02:00  
				
					
						
							
							
								 
						
							
								cb1ec86b32 
								
							 
						 
						
							
							
								
								feat: Periodically fetch ssss secrets from other devices  
							
							
							
						 
						
							2020-09-10 14:46:30 +02:00  
				
					
						
							
							
								 
						
							
								2c7ae759f8 
								
							 
						 
						
							
							
								
								fix: Remove potential race conditions and database issues with OTK upload  
							
							
							
						 
						
							2020-09-10 14:07:25 +02:00  
				
					
						
							
							
								 
						
							
								bbc1b63695 
								
							 
						 
						
							
							
								
								feat: Auto-verify own master key, if there is a valid signature chain within the same account  
							
							
							
						 
						
							2020-09-10 13:04:24 +02:00  
				
					
						
							
							
								 
						
							
								64b8e01444 
								
							 
						 
						
							
							
								
								fix: Handle duplicate indexes properly  
							
							
							
						 
						
							2020-09-10 10:48:59 +00:00  
				
					
						
							
							
								 
						
							
								99d536b14f 
								
							 
						 
						
							
							
								
								feature: Upload to online key backup  
							
							
							
						 
						
							2020-09-09 09:53:26 +02:00