aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/generator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'siacs/master' into developmentChristian S2016-03-261-1/+0
|\
| * only add image files to media scannerDaniel Gultsch2016-03-231-1/+0
| |
* | Merge branch 'siacs/master' into developmentChristian S2016-03-041-0/+7
|\|
| * refactored omemo to take multiple recipientsDaniel Gultsch2016-02-291-0/+7
| |
* | Merge branch 'siacs/master' into developmentChristian S2016-02-203-0/+10
|\|
| * added setting to opt-out of message correction. renamed preferences and ↵Daniel Gultsch2016-02-161-1/+6
| | | | | | | | options to settings
| * basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-152-0/+4
| |
| * add missing type='submit' attribute to enable push formDaniel Gultsch2016-02-151-0/+1
| |
* | Merge branch 'siacs/master' into developmentChristian S2016-02-142-1/+30
|\|
| * send push enable to server. simplified loggingDaniel Gultsch2016-02-132-0/+15
| |
| * client side support for XEP-0357: Push NotificationsDaniel Gultsch2016-02-121-1/+15
| |
* | Add device name to client infoArtem Shipovskiy2016-02-042-0/+11
| |
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2016-02-041-15/+4
|\|
| * Use a Presence class for presence informationStephen Paul Weber2016-01-241-15/+4
| | | | | | | | Only has status for now, but doing it so I can add disco to it
* | copy commitsChristian S2016-01-041-12/+1
|\|
| * add obb url to unencrypted messagesDaniel Gultsch2016-01-031-0/+1
| |
| * removed xhtml body. fixes #1594Daniel Gultsch2016-01-011-12/+0
| |
* | copy commitsChristian S2015-12-181-0/+1
|\|
| * add 'store' message hint to displayed chat markersDaniel Gultsch2015-12-171-0/+1
| |
| * renamed pretty-please-store message hint to storeDaniel Gultsch2015-12-101-1/+1
| |
| * combine multiple message receipts into single messageDaniel Gultsch2015-12-011-6/+8
| |
* | renamed pretty-please-store message hint to storeDaniel Gultsch2015-12-121-1/+1
| |
* | combine multiple message receipts into single messageDaniel Gultsch2015-12-041-6/+8
| |
* | copy commitsChristian S2015-11-291-1/+0
|\|
| * Sign empty statusfiaxh2015-11-091-1/+0
| |
* | change IDENTITY_NAMEChristian S2015-11-171-1/+1
|/
* push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch2015-10-292-0/+7
|
* introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch2015-10-161-3/+7
| | | | cleaned up TrustKeysActivity to automatically close if there is nothing to do
* add menu item in account details to renew certificateDaniel Gultsch2015-10-111-0/+21
|
* Captcha support.Armin Novak2015-10-111-0/+10
|
* removed oob element from file messagesDaniel Gultsch2015-10-081-1/+0
|
* introduced expert options to set status to away and xa if screen is off or ↵Daniel Gultsch2015-10-081-1/+16
| | | | if phone is silenced
* add xhtml image tag to unencrypted image urls. add oob tag to all files that ↵Daniel Gultsch2015-10-071-2/+18
| | | | are on remote hosts
* use Conversations 1.x.y as user agent string in http upload and downloadDaniel Gultsch2015-09-231-3/+3
|
* fixed content-type indication in http uploadDaniel Gultsch2015-09-191-1/+1
|
* added missing type='submit' to mam queriesDaniel Gultsch2015-09-151-3/+4
| | | | | fixed some nasty inheritance problems along the way fixes #1411
* use same method to add message hints to otr message everywhere it is neededDaniel Gultsch2015-09-011-5/+9
|
* tag axolotl messages with pretty-please-storeDaniel Gultsch2015-09-011-0/+1
|
* use content-type in http slot request and stick with during uploadDaniel Gultsch2015-08-011-1/+4
|
* Refactor axolotl message processing workflowAndreas Straub2015-07-311-1/+1
| | | | | | | | | | | | | | XmppAxolotlMessage is now entirely responsible for handling encryption and decryption of messages, only leveraging XmppAxolotlSession as a packing/unpacking primitive for payload keys. Removed pseudo-dead session generation code step from prepareMessage function, as sessions have been created by invoking the TrustKeysActivity for a while now. Added prepareKeyTransportMessage function, which creates a message with no payload. The key that is packed into the header keyElements can then be used for other purposes (e.g. encrypted file transfer).
* add no-store to chat statesDaniel Gultsch2015-07-221-0/+2
|
* use type=chat more often to go along with new, simple carbon and mam rulesDaniel Gultsch2015-07-221-6/+5
| | | | | * change chat states to type=chat and chat markers to type=chat * use same type as requesting stanza for delivery receipts (which should make them type=chat most of the time)
* made image file format configurable by Config.javaDaniel Gultsch2015-07-211-4/+0
|
* bugfix: also add no-permanent-storage to message hintsDaniel Gultsch2015-07-211-0/+1
|
* Refactor axolotl send processing/caching flowAndreas Straub2015-07-201-4/+1
|
* attempt to fix the delay problemDaniel Gultsch2015-07-201-27/+7
|
* Optimize importsAndreas Straub2015-07-202-5/+3
|
* Clean up loggingAndreas Straub2015-07-191-1/+1
| | | | | Add a fixed prefix to axolotl-related log messages, set log levels sensibly.
* Rework PEP content verificationAndreas Straub2015-07-191-1/+1
| | | | | | Now checks which part(s) are out of sync w/ local storage, and updates only those, rather than assuming the entire node corrupt and overwriting it all (especially relevant for preKey list)
* Fetch bundles on-demand, encrypt in backgroundAndreas Straub2015-07-191-4/+6
| | | | | | | | | | | Bundles are now fetched on demand when a session needs to be established. This should lessen the chance of changes to the bundles occuring before they're used, as well as lessen the load of fetching bundles. Also, the message encryption is now done in a background thread, as this can be somewhat costly if many sessions are present. This is probably not going to be an issue in real use, but it's good practice anyway.