Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | combine multiple message receipts into single message | Daniel Gultsch | 2015-12-04 | 1 | -6/+8 |
| | |||||
* | copy commits | Christian S | 2015-11-29 | 1 | -1/+0 |
|\ | |||||
| * | Sign empty status | fiaxh | 2015-11-09 | 1 | -1/+0 |
| | | |||||
* | | change IDENTITY_NAME | Christian S | 2015-11-17 | 1 | -1/+1 |
|/ | |||||
* | push CN into nick pep node when uploading certificate. subscribe to nick node | Daniel Gultsch | 2015-10-29 | 2 | -0/+7 |
| | |||||
* | introduced code to verify omemo device keys with x509 certificates. | Daniel Gultsch | 2015-10-16 | 1 | -3/+7 |
| | | | | cleaned up TrustKeysActivity to automatically close if there is nothing to do | ||||
* | add menu item in account details to renew certificate | Daniel Gultsch | 2015-10-11 | 1 | -0/+21 |
| | |||||
* | Captcha support. | Armin Novak | 2015-10-11 | 1 | -0/+10 |
| | |||||
* | removed oob element from file messages | Daniel Gultsch | 2015-10-08 | 1 | -1/+0 |
| | |||||
* | introduced expert options to set status to away and xa if screen is off or ↵ | Daniel Gultsch | 2015-10-08 | 1 | -1/+16 |
| | | | | if phone is silenced | ||||
* | add xhtml image tag to unencrypted image urls. add oob tag to all files that ↵ | Daniel Gultsch | 2015-10-07 | 1 | -2/+18 |
| | | | | are on remote hosts | ||||
* | use Conversations 1.x.y as user agent string in http upload and download | Daniel Gultsch | 2015-09-23 | 1 | -3/+3 |
| | |||||
* | fixed content-type indication in http upload | Daniel Gultsch | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | added missing type='submit' to mam queries | Daniel Gultsch | 2015-09-15 | 1 | -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 needed | Daniel Gultsch | 2015-09-01 | 1 | -5/+9 |
| | |||||
* | tag axolotl messages with pretty-please-store | Daniel Gultsch | 2015-09-01 | 1 | -0/+1 |
| | |||||
* | use content-type in http slot request and stick with during upload | Daniel Gultsch | 2015-08-01 | 1 | -1/+4 |
| | |||||
* | Refactor axolotl message processing workflow | Andreas Straub | 2015-07-31 | 1 | -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 states | Daniel Gultsch | 2015-07-22 | 1 | -0/+2 |
| | |||||
* | use type=chat more often to go along with new, simple carbon and mam rules | Daniel Gultsch | 2015-07-22 | 1 | -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.java | Daniel Gultsch | 2015-07-21 | 1 | -4/+0 |
| | |||||
* | bugfix: also add no-permanent-storage to message hints | Daniel Gultsch | 2015-07-21 | 1 | -0/+1 |
| | |||||
* | Refactor axolotl send processing/caching flow | Andreas Straub | 2015-07-20 | 1 | -4/+1 |
| | |||||
* | attempt to fix the delay problem | Daniel Gultsch | 2015-07-20 | 1 | -27/+7 |
| | |||||
* | Optimize imports | Andreas Straub | 2015-07-20 | 2 | -5/+3 |
| | |||||
* | Clean up logging | Andreas Straub | 2015-07-19 | 1 | -1/+1 |
| | | | | | Add a fixed prefix to axolotl-related log messages, set log levels sensibly. | ||||
* | Rework PEP content verification | Andreas Straub | 2015-07-19 | 1 | -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 background | Andreas Straub | 2015-07-19 | 1 | -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. | ||||
* | Migrate to new PEP layout | Andreas Straub | 2015-07-19 | 1 | -20/+9 |
| | | | | Merge prekeys into bundle node | ||||
* | Reformat code to use tabs | Andreas Straub | 2015-07-19 | 2 | -29/+29 |
| | | | | This really sucks to do it like this. Sorry. :( | ||||
* | Added PEP and message protocol layers | Andreas Straub | 2015-07-19 | 3 | -1/+94 |
| | | | | Can now fetch/retrieve from PEP, as well as encode/decode messages | ||||
* | made httpconnection (download) ready all kind of files | Daniel Gultsch | 2015-06-30 | 1 | -2/+2 |
| | |||||
* | initial http upload support | Daniel Gultsch | 2015-06-29 | 2 | -8/+26 |
| | | | | be careful: little error handling and no encryption | ||||
* | r/o support for vcard avatars. pep avatars will be prefered | Daniel Gultsch | 2015-05-05 | 1 | -1/+8 |
| | |||||
* | Fix typos in URL to the project | Alexander Groshev | 2015-05-03 | 1 | -2/+2 |
| | |||||
* | OTR: Fix onContactStatusChanged & dont archive OTR | BrianBlade | 2015-04-21 | 1 | -0/+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 | ||||
* | don't resume old session when changing resource | iNPUTmice | 2015-04-09 | 1 | -0/+7 |
| | |||||
* | Fix OTR-Error messages | BrianBlade | 2015-04-01 | 1 | -2/+2 |
| | | | | | Send out OTR-Errors on unreadableMessageReceived() as well, not only on messageFromAnotherInstanceReceived | ||||
* | respond to unreadable OTR messages with error message. fixed #1021 | iNPUTmice | 2015-03-21 | 1 | -0/+13 |
| | |||||
* | # add delivery receipts for private muc msgs | BrianBlade | 2015-03-18 | 1 | -0/+3 |
| | | | | # enable update last-seen for muc-msgs | ||||
* | added typing notifications through XEP-0085. fixed #210 | iNPUTmice | 2015-02-21 | 2 | -15/+8 |
| | |||||
* | support for XEP-0092: Software Version | iNPUTmice | 2015-02-16 | 2 | -6/+29 |
| | |||||
* | strip fractional seconds from timestamp before parsing | iNPUTmice | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | made version codes ready for release candidate in beta channel | iNPUTmice | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | fixed broken caps | iNPUTmice | 2015-01-28 | 2 | -14/+17 |
| | |||||
* | changed version code and version name to 1.0-beta2 | iNPUTmice | 2015-01-26 | 1 | -1/+1 |
| | |||||
* | adapt caps on whether or not message confirmation is on | iNPUTmice | 2015-01-26 | 2 | -7/+17 |
| | |||||
* | fixed mam to work with muc | iNPUTmice | 2015-01-24 | 1 | -1/+3 |
| | |||||
* | otr4j: update to 0.22 | Michael | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | added changelog for 1.0 | iNPUTmice | 2015-01-19 | 1 | -1/+1 |
| |