aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* made httpconnection (download) ready all kind of filesfeature/http_uploadDaniel 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 session handling on contact status change: Do not reset potentially active sessions; check peer's OTR-resource on disconnect - use no-permanent-store hint instead of no-store to ensure finished messages are delivered to offline/disconnected clients - add no-permanent-store to ask compliant servers not to archive OTR messages
* Fix OTR-Error messagesBrianBlade2015-04-011-16/+22
| | | | | Send out OTR-Errors on unreadableMessageReceived() as well, not only on messageFromAnotherInstanceReceived
* 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
| | | | | DIGEST-MD5 seems to be broken for a lot of cases (OpenFire) switched priority of PLAIN to not cause any security errors
* improved OTR verification part oneDaniel Gultsch2015-01-021-3/+3
|
* mark otr messages as no-store for mamiNPUTmice2014-12-101-0/+1
|
* fixed digest-md5iNPUTmice2014-12-041-0/+4
|
* Make sure SASL tokenizer strips stringsSam Whited2014-12-022-1/+5
| | | | Fix DIGEST-MD5 auth (make sure we're not splitting on BASE64 `==')
* remove unused imports.Michael2014-11-211-2/+0
|
* verify contacts key only on initiating side of smpiNPUTmice2014-11-211-3/+7
|
* Don't escape passwords in SASLSam Whited2014-11-151-2/+2
| | | | Fixes #671
* Cache SCRAM-SHA-1 keys for current sessionSam Whited2014-11-151-10/+47
|
* Add auth method pinningSam Whited2014-11-154-3/+30
|
* Merge branch 'feature/file_transfer' into developmentiNPUTmice2014-11-151-22/+5
|\ | | | | | | | | Conflicts: src/main/res/values/strings.xml
| * some mime and pgp fixes for file transferiNPUTmice2014-11-151-20/+1
| |
| * support for pgp filesiNPUTmice2014-11-151-2/+4
| |
* | Merge branch 'feature/otr_verification' into developmentiNPUTmice2014-11-151-17/+55
|\ \ | |/ |/|
| * initial smp supportiNPUTmice2014-11-111-17/+55
| |
* | Improve auth error handling and state machineSam Whited2014-11-154-32/+36
| |
* | Add SCRAM-SHA1 supportSam Whited2014-11-146-80/+375
| | | | | | | | | | | | | | Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
* | Refactor authentication codeSam Whited2014-11-123-0/+124
|/
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-092-8/+8
| | | | Remove `Account.getFullJid()'
* Move a chunk of classes over to using JID objectsSam Whited2014-11-092-33/+17
|
* Merge branch 'gradle' into developmentSam Whited2014-10-301-18/+27
| | | | | | | | | | Conflicts: .gitignore CHANGELOG.md README.md libs/MemorizingTrustManager libs/minidns libs/openpgp-api-lib
* Make conversations the root projectSam Whited2014-10-222-0/+616