aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/MessageParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* configurable local message retention period. (untested)Daniel Gultsch2017-01-231-3/+7
* cleaning up crypto targets when conference member is getting removedDaniel Gultsch2017-01-221-0/+9
* automatically bookmark private, non-anonymous mucs where inviter is trusted. ...Daniel Gultsch2017-01-091-8/+14
* use original message to parse pepDaniel Gultsch2016-12-231-3/+4
* don't correct a message if that would create a duplicateDaniel Gultsch2016-12-091-1/+2
* extract affiliations from unavailable presenceDaniel Gultsch2016-11-131-1/+1
* extracting stanza-id where by=accountDaniel Gultsch2016-10-311-2/+14
* add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-261-10/+6
* fetch new conference configuration on every conf updateDaniel Gultsch2016-10-081-19/+20
* respond to chat marker request only when mutual presence subscription existsDaniel Gultsch2016-10-071-1/+5
* parse smacks delay from messagesDaniel Gultsch2016-10-061-1/+1
* don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-271-1/+1
* add trillian to html otr parsing fixes #1963Daniel Gultsch2016-07-271-1/+1
* don't crash on broken base64 in omemo messages. fixes #1934Daniel Gultsch2016-06-291-5/+11
* parse ยง5.1.2 full jids from muc archives for OMEMO messagesDaniel Gultsch2016-06-281-4/+12
* refactor code that reads real jid from mucDaniel Gultsch2016-06-221-15/+15
* don't handle chat states in muc or from archiveDaniel Gultsch2016-06-161-1/+3
* synchronize message body changes for message correctionDaniel Gultsch2016-06-161-17/+19
* replace corrected messages in decryption queueDaniel Gultsch2016-06-151-0/+1
* delay notification until after pgp decryptionDaniel Gultsch2016-06-151-6/+8
* refactored pgp decryptionDaniel Gultsch2016-06-131-4/+2
* parse real jid from muc mam messages. (disabled)Daniel Gultsch2016-06-121-1/+15
* log all background stanzas when background logging is enabledDaniel Gultsch2016-06-051-3/+0
* opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-041-4/+4
* make grace period configurableDaniel Gultsch2016-06-021-2/+12
* log background msgs not foreground msgsDaniel Gultsch2016-06-011-1/+1
* only log inner stanza but display isCarbonDaniel Gultsch2016-06-011-1/+1
* don't respond to otr messages in muc pmsDaniel Gultsch2016-05-251-4/+5
* update ui after affiliation changesDaniel Gultsch2016-05-211-0/+3
* resetting fetch status error when mutual subscription is reestablishedshow_members_in_conferenceDaniel Gultsch2016-05-191-0/+8
* refactored muc item parsing to also parse muc status messagesDaniel Gultsch2016-05-171-3/+13
* keep conference members in memory and show them in conference detailsDaniel Gultsch2016-05-161-2/+2
* escape HTML in OTR messages if other client is PidginDaniel Gultsch2016-05-151-3/+40
* do not show last-seen metric in UIDaniel Gultsch2016-05-101-5/+2
* save otr fingerprint in messageDaniel Gultsch2016-03-311-4/+7
* mark oob messages and always display download buttonDaniel Gultsch2016-03-041-1/+5
* refactored omemo to take multiple recipientsDaniel Gultsch2016-02-291-2/+12
* made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2016-02-241-4/+3
* update notification after message correctionDaniel Gultsch2016-02-231-0/+1
* change uuid when replacing messagesDaniel Gultsch2016-02-201-1/+4
* decrypt pgp message correctionsDaniel Gultsch2016-02-191-8/+9
* only offer message correction for the very last messageDaniel Gultsch2016-02-171-1/+5
* log reason why otr message won't be parsedDaniel Gultsch2016-02-161-1/+2
* added setting to opt-out of message correction. renamed preferences and optio...Daniel Gultsch2016-02-161-1/+1
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-151-14/+47
* prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch2016-02-041-1/+5
* count all messages in a queryDaniel Gultsch2016-02-031-4/+2
* Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch2016-02-031-2/+4
* get rid of broken totalMessageCount for mam queriesDaniel Gultsch2016-02-021-4/+2
* fixed false set of subject in conference with empty body tagDaniel Gultsch2016-01-311-1/+1