aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/MessageParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-23configurable local message retention period. (untested)Daniel Gultsch1-3/+7
2017-01-22cleaning up crypto targets when conference member is getting removedDaniel Gultsch1-0/+9
2017-01-09automatically bookmark private, non-anonymous mucs where inviter is trusted. ...Daniel Gultsch1-8/+14
2016-12-23use original message to parse pepDaniel Gultsch1-3/+4
2016-12-09don't correct a message if that would create a duplicateDaniel Gultsch1-1/+2
2016-11-13extract affiliations from unavailable presenceDaniel Gultsch1-1/+1
2016-10-31extracting stanza-id where by=accountDaniel Gultsch1-2/+14
2016-10-26add error message to failed messages. accessible via context menuDaniel Gultsch1-10/+6
2016-10-08fetch new conference configuration on every conf updateDaniel Gultsch1-19/+20
2016-10-07respond to chat marker request only when mutual presence subscription existsDaniel Gultsch1-1/+5
2016-10-06parse smacks delay from messagesDaniel Gultsch1-1/+1
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch1-1/+1
2016-07-27add trillian to html otr parsing fixes #1963Daniel Gultsch1-1/+1
2016-06-29don't crash on broken base64 in omemo messages. fixes #1934Daniel Gultsch1-5/+11
2016-06-28parse ยง5.1.2 full jids from muc archives for OMEMO messagesDaniel Gultsch1-4/+12
2016-06-22refactor code that reads real jid from mucDaniel Gultsch1-15/+15
2016-06-16don't handle chat states in muc or from archiveDaniel Gultsch1-1/+3
2016-06-16synchronize message body changes for message correctionDaniel Gultsch1-17/+19
2016-06-15replace corrected messages in decryption queueDaniel Gultsch1-0/+1
2016-06-15delay notification until after pgp decryptionDaniel Gultsch1-6/+8
2016-06-13refactored pgp decryptionDaniel Gultsch1-4/+2
2016-06-12parse real jid from muc mam messages. (disabled)Daniel Gultsch1-1/+15
2016-06-05log all background stanzas when background logging is enabledDaniel Gultsch1-3/+0
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-4/+4
2016-06-02make grace period configurableDaniel Gultsch1-2/+12
2016-06-01log background msgs not foreground msgsDaniel Gultsch1-1/+1
2016-06-01only log inner stanza but display isCarbonDaniel Gultsch1-1/+1
2016-05-25don't respond to otr messages in muc pmsDaniel Gultsch1-4/+5
2016-05-21update ui after affiliation changesDaniel Gultsch1-0/+3
2016-05-19resetting fetch status error when mutual subscription is reestablishedshow_members_in_conferenceDaniel Gultsch1-0/+8
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch1-3/+13
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-2/+2
2016-05-15escape HTML in OTR messages if other client is PidginDaniel Gultsch1-3/+40
2016-05-10do not show last-seen metric in UIDaniel Gultsch1-5/+2
2016-03-31save otr fingerprint in messageDaniel Gultsch1-4/+7
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-1/+5
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch1-2/+12
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-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-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