aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/MessageParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-04Fixed errors with notificationssteckbrief1-3/+6
2017-01-04Added columns to fileparams table: url, original file name, key and ivsteckbrief1-7/+6
2016-03-31save otr fingerprint in messageDaniel Gultsch1-4/+7
2016-03-07Fixes FS#151 - Missing button on image-linkslookshe1-2/+1
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-1/+5
2016-03-02Fixes FS#147: Disable OMEMOsteckbrief1-7/+5
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-2/+12
2016-02-28Fixes FS#48 and FS#136lookshe1-1/+2
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch1-4/+3
2016-02-23update notification after message correctionDaniel Gultsch1-0/+1
2016-02-23Removed stupid message correctionsteckbrief1-35/+0
2016-02-23Removed unnecessary dependencies to XmppConnectionService and added allowMess...steckbrief1-1/+1
2016-02-20change uuid when replacing messagesDaniel Gultsch1-1/+4
2016-02-19decrypt pgp message correctionsDaniel Gultsch1-8/+9
2016-02-17only offer message correction for the very last messageDaniel Gultsch1-1/+5
2016-02-16log reason why otr message won't be parsedDaniel Gultsch1-1/+2
2016-02-16added setting to opt-out of message correction. renamed preferences and optio...Daniel Gultsch1-1/+1
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-14/+47
2016-02-13Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief1-1/+1
2016-02-12Imports organizedsteckbrief1-2/+2
2016-02-04prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch1-1/+5
2016-02-03count all messages in a queryDaniel Gultsch1-4/+2
2016-02-03Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch1-2/+4
2016-02-02get rid of broken totalMessageCount for mam queriesDaniel Gultsch1-4/+2
2016-01-31fixed false set of subject in conference with empty body tagDaniel Gultsch1-1/+1
2015-12-31use actual message timestamp instead of delay when updating last seen. fixes ...Daniel Gultsch1-3/+4
2015-12-17let message parser not artifically fail on messages with no to attributeDaniel Gultsch1-4/+4
2015-12-11set bookmark name to room subject if no subject has been set beforeDaniel Gultsch1-2/+10
2015-12-11get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-6/+1
2015-12-10notify on mam catchup messagesDaniel Gultsch1-5/+15
2015-12-10properly clean up timed out mam queriesDaniel Gultsch1-1/+1
2015-12-05check for query object as condition to trigger deduplication instead of serverIdDaniel Gultsch1-1/+1
2015-12-04parse stanza-id from messagesDaniel Gultsch1-3/+19
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch1-1/+1
2015-12-01combine multiple message receipts into single messageDaniel Gultsch1-6/+7
2015-10-29push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch1-1/+1
2015-10-28Decrypt PGP messages in backgroundfiaxh1-1/+9
2015-10-19update last seen in mucs. fixes #1508Daniel Gultsch1-1/+5
2015-10-14work with muc services that change the message idDaniel Gultsch1-1/+1
2015-10-06clear notification and activate grace period when receiving chat marker from ...Daniel Gultsch1-1/+5
2015-08-26Revert "improved compatibility with muc components that change the message id"Daniel Gultsch1-3/+2
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-509/+293
2015-07-31Provide process function for key transport messageAndreas Straub1-1/+1
2015-07-31Refactor axolotl message processing workflowAndreas Straub1-2/+2
2015-07-31Change to new wire protocol versionAndreas Straub1-1/+1
2015-07-31improved 'next encryption' selectionDaniel Gultsch1-2/+0
2015-07-29Tag carbon messages in parser, adapt session logicAndreas Straub1-1/+4
2015-07-28log reason for message failureDaniel Gultsch1-0/+7
2015-07-22use type=chat more often to go along with new, simple carbon and mam rulesDaniel Gultsch1-6/+10
2015-07-21fixed npe in error message handlingDaniel Gultsch1-1/+1