aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/axolotl/XmppAxolotlSession.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-15refactored whispermessage processingDaniel Gultsch1-22/+25
2017-01-14partially improved logging for receiving omemo messagesDaniel Gultsch1-11/+10
2017-01-12don't allow to purge keys. offer distrut insteadDaniel Gultsch1-0/+2
2017-01-09adding prekey='true' to omemo messages if applicableDaniel Gultsch1-5/+17
2016-11-19save last activation time in fingerprint statusDaniel Gultsch1-1/+6
2016-11-18show 'clear devices' button underneath own devicesDaniel Gultsch1-0/+4
2016-11-17put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch1-1/+1
2016-11-17parse omemo fingerprints from urisDaniel Gultsch1-1/+1
2016-11-14refactore trust enum to be FingerprintStatus class with trust and activeDaniel Gultsch1-122/+34
2016-05-10stop processing PreKeyWhisperMessage if there is no PreKeyIdDaniel Gultsch1-3/+5
2015-12-19store identity key in XmppAxolotlSession instead of the fingerprintDaniel Gultsch1-10/+15
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch1-4/+24
2015-09-06Only show that have sessions in fingerprint listAndreas Straub1-1/+1
2015-08-01Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub1-10/+69
2015-07-31Provide process function for key transport messageAndreas Straub1-6/+14
2015-07-31Refactor axolotl message processing workflowAndreas Straub1-8/+5
2015-07-31Reformat codeAndreas Straub1-1/+1
2015-07-31Change to new wire protocol versionAndreas Straub1-4/+4
2015-07-29Fix NPE: consider unknown keys UNDECIDEDAndreas Straub1-1/+2
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-0/+131