mautrix-go/crypto
Sumner Evans 33fc833330
crypto/verification: use structured logging for start verification
Signed-off-by: Sumner Evans <sumner@beeper.com>
2024-01-01 10:58:55 -07:00
..
attachment Switch to testify assert in attachment tests 2022-04-27 15:49:31 +03:00
canonicaljson Remove special module licenses 2023-12-15 15:56:38 +02:00
cryptohelper Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
goolm Fix typos and JSON field names 2023-12-15 15:56:38 +02:00
olm Fix typos and JSON field names 2023-12-15 15:56:38 +02:00
sql_store_upgrade Move dbutil to util package 2023-08-05 18:04:09 +03:00
ssss Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
utils Move remaining utilities 2023-08-05 19:24:45 +03:00
account.go Remove outdated comment 2022-06-24 18:42:03 +03:00
cross_sign_key.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
cross_sign_pubkey.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
cross_sign_signing.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
cross_sign_ssss.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
cross_sign_store.go Move some crypto logs to debug level 2023-02-24 14:19:41 +02:00
cross_sign_test.go Move dbutil to util package 2023-08-05 18:04:09 +03:00
cross_sign_validation.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
decryptmegolm.go Remove incorrect err in log 2023-11-12 12:49:21 +02:00
decryptolm.go Adjust olm session id logs 2023-04-25 14:56:00 +03:00
devicelist.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
encryptmegolm.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
encryptolm.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
keyexport.go Revert changes to error names 2023-12-15 15:56:38 +02:00
keyimport.go Ratchet inbound sessions on decrypt and delete outbound on ack 2023-04-10 16:27:05 +03:00
keysharing.go crypto/keysharing: use structured logging and pull from context 2023-12-31 20:10:48 -07:00
machine.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
machine_test.go Delete megolm sessions when receiving new one and when session is fully used 2023-04-11 11:42:13 +03:00
sessions.go Give up on missed indices 10 messages later 2023-04-12 14:35:16 +03:00
sql_store.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
store.go Add option to delete outdated inbound keys 2023-06-22 09:09:19 +03:00
store_test.go Add context parameter to all client and bridge API functions (#144) 2023-12-15 16:23:31 +02:00
verification.go crypto/verification: use structured logging for start verification 2024-01-01 10:58:55 -07:00
verification_in_room.go crypto/verification{,_in_room}: use more structured logging and context loggers 2024-01-01 09:30:24 -07:00
verification_sas_methods.go Switch crypto module to zerolog 2023-02-19 22:45:43 +02:00