aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java (unfollow)
Commit message (Expand)AuthorFilesLines
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