aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-21Switch payload encryption to AES-GCMAndreas Straub1-6/+22
2015-07-20Also decrypt messages from UNTRUSTED sessionsAndreas Straub1-1/+1
2015-07-20Refactor axolotl send processing/caching flowAndreas Straub1-9/+8
2015-07-20Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub1-6/+6
2015-07-20Add purge axolotl key optionAndreas Straub1-28/+56
2015-07-20attempt to fix the delay problemDaniel Gultsch1-5/+5
2015-07-20Lock TrustKeys if no trusted keys are availableAndreas Straub1-0/+8
2015-07-20Optimize importsAndreas Straub1-2/+0
2015-07-19Ask for key trust when sending messagesAndreas Straub1-37/+88
2015-07-19Send correct body for HTTP filesAndreas Straub1-1/+7
2015-07-19Fix trust status for outgoing messagesAndreas Straub1-8/+8
2015-07-19Ensure that available sessions are always usedAndreas Straub1-9/+30
2015-07-19Fix and expand key regeneration functionAndreas Straub1-9/+18
2015-07-19Overhauled Message taggingAndreas Straub1-40/+60
2015-07-19Use full int range for device IDsAndreas Straub1-1/+1
2015-07-19Clean up unused constantAndreas Straub1-1/+0
2015-07-19Make some fields finalAndreas Straub1-3/+3
2015-07-19Clean up loggingAndreas Straub1-54/+61
2015-07-19Add basic PEP managemend UI to EditAccountActivityAndreas Straub1-0/+33
2015-07-19Fix devicelist update handlingAndreas Straub1-0/+5
2015-07-19Only cache session if successfully establishedAndreas Straub1-1/+6
2015-07-19Return empty set on invalid PEP devicelistAndreas Straub1-1/+2
2015-07-19Trust all IdentityKeysAndreas Straub1-2/+3
2015-07-19Refresh PEP on session establishAndreas Straub1-0/+18
2015-07-19Fix asynchronous axolotl message sendingAndreas Straub1-6/+23
2015-07-19Properly track message senderAndreas Straub1-4/+4
2015-07-19Rework PEP content verificationAndreas Straub1-47/+61
2015-07-19Formatting fixesAndreas Straub1-2/+2
2015-07-19When receiving, add mock session if none existsAndreas Straub1-1/+1
2015-07-19Fetch bundles on-demand, encrypt in backgroundAndreas Straub1-42/+91
2015-07-19Use bareJid for own session retrievalAndreas Straub1-1/+1
2015-07-19Migrate to new PEP layoutAndreas Straub1-118/+134
2015-07-19Formatting fixesAndreas Straub1-22/+22
2015-07-19Save IdentityKeys in databaseAndreas Straub1-47/+23
2015-07-19Reformat code to use tabsAndreas Straub1-825/+825
2015-07-19Added PEP and message protocol layersAndreas Straub1-0/+208
2015-07-19Reworked axolotl protocol layerAndreas Straub1-38/+272
2015-07-19CryptoNext persistance layer mockupAndreas Straub1-0/+440