aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/MessageParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
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-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/rebasetrz/1.5.2.1lookshe1-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
2015-07-21fixed npe in error message handlingDaniel Gultsch1-1/+1
2015-07-21end otr session when receiving failed otr message warningsDaniel Gultsch1-1/+7
2015-07-21bugfix: changed condition of onOtrSessionEstablished being calledDaniel Gultsch1-6/+6
2015-07-21end otr session when receiving failed otr message warningsDaniel Gultsch1-1/+7
2015-07-21bugfix: changed condition of onOtrSessionEstablished being calledDaniel Gultsch1-6/+6
2015-07-20Optimize importsAndreas Straub1-1/+0
2015-07-19Overhauled Message taggingAndreas Straub1-1/+2
2015-07-19Clean up loggingAndreas Straub1-1/+1
2015-07-19Fix devicelist update handlingAndreas Straub1-0/+1
2015-07-19Properly track message senderAndreas Straub1-4/+4
2015-07-19Fetch bundles on-demand, encrypt in backgroundAndreas Straub1-8/+4
2015-07-19Reformat code to use tabsAndreas Straub1-28/+28
2015-07-19Added PEP and message protocol layersAndreas Straub1-6/+40
2015-07-10renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch1-1/+1
2015-07-03moved null check for to and from in message parserDaniel Gultsch1-5/+6
2015-07-02moved null check for to and from in message parserDaniel Gultsch1-5/+6
2015-07-01changed mime type handlingDaniel Gultsch1-1/+1
2015-06-30refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch1-1/+1
2015-06-28don't parse body from muc status messagesDaniel Gultsch1-6/+7
2015-06-28fixed parsing of muc status messages in new message parserDaniel Gultsch1-6/+18
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-653/+0
2015-06-04send_received muc messages will mark a conversation a readDaniel Gultsch1-1/+1