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