aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/MessageParser.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't handle chat states in muc or from archiveDaniel Gultsch2016-06-191-1/+3
|
* synchronize message body changes for message correctionDaniel Gultsch2016-06-191-17/+19
|
* replace corrected messages in decryption queueDaniel Gultsch2016-06-191-0/+1
|
* delay notification until after pgp decryptionDaniel Gultsch2016-06-191-6/+8
|
* refactored pgp decryptionDaniel Gultsch2016-06-141-4/+2
|
* parse real jid from muc mam messages. (disabled)Daniel Gultsch2016-06-121-1/+15
| | | | | parsing this is dangerous if server doesn't filter properly thus it is disabled in config
* 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 reestablishedDaniel 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 ↵Daniel Gultsch2016-02-161-1/+1
| | | | options to settings
* 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
| | | | This reverts commit 58c6f9bfb283f5c54695b9662b5b4b08e5d4357f.
* 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
|
* use actual message timestamp instead of delay when updating last seen. fixes ↵Daniel Gultsch2015-12-311-3/+4
| | | | #1618
* let message parser not artifically fail on messages with no to attributeDaniel Gultsch2015-12-171-4/+4
|
* set bookmark name to room subject if no subject has been set beforeDaniel Gultsch2015-12-111-2/+10
|
* get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch2015-12-111-6/+1
|
* notify on mam catchup messagesDaniel Gultsch2015-12-101-5/+15
|
* properly clean up timed out mam queriesDaniel Gultsch2015-12-101-1/+1
|
* check for query object as condition to trigger deduplication instead of serverIdDaniel Gultsch2015-12-051-1/+1
|
* parse stanza-id from messagesDaniel Gultsch2015-12-041-3/+19
|
* parse vcard avatars from muc presencesDaniel Gultsch2015-12-031-1/+1
|
* combine multiple message receipts into single messageDaniel Gultsch2015-12-011-6/+7
|
* Merge pull request #1513 from fiaxh/pgp_background_decryptionDaniel Gultsch2015-10-301-1/+9
|\ | | | | PGP messages background decryption
| * Decrypt PGP messages in backgroundfiaxh2015-10-281-1/+9
| |
* | push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch2015-10-291-1/+1
|/
* update last seen in mucs. fixes #1508Daniel Gultsch2015-10-191-1/+5
|
* work with muc services that change the message idDaniel Gultsch2015-10-141-1/+1
|
* clear notification and activate grace period when receiving chat marker from ↵Daniel Gultsch2015-10-061-1/+5
| | | | another instance