aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* code clean upDaniel Gultsch2015-10-121-13/+1
* add menu item in account details to renew certificateDaniel Gultsch2015-10-111-23/+82
* Clean upAndreas Straub2015-10-111-12/+5
* be more careful when publishing device bundleDaniel Gultsch2015-09-171-0/+14
* indicate broken pep in server infoDaniel Gultsch2015-09-061-0/+4
* Only show that have sessions in fingerprint listAndreas Straub2015-09-061-4/+20
* Don't manually add keys to the storeAndreas Straub2015-09-061-2/+0
* Never build a session with oneselfAndreas Straub2015-09-051-5/+9
* Fix error handling for announce check retrievalAndreas Straub2015-08-261-3/+3
* Only announce device after publishing bundleAndreas Straub2015-08-261-6/+18
* Fix key publishingAndreas Straub2015-08-261-72/+68
* Add more logging to pep attemp counter logicAndreas Straub2015-08-251-0/+1
* Limit number of PEP publish triesAndreas Straub2015-08-251-9/+42
* Pass through device IDs when updating own listAndreas Straub2015-08-251-17/+17
* cleared up some error messages in axolotl service and execute publishOwnDevic...Daniel Gultsch2015-08-251-3/+7
* Add error handling to OMEMO PEP codeAndreas Straub2015-08-231-116/+131
* Increase number of published prekeys for releaseAndreas Straub2015-08-071-1/+1
* Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-11/+19
* Provide process function for key transport messageAndreas Straub2015-07-311-11/+37
* Refactor axolotl message processing workflowAndreas Straub2015-07-311-59/+54
* Reformat codeAndreas Straub2015-07-311-71/+72
* Change to new wire protocol versionAndreas Straub2015-07-311-18/+9
* Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-559/+5
* Always build own device session automaticallyAndreas Straub2015-07-221-6/+13
* Add INACTIVE state for removed keysAndreas Straub2015-07-211-11/+43
* Fill own device sessions into SessionMapAndreas Straub2015-07-211-7/+14
* Use properly fixed numeral values in Trust enumAndreas Straub2015-07-211-4/+26
* Remove unused importAndreas Straub2015-07-211-1/+0
* Switch payload encryption to AES-GCMAndreas Straub2015-07-211-6/+22
* Also decrypt messages from UNTRUSTED sessionsAndreas Straub2015-07-201-1/+1
* Refactor axolotl send processing/caching flowAndreas Straub2015-07-201-9/+8
* Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub2015-07-201-6/+6
* Add purge axolotl key optionAndreas Straub2015-07-201-28/+56
* attempt to fix the delay problemDaniel Gultsch2015-07-201-5/+5
* Lock TrustKeys if no trusted keys are availableCryptoNextBetaAndreas Straub2015-07-201-0/+8
* Optimize importsAndreas Straub2015-07-201-2/+0
* Ask for key trust when sending messagesAndreas Straub2015-07-191-37/+88
* Send correct body for HTTP filesAndreas Straub2015-07-191-1/+7
* Fix trust status for outgoing messagesAndreas Straub2015-07-191-8/+8
* Ensure that available sessions are always usedAndreas Straub2015-07-191-9/+30
* Fix and expand key regeneration functionAndreas Straub2015-07-191-9/+18
* Overhauled Message taggingAndreas Straub2015-07-191-40/+60
* Use full int range for device IDsAndreas Straub2015-07-191-1/+1
* Clean up unused constantAndreas Straub2015-07-191-1/+0
* Make some fields finalAndreas Straub2015-07-191-3/+3
* Clean up loggingAndreas Straub2015-07-191-54/+61
* Add basic PEP managemend UI to EditAccountActivityAndreas Straub2015-07-191-0/+33
* Fix devicelist update handlingAndreas Straub2015-07-191-0/+5
* Only cache session if successfully establishedAndreas Straub2015-07-191-1/+6
* Return empty set on invalid PEP devicelistAndreas Straub2015-07-191-1/+2