Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle invalid base64 is SASl SCRAM response | Daniel Gultsch | 2016-05-07 | 1 | -5/+9 |
| | |||||
* | Remove copy of innerkey | Sebastian | 2016-05-05 | 1 | -1/+0 |
| | | | The line overwrites this.innerkey with the value that was already there. | ||||
* | republish pgp signature when changing status | Daniel Gultsch | 2016-05-05 | 1 | -1/+4 |
| | |||||
* | spelling fixes | klemens | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | Renaming of variable | Sebastian | 2016-05-03 | 1 | -6/+6 |
| | | | Was probably just a copy/paste typo. | ||||
* | better detect broken pep | Daniel Gultsch | 2016-04-05 | 1 | -2/+9 |
| | | | | | mark pep as broken when publishing bundle or device list failed reset 'brokenness' when account is getting disabled | ||||
* | allow to delete attachments. fixes #1539 | Daniel Gultsch | 2016-03-23 | 1 | -2/+1 |
| | |||||
* | only add image files to media scanner | Daniel Gultsch | 2016-03-23 | 1 | -3/+1 |
| | |||||
* | let users confirm each member in a conference even if that contact is ↵ | Daniel Gultsch | 2016-03-01 | 1 | -1/+1 |
| | | | | already trusted | ||||
* | refactored omemo to take multiple recipients | Daniel Gultsch | 2016-02-29 | 1 | -55/+99 |
| | |||||
* | check for uuid change when decrypting pgp messages | Daniel Gultsch | 2016-02-21 | 1 | -7/+6 |
| | |||||
* | re-read common name from certificates on startup | Daniel Gultsch | 2016-02-02 | 1 | -0/+25 |
| | |||||
* | show fetch errors in trust keys activity | Daniel Gultsch | 2016-01-23 | 1 | -0/+13 |
| | |||||
* | Fix OMEMO session creating loggin | Andreas Straub | 2015-12-31 | 1 | -1/+1 |
| | | | | | Now prints the correct JID to the log when finding devices without sessions. | ||||
* | show certificate information | Daniel Gultsch | 2015-12-23 | 2 | -0/+8 |
| | |||||
* | save certificate when verifying with x509 | Daniel Gultsch | 2015-12-23 | 2 | -2/+10 |
| | |||||
* | store identity key in XmppAxolotlSession instead of the fingerprint | Daniel Gultsch | 2015-12-19 | 2 | -23/+27 |
| | |||||
* | add more debugging to certificate checks after new omemo session was established | Daniel Gultsch | 2015-12-19 | 1 | -0/+4 |
| | |||||
* | some more NPE checks | Daniel Gultsch | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | also verify sessions in CBE mode that got created by key transport messages | Daniel Gultsch | 2015-12-08 | 1 | -2/+14 |
| | |||||
* | encrypt pgp messages to self | Daniel Gultsch | 2015-11-26 | 1 | -8/+8 |
| | |||||
* | pgp fixes and revert configuration changes | Daniel Gultsch | 2015-11-25 | 1 | -2/+10 |
| | |||||
* | Merge pull request #1558 from fiaxh/pgp_api_9.0 | Daniel Gultsch | 2015-11-24 | 1 | -13/+29 |
|\ | | | | | Use OpenPGP-API 9.0 | ||||
| * | Use OpenPGP-API 9.0 | fiaxh | 2015-11-09 | 1 | -13/+29 |
| | | |||||
* | | PgpEngine: Get account from conversation instead of from contact. fixes ↵ | fiaxh | 2015-11-15 | 1 | -3/+3 |
|/ | | | | #1568, fixes #1544 | ||||
* | indicate cbe in chat message hint | Daniel Gultsch | 2015-10-31 | 1 | -0/+16 |
| | |||||
* | explicitly mark verified omemo keys in UI | Daniel Gultsch | 2015-10-31 | 2 | -5/+29 |
| | |||||
* | fixed session objects not being build on start up | Daniel Gultsch | 2015-10-30 | 1 | -1/+0 |
| | |||||
* | Merge pull request #1513 from fiaxh/pgp_background_decryption | Daniel Gultsch | 2015-10-30 | 2 | -0/+181 |
|\ | | | | | PGP messages background decryption | ||||
| * | Decrypt PGP messages in background | fiaxh | 2015-10-28 | 2 | -0/+181 |
| | | |||||
* | | push CN into nick pep node when uploading certificate. subscribe to nick node | Daniel Gultsch | 2015-10-29 | 1 | -0/+1 |
|/ | |||||
* | don't retry building broken omemo keys | Daniel Gultsch | 2015-10-17 | 1 | -4/+15 |
| | |||||
* | load axolotl session cache on first device update | Daniel Gultsch | 2015-10-17 | 1 | -2/+6 |
| | |||||
* | improved error reporting in trust keys activity | Daniel Gultsch | 2015-10-17 | 1 | -7/+19 |
| | |||||
* | introduced code to verify omemo device keys with x509 certificates. | Daniel Gultsch | 2015-10-16 | 1 | -19/+67 |
| | | | | cleaned up TrustKeysActivity to automatically close if there is nothing to do | ||||
* | moved other name parsing into seperate method | Daniel Gultsch | 2015-10-15 | 1 | -40/+45 |
| | |||||
* | use constants for oids in xmppdomainverifier | Daniel Gultsch | 2015-10-15 | 1 | -2/+5 |
| | |||||
* | more checks for xmppdomainverifier and better wildcard handling | Daniel Gultsch | 2015-10-15 | 1 | -4/+10 |
| | |||||
* | use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. ↵ | Daniel Gultsch | 2015-10-15 | 1 | -0/+113 |
| | | | | fixes #1189 | ||||
* | add config variable to enable x509 verification | Daniel Gultsch | 2015-10-12 | 1 | -3/+3 |
| | |||||
* | code clean up | Daniel Gultsch | 2015-10-12 | 3 | -16/+3 |
| | |||||
* | enable SASL EXTERNAL (certificate login | Daniel Gultsch | 2015-10-11 | 1 | -0/+29 |
| | |||||
* | add menu item in account details to renew certificate | Daniel Gultsch | 2015-10-11 | 1 | -23/+82 |
| | |||||
* | Clean up | Andreas Straub | 2015-10-11 | 2 | -13/+5 |
| | | | | Fixes some random linter warnings. | ||||
* | be more careful when publishing device bundle | Daniel Gultsch | 2015-09-17 | 1 | -0/+14 |
| | |||||
* | indicate broken pep in server info | Daniel Gultsch | 2015-09-06 | 1 | -0/+4 |
| | |||||
* | Only show that have sessions in fingerprint list | Andreas Straub | 2015-09-06 | 2 | -5/+21 |
| | | | | | | | | | Doesn't access database directly anymore but goes through AxolotlService now to obtain list of fingerprints associated with an Account/Contact. This should prevent orphaned keys littering the UI which previously couldn't be removed through the Clear Devices function. Together with 1c79982da84964c1d81179a0927d9cd1eadf53de this fixes #1393 | ||||
* | Don't manually add keys to the store | Andreas Straub | 2015-09-06 | 1 | -2/+0 |
| | | | | | | | There is no need to preemptively add the keys to the store oneself. SessionBuilder will take care of this for us. What's more, this will prevent IdentityKeys from otherwise invalid bundles to show up in our UI. | ||||
* | Never build a session with oneself | Andreas Straub | 2015-09-05 | 2 | -9/+12 |
| | | | | | | | | | | | | | | If we detect our own ID is not in our own devicelist on receiving an update, we reannounce ourselves. This used to have the side effect of modifying the list of devices we thought were in the update set, causing us to accidentally build a session with ourselves. This lead to our own key being set to TRUSTED_INACTIVE, resulting in red lock icons on messages sent by the own device. We fix this by having publishOwnDeviceId() operate on a copy of the original set. This commit also includes a db migration which deletes sessions with oneself and sets own keys back to TRUSTED. | ||||
* | use same method to add message hints to otr message everywhere it is needed | Daniel Gultsch | 2015-09-01 | 1 | -4/+2 |
| |