aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/generator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Migrate to new PEP layoutAndreas Straub2015-07-191-20/+9
| | | | Merge prekeys into bundle node
* Reformat code to use tabsAndreas Straub2015-07-192-29/+29
| | | | This really sucks to do it like this. Sorry. :(
* Added PEP and message protocol layersAndreas Straub2015-07-193-1/+94
| | | | Can now fetch/retrieve from PEP, as well as encode/decode messages
* made httpconnection (download) ready all kind of filesDaniel Gultsch2015-06-301-2/+2
|
* initial http upload supportDaniel Gultsch2015-06-292-8/+26
| | | | be careful: little error handling and no encryption
* r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch2015-05-051-1/+8
|
* Fix typos in URL to the projectAlexander Groshev2015-05-031-2/+2
|
* OTR: Fix onContactStatusChanged & dont archive OTRBrianBlade2015-04-211-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 resourceiNPUTmice2015-04-091-0/+7
|
* Fix OTR-Error messagesBrianBlade2015-04-011-2/+2
| | | | | Send out OTR-Errors on unreadableMessageReceived() as well, not only on messageFromAnotherInstanceReceived
* respond to unreadable OTR messages with error message. fixed #1021iNPUTmice2015-03-211-0/+13
|
* # add delivery receipts for private muc msgsBrianBlade2015-03-181-0/+3
| | | | # enable update last-seen for muc-msgs
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-212-15/+8
|
* support for XEP-0092: Software VersioniNPUTmice2015-02-162-6/+29
|
* strip fractional seconds from timestamp before parsingiNPUTmice2015-02-101-1/+1
|
* made version codes ready for release candidate in beta channeliNPUTmice2015-01-291-1/+1
|
* fixed broken capsiNPUTmice2015-01-282-14/+17
|
* changed version code and version name to 1.0-beta2iNPUTmice2015-01-261-1/+1
|
* adapt caps on whether or not message confirmation is oniNPUTmice2015-01-262-7/+17
|
* fixed mam to work with muciNPUTmice2015-01-241-1/+3
|
* otr4j: update to 0.22Michael2015-01-201-1/+1
|
* added changelog for 1.0iNPUTmice2015-01-191-1/+1
|
* ensure that everyone is member before making a room privateDaniel Gultsch2015-01-091-3/+13
|
* kick after banDaniel Gultsch2015-01-081-0/+10
|
* basic affiliation changes in mucDaniel Gultsch2015-01-071-0/+11
|
* Make IqPacket type an enumSam Whited2015-01-041-8/+8
|
* version bump to 0.10Daniel Gultsch2015-01-031-1/+1
|
* added callback to change account password to notify UI on success / failureDaniel Gultsch2014-12-251-1/+1
|
* Add ability to change password on serverSam Whited2014-12-251-1/+11
| | | | Fixes #260
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-222-36/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #791 Squash of commits: 534f25d7dae3ce6852243e28fdd0a69ac01e9463 808fdf5147f27a912a60bee39aa4bf1ddd4f43b4 1eaf8a8330710ad35ba7c368e04f909af623ae4c 31585242c2359efdcd0eeddb9745077f54dbc9eb 2e69bd0bd0286ed1e98a42f4c3421ba4d8cf524b e904fb5015bf3a1904ab941a1957edf3b1e7abd2 eebbadf3b3816bbf8fcccb763e419fed252d266f 7c5b87724ce494e5a6e8026557ed50a8fd9f23e8 b0eaaf446937794fe19cbdb4f8309c3ff83d4e42 8c652f9e8bb3512958d9ad8c6f1326505f2d98c8 ad0ea1ad948ff6f8fde7b0b10f5163dc8852032f f5d49897e0dba691ef53a0eddb9ed34d129ad442 a08fa64c505bd895b7c626cfad182380373be20b de67079113e08394a276048c31f6b21baa300829 9069f342173ba30c2b20c67529c7ff497a6a257d 0169fa79d161ee898c4b6762e207087682a952d8 8585a5bd75a5d56927fed8317729bd15fffe4dcc 0053528a078369e0b65dcf71bda251072a1299c7 e901a9c3554bd7cca193e92919b463991eadfea7 c5c78257434813c69ab9b7558bcc8f7cbe858433 e905af348d46d77bc46b5f7211527684acc02fab 13a0f9a10c7892b0f90f5fabd2f2615701b0fd66 2cfba1e24b0139839e4453b92be7e20634d150cf 58e074fb5bb44b05a8104250fccd7c024c808c1a 0d6cf98fc8eab212d798ac79b336f9b70a14f06d e23620f56b85bcab9f3b5d9ce1c01524cd9674dc d72cd2fcc8d54176c3ff53411a69b9bb4642eff3 195143dff8836623a37094a6b8fa6aa01ef31580 5f5f3caf3a1e480a99d27ee5c34ba516419c52e4 1dee3d5861c9f9c710da4cbda3688d94c622ca93 23949b8aa32c78b27bab49bb3c4f3ff588925ce1 9bf97f8ae522796e0dacb7f6fe7a7f90f86a93a1
* fixed regressioniNPUTmice2014-12-131-3/+3
|
* reverse through mam history when loading larger chuncksiNPUTmice2014-12-131-2/+4
|
* various mam improvmentsiNPUTmice2014-12-131-1/+6
|
* very basic mam supportiNPUTmice2014-12-101-0/+18
|
* store last message received date in conversationiNPUTmice2014-12-101-0/+10
|
* version bump to 0.9.3iNPUTmice2014-12-071-1/+1
|
* version bump to 0.9.2iNPUTmice2014-12-031-1/+1
|
* bumped cap version as welliNPUTmice2014-12-011-1/+1
|
* brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice2014-11-201-2/+2
|