aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/axolotl/XmppAxolotlSession.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-31optimize importsChristian Schneppe1-1/+2
2019-09-20migrate to AndroidXChristian Schneppe1-2/+2
2019-09-03fix some crashesChristian Schneppe1-1/+7
2019-01-07handle decrypting/encrypting of omemo messages with duplicate device idsChristian Schneppe1-26/+54
2018-12-04implement self healing omemoChristian Schneppe1-8/+9
2018-10-04added a few TODOs in regards to the handling of inactive devicesChristian Schneppe1-0/+1
2018-05-16make session completion work with untrusted devices as wellChristian Schneppe1-2/+2
2018-04-02migrate to xmpp-addrChristian Schneppe1-1/+1
2018-01-21properly handle key transport messages. use prekeyparsing only when that attr...Christian Schneppe1-18/+12
2017-06-24upgrade to signal-protocol-javaChristian Schneppe1-29/+34
2017-01-16refactored whispermessage processingChristian Schneppe1-26/+26
2017-01-16partially improved logging for receiving omemo messagesChristian Schneppe1-10/+10
2017-01-15don't allow to purge keys. offer distrust insteadChristian Schneppe1-0/+2
2017-01-09adding prekey='true' to omemo messages if applicableChristian Schneppe1-5/+15
2016-11-20save last activation time in fingerprint statusChristian Schneppe1-1/+6
2016-11-20show 'clear devices' button underneath own devicesChristian Schneppe1-0/+4
2016-11-19reformat codeChristian Schneppe1-109/+109
2016-11-18put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe1-1/+1
2016-11-18parse omemo fingerprints from urisChristian Schneppe1-1/+1
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe1-122/+34
2016-07-29changed package id inside manifest and projectChristian Schneppe1-3/+3
2016-05-13stop processing PreKeyWhisperMessage if there is no PreKeyIdDaniel Gultsch1-3/+5
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