aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Lock TrustKeys if no trusted keys are availableAndreas Straub2015-07-201-0/+8
* Optimize importsAndreas Straub2015-07-204-27/+24
* 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-192-43/+68
* 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
* Trust all IdentityKeysAndreas Straub2015-07-191-2/+3
* Refresh PEP on session establishAndreas Straub2015-07-191-0/+18
* Fix asynchronous axolotl message sendingAndreas Straub2015-07-191-6/+23
* Properly track message senderAndreas Straub2015-07-192-11/+12
* Rework PEP content verificationAndreas Straub2015-07-191-47/+61
* Formatting fixesAndreas Straub2015-07-191-2/+2
* When receiving, add mock session if none existsAndreas Straub2015-07-191-1/+1
* Tag messages with originating sessionAndreas Straub2015-07-191-0/+5
* Fetch bundles on-demand, encrypt in backgroundAndreas Straub2015-07-191-42/+91
* Use bareJid for own session retrievalAndreas Straub2015-07-191-1/+1
* Migrate to new PEP layoutAndreas Straub2015-07-191-118/+134
* Formatting fixesAndreas Straub2015-07-191-22/+22
* Save IdentityKeys in databaseAndreas Straub2015-07-191-47/+23
* Reformat code to use tabsAndreas Straub2015-07-192-985/+985
* Added PEP and message protocol layersAndreas Straub2015-07-191-0/+208
* Reworked axolotl protocol layerAndreas Straub2015-07-193-38/+456
* CryptoNext persistance layer mockupAndreas Straub2015-07-192-0/+444
* renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-101-1/+1
* added null check in sasl response verifierDaniel Gultsch2015-07-101-1/+1
* changed mime type handlingDaniel Gultsch2015-07-011-1/+1
* made httpconnection (download) ready all kind of filesDaniel Gultsch2015-06-301-2/+2
* refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch2015-06-301-1/+1
* untested pgp support for http uploadDaniel Gultsch2015-06-291-5/+9
* renamed OtrEngine to OtrServiceDaniel Gultsch2015-05-261-3/+3
* OTR: Fix onContactStatusChanged & dont archive OTRBrianBlade2015-04-211-1/+1
* Fix OTR-Error messagesBrianBlade2015-04-011-16/+22
* respond to unreadable OTR messages with error message. fixed #1021iNPUTmice2015-03-211-3/+15
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-0/+14
* otr4j: update to 0.22Michael2015-01-201-0/+6
* do not check image file size over http if accepted file size is 0Daniel Gultsch2015-01-111-3/+6
* some further otr improvementsDaniel Gultsch2015-01-021-1/+1
* prefer PLAIN over DIGEST-MD5Daniel Gultsch2015-01-021-1/+1
* improved OTR verification part oneDaniel Gultsch2015-01-021-3/+3
* mark otr messages as no-store for mamiNPUTmice2014-12-101-0/+1