Daniel Gultsch
|
fcd9ab17fe
|
don't throw assertion error when building session with same device id from other contact
|
2016-12-28 22:15:24 +01:00 |
|
Daniel Gultsch
|
fbbf1a37b4
|
disable removing of broken devices by default
|
2016-12-18 11:49:27 +01:00 |
|
Daniel Gultsch
|
dbda2afd6d
|
remove broken devices only once to prevent loops
|
2016-12-18 11:47:42 +01:00 |
|
Daniel Gultsch
|
87746ca2ba
|
remove own fetch errors from device announcement
|
2016-12-16 17:12:26 +01:00 |
|
Daniel Gultsch
|
58de10bcab
|
use prepped string when building axolotl session
|
2016-12-01 20:48:39 +01:00 |
|
Daniel Gultsch
|
2ec7165381
|
update the conversations view (and the lock icon) after receiving device list
|
2016-11-24 11:28:04 +01:00 |
|
Daniel Gultsch
|
839ef8e14b
|
introduced blind trust before verification mode
read more about the concept on https://gultsch.de/trust.html
|
2016-11-23 10:42:27 +01:00 |
|
Daniel Gultsch
|
b71aa6d3a4
|
remove omemo devices from annoucement after 7 days of inactivity
|
2016-11-19 21:39:16 +01:00 |
|
Daniel Gultsch
|
6362799d56
|
save last activation time in fingerprint status
|
2016-11-19 13:34:54 +01:00 |
|
Daniel Gultsch
|
2b9b3be3f1
|
show 'clear devices' button underneath own devices
|
2016-11-18 21:49:52 +01:00 |
|
Daniel Gultsch
|
a86a36f570
|
removed some unecessary logging from omemo message generation
|
2016-11-18 20:13:09 +01:00 |
|
Daniel Gultsch
|
9d9a9e63ad
|
removed some very verbose logging from axolotl service
|
2016-11-18 13:03:02 +01:00 |
|
Daniel Gultsch
|
211354ee26
|
put omemo fingerprint in own uri (qr code / nfc)
|
2016-11-17 22:28:45 +01:00 |
|
Daniel Gultsch
|
7e2e42cb11
|
parse omemo fingerprints from uris
|
2016-11-17 20:09:42 +01:00 |
|
Daniel Gultsch
|
05fc15be3d
|
refactore trust enum to be FingerprintStatus class with trust and active
|
2016-11-14 22:27:41 +01:00 |
|
Daniel Gultsch
|
44ce5df359
|
write prepped string to db. use display version everywhere else
|
2016-10-20 17:31:46 +02:00 |
|
Daniel Gultsch
|
1f7f82da7b
|
respond to chat marker request only when mutual presence subscription exists
|
2016-10-07 10:05:08 +02:00 |
|
Daniel Gultsch
|
5ac0e9267d
|
fixed omemo shown as unavailable in 1:1 chats
|
2016-10-03 21:04:10 +02:00 |
|
Daniel Gultsch
|
7c6d1d19d5
|
when activating omemo in conference always check preferences
|
2016-10-03 10:42:43 +02:00 |
|
Daniel Gultsch
|
ac9f13a9f2
|
provide hint on why conference can not be encrypted
|
2016-09-08 11:01:27 +02:00 |
|
Daniel Gultsch
|
5137837f6d
|
only publish keys if omemo is enabled
|
2016-05-25 21:55:01 +02:00 |
|
Daniel Gultsch
|
9ce2cfa3d2
|
resetting fetch status error when mutual subscription is reestablished
|
2016-05-19 10:47:27 +02:00 |
|
Daniel Gultsch
|
8d0693ed6a
|
keep conference members in memory and show them in conference details
|
2016-05-16 19:58:36 +02:00 |
|
Daniel Gultsch
|
908aa19a36
|
make omemo default when all resources support it
|
2016-05-12 14:20:11 +02:00 |
|
klemens
|
7047d68165
|
spelling fixes
|
2016-05-04 10:29:29 +02:00 |
|
Daniel Gultsch
|
ecaf75e5ec
|
better detect broken pep
mark pep as broken when publishing bundle or device list failed
reset 'brokenness' when account is getting disabled
|
2016-04-05 13:31:03 +02:00 |
|
Daniel Gultsch
|
198dc2c6b4
|
let users confirm each member in a conference even if that contact is already trusted
|
2016-03-01 11:26:59 +01:00 |
|
Daniel Gultsch
|
9e0466d1e6
|
refactored omemo to take multiple recipients
|
2016-02-29 13:18:07 +01:00 |
|
Daniel Gultsch
|
fab0a45955
|
re-read common name from certificates on startup
|
2016-02-02 13:43:20 +01:00 |
|
Daniel Gultsch
|
43521891f0
|
show fetch errors in trust keys activity
|
2016-01-23 11:39:02 +01:00 |
|
Andreas Straub
|
58d213f291
|
Fix OMEMO session creating loggin
Now prints the correct JID to the log when finding devices without
sessions.
|
2015-12-31 15:48:43 +01:00 |
|
Daniel Gultsch
|
f46cbb38a9
|
show certificate information
|
2015-12-23 19:18:53 +01:00 |
|
Daniel Gultsch
|
d0bad09f13
|
save certificate when verifying with x509
|
2015-12-23 17:41:26 +01:00 |
|
Daniel Gultsch
|
534013fd0c
|
store identity key in XmppAxolotlSession instead of the fingerprint
|
2015-12-19 15:44:11 +01:00 |
|
Daniel Gultsch
|
15c8cb8ac6
|
add more debugging to certificate checks after new omemo session was established
|
2015-12-19 12:44:55 +01:00 |
|
Daniel Gultsch
|
15f220747f
|
some more NPE checks
|
2015-12-10 23:16:39 +01:00 |
|
Daniel Gultsch
|
1de74c2337
|
also verify sessions in CBE mode that got created by key transport messages
|
2015-12-08 17:15:08 +01:00 |
|
Daniel Gultsch
|
baf76d883c
|
indicate cbe in chat message hint
|
2015-10-31 22:55:04 +01:00 |
|
Daniel Gultsch
|
bca29cf7fd
|
explicitly mark verified omemo keys in UI
|
2015-10-31 10:57:57 +01:00 |
|
Daniel Gultsch
|
34bcc59f72
|
fixed session objects not being build on start up
|
2015-10-30 12:05:21 +01:00 |
|
Daniel Gultsch
|
c7ff196f58
|
push CN into nick pep node when uploading certificate. subscribe to nick node
|
2015-10-29 13:41:08 +01:00 |
|
Daniel Gultsch
|
3c6c424d31
|
don't retry building broken omemo keys
|
2015-10-17 15:51:21 +02:00 |
|
Daniel Gultsch
|
e9e31b1c9b
|
load axolotl session cache on first device update
|
2015-10-17 14:44:59 +02:00 |
|
Daniel Gultsch
|
a83aae341f
|
improved error reporting in trust keys activity
|
2015-10-17 14:09:26 +02:00 |
|
Daniel Gultsch
|
cfeb67d71d
|
introduced code to verify omemo device keys with x509 certificates.
cleaned up TrustKeysActivity to automatically close if there is nothing to do
|
2015-10-16 23:48:42 +02:00 |
|
Daniel Gultsch
|
212d1a8c91
|
add config variable to enable x509 verification
|
2015-10-12 13:18:20 +02:00 |
|
Daniel Gultsch
|
933538a39d
|
code clean up
|
2015-10-12 12:36:54 +02:00 |
|
Daniel Gultsch
|
7be331bbb2
|
add menu item in account details to renew certificate
|
2015-10-11 16:10:52 +02:00 |
|
Andreas Straub
|
fdd88aa530
|
Clean up
Fixes some random linter warnings.
|
2015-10-11 16:05:44 +02:00 |
|
Daniel Gultsch
|
506b83ddc6
|
be more careful when publishing device bundle
|
2015-09-17 14:18:06 +02:00 |
|