20073ddd49 
								
							 
						 
						
							
							
								
								refactor: Store lastEvent in room object instead of room state  
							
							
							
						 
						
							2024-03-18 13:18:36 +01:00  
				
					
						
							
							
								 
						
							
								cce3646339 
								
							 
						 
						
							
							
								
								fix: startDirectChat might return an unjoined room  
							
							... 
							
							
							
							If you create DM room, but the other party doesn't join it, they might
be unable to create a new DM using startDirectChat. Since creating a new
DM is pretty much the same as joining the invite, we try to join the
pending DM invite first and fall back to creating a new room if that
fails. 
							
						 
						
							2023-09-04 13:27:55 +02:00  
				
					
						
							
							
								 
						
							
								4bbb1fbba7 
								
							 
						 
						
							
							
								
								feat: Use github actions  
							
							
							
						 
						
							2023-07-16 15:27:31 +02:00  
				
					
						
							
							
								 
						
							
								2c09a154a9 
								
							 
						 
						
							
							
								
								fix: integration tests on dendrite  
							
							... 
							
							
							
							The relay_api now needs to be configured, see https://github.com/matrix-org/dendrite/pull/3011  
							
						 
						
							2023-03-20 13:23:51 +01:00  
				
					
						
							
							
								 
						
							
								d6a01070e3 
								
							 
						 
						
							
							
								
								fix: follow-up OLM matcher  
							
							... 
							
							
							
							Signed-off-by: The one with the braid <the-one@with-the-braid.cf> 
							
						 
						
							2023-01-19 17:21:54 +01:00  
				
					
						
							
							
								 
						
							
								c2e8ecfdff 
								
							 
						 
						
							
							
								
								refactor: migrate integration tests to more stable setup  
							
							... 
							
							
							
							Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
Signed-off-by: The one with the braid <the-one@with-the-braid.cf> 
							
						 
						
							2023-01-19 16:11:52 +01:00  
				
					
						
							
							
								 
						
							
								8c2d7d78d8 
								
							 
						 
						
							
							
								
								chore: use proper matchers in integration tests  
							
							
							
						 
						
							2022-12-14 14:45:58 +01:00  
				
					
						
							
							
								 
						
							
								6ef8a56041 
								
							 
						 
						
							
							
								
								feat: migrate e2ee test to DinD  
							
							... 
							
							
							
							- migrate e2ee tests to DinD
- test e2ee against Synapse, Conduit and Dendrite
- fix error handling in push rules (thanks to Dendrite tests)
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf> 
							
						 
						
							2022-11-23 09:01:53 +01:00  
				
					
						
							
							
								 
						
							
								a01921e6bc 
								
							 
						 
						
							
							
								
								chore: Fix e2ee tests by login with username instead of mxid  
							
							... 
							
							
							
							Hacky workaround because the UIA
Proxy does not work reliably with
login via mxid. 
							
						 
						
							2022-08-15 15:24:31 +02:00  
				
					
						
							
							
								 
						
							
								7885281c72 
								
							 
						 
						
							
							
								
								refactor: Use import sorter and ci templates  
							
							
							
						 
						
							2022-07-21 15:44:04 +02:00  
				
					
						
							
							
								 
						
							
								dd76e652bf 
								
							 
						 
						
							
							
								
								fix: buggy e2e test  
							
							... 
							
							
							
							Signed-off-by: Lanna Michalke <l.michalke@famedly.com> 
							
						 
						
							2022-05-23 14:40:19 +02:00  
				
					
						
							
							
								 
						
							
								8fd3bbe28c 
								
							 
						 
						
							
							
								
								feat: support HiveCollections as Database provider  
							
							... 
							
							
							
							- support Hive's new `CollectionBox` and `BoxCollection`
Signed-off-by: Lanna Michalke <l.michalke@famedly.com> 
							
						 
						
							2022-05-21 20:19:52 +02:00  
				
					
						
							
							
								 
						
							
								eefc40e2d0 
								
							 
						 
						
							
							
								
								refactor: Get rid of dynamic input in checkHomeserver  
							
							... 
							
							
							
							This also fixes the automatic
homeserver detection in the
login method. It no longer uses
the deprecated user. 
							
						 
						
							2022-04-21 15:40:21 +02:00  
				
					
						
							
							
								 
						
							
								6e20c53b01 
								
							 
						 
						
							
							
								
								refactor: remove redundant null checks  
							
							
							
						 
						
							2021-10-28 14:32:09 +02:00  
				
					
						
							
							
								 
						
							
								6abd9e7e22 
								
							 
						 
						
							
							
								
								refactor: nullsafe event test  
							
							
							
						 
						
							2021-10-28 03:44:01 +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  
				
					
						
							
							
								 
						
							
								8665f092f4 
								
							 
						 
						
							
							
								
								chore: matrix_api_lite 0.4.0  
							
							
							
						 
						
							2021-07-26 14:54:22 +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  
				
					
						
							
							
								 
						
							
								97daae3419 
								
							 
						 
						
							
							
								
								refactor: Update to matrix_api_lite 0.2.0  
							
							... 
							
							
							
							This introduces a minor breaking change in the login method.
It now uses correctly the AuthenticationIdentifier
and deprecates the user, medium and address parameter. 
							
						 
						
							2021-03-09 19:14:53 +01:00  
				
					
						
							
							
								 
						
							
								c94da38438 
								
							 
						 
						
							
							
								
								fix: Hide verification timeline events in lastEvent  
							
							
							
						 
						
							2021-01-13 13:30:47 +01:00  
				
					
						
							
							
								 
						
							
								e450a09fb5 
								
							 
						 
						
							
							
								
								refactor: External matrix api  
							
							
							
						 
						
							2021-01-04 10:26:29 +01:00  
				
					
						
							
							
								 
						
							
								57286d4c28 
								
							 
						 
						
							
							
								
								feat: Use logger package  
							
							
							
						 
						
							2020-12-19 12:04:25 +00:00  
				
					
						
							
							
								 
						
							
								bec1761172 
								
							 
						 
						
							
							
								
								refactor: content parsing  
							
							
							
						 
						
							2020-11-30 15:34:46 +01:00  
				
					
						
							
							
								 
						
							
								0697d47cc2 
								
							 
						 
						
							
							
								
								refactor: Minor init refactoring  
							
							
							
						 
						
							2020-11-19 17:02:07 +01:00  
				
					
						
							
							
								 
						
							
								5381c3935c 
								
							 
						 
						
							
							
								
								refactor: Check server  
							
							
							
						 
						
							2020-10-26 08:33:25 +00:00  
				
					
						
							
							
								 
						
							
								6fbee4ee05 
								
							 
						 
						
							
							
								
								test: Integrate E2EE tests  
							
							
							
						 
						
							2020-08-25 13:19:57 +00:00  
				
					
						
							
							
								 
						
							
								fb9b505988 
								
							 
						 
						
							
							
								
								Krille/make client extend matrixapi  
							
							
							
						 
						
							2020-08-11 16:11:51 +00:00  
				
					
						
							
							
								 
						
							
								6170c79fe1 
								
							 
						 
						
							
							
								
								Improve logging  
							
							
							
						 
						
							2020-08-06 09:35:02 +00:00  
				
					
						
							
							
								 
						
							
								6779ab6624 
								
							 
						 
						
							
							
								
								Deprecate debug mode  
							
							
							
						 
						
							2020-08-06 07:09:32 +00:00  
				
					
						
							
							
								 
						
							
								68fac1e112 
								
							 
						 
						
							
							
								
								pick the correct session when encrypting to_device events  
							
							
							
						 
						
							2020-06-24 09:27:32 +02:00  
				
					
						
							
							
								 
						
							
								d29fb9abfe 
								
							 
						 
						
							
							
								
								Merge branch 'soru/modularize-e2ee' into soru/cross-signing  
							
							
							
						 
						
							2020-06-05 18:59:58 +02:00  
				
					
						
							
							
								 
						
							
								fcde6a2459 
								
							 
						 
						
							
							
								
								split encryption stuff to other library  
							
							
							
						 
						
							2020-06-04 13:39:51 +02:00  
				
					
						
							
							
								 
						
							
								c6bf098644 
								
							 
						 
						
							
							
								
								Init matrix_api library  
							
							
							
						 
						
							2020-06-03 10:16:01 +00:00  
				
					
						
							
							
								 
						
							
								29721f00a8 
								
							 
						 
						
							
							
								
								Merge branch 'master' into soru/cross-signing  
							
							
							
						 
						
							2020-05-22 13:18:36 +02:00  
				
					
						
							
							
								 
						
							
								27b4a620e5 
								
							 
						 
						
							
							
								
								Add code formatting CI job  
							
							
							
						 
						
							2020-05-22 10:12:18 +00:00  
				
					
						
							
							
								 
						
							
								ead44e4014 
								
							 
						 
						
							
							
								
								fix tests and stuffs  
							
							
							
						 
						
							2020-05-21 15:32:06 +02:00  
				
					
						
							
							
								 
						
							
								f71826739c 
								
							 
						 
						
							
							
								
								Switch to moor  
							
							
							
						 
						
							2020-05-15 18:40:17 +00:00  
				
					
						
							
							
								 
						
							
								a3c5add79e 
								
							 
						 
						
							
							
								
								[SDK] Refactoring with new linter rules  
							
							
							
						 
						
							2020-03-30 09:08:38 +00:00  
				
					
						
							
							
								 
						
							
								48da43bcc6 
								
							 
						 
						
							
							
								
								[Client] Fix trust own device  
							
							
							
						 
						
							2020-02-19 10:24:54 +01:00  
				
					
						
							
							
								 
						
							
								149287707a 
								
							 
						 
						
							
							
								
								[Client] More integration tests  
							
							
							
						 
						
							2020-02-18 11:17:08 +01:00  
				
					
						
							
							
								 
						
							
								cf31237457 
								
							 
						 
						
							
							
								
								[Room] Fix clean up  
							
							
							
						 
						
							2020-02-18 09:23:55 +00:00  
				
					
						
							
							
								 
						
							
								f5b493f9bd 
								
							 
						 
						
							
							
								
								[SDK] Add dart-olm library and update CI  
							
							
							
						 
						
							2020-02-15 07:48:41 +00:00