aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-02Show status message when contact requests presenceSam Whited1-2/+14
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-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-0/+29
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-30catch invalid base64 on omemo key decodingDaniel Gultsch1-3/+8
2015-08-26Revert "improved compatibility with muc components that change the message id"Daniel Gultsch1-3/+2
2015-08-24catch invalid base64 in axolotl key parsingDaniel Gultsch1-1/+1
2015-08-23introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch1-1/+1
2015-08-23modified clearIqCallbacks into 2-step processDaniel Gultsch1-6/+6
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe3-566/+339
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 Straub2-2/+0
2015-07-19Overhauled Message taggingAndreas Straub1-1/+2
2015-07-19Clean up loggingAndreas Straub2-8/+9
2015-07-19Fix devicelist update handlingAndreas Straub1-0/+1
2015-07-19Return empty set on invalid PEP devicelistAndreas Straub1-18/+18
2015-07-19Properly track message senderAndreas Straub1-4/+4
2015-07-19Fetch bundles on-demand, encrypt in backgroundAndreas Straub1-8/+4
2015-07-19Migrate to new PEP layoutAndreas Straub1-7/+13
2015-07-19Reformat code to use tabsAndreas Straub2-66/+66
2015-07-19Added PEP and message protocol layersAndreas Straub2-7/+197
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.conversationsplussteckbrief4-1038/+0
2015-06-04send_received muc messages will mark a conversation a readDaniel Gultsch1-1/+1
2015-06-02avoid unnessary muc mam queries when message count is 0 after subjectDaniel Gultsch1-1/+1
2015-06-02fixed more edge cases in muc message parserDaniel Gultsch1-3/+3
2015-06-02improved compatibility with muc components that change the message idDaniel Gultsch1-2/+3
2015-05-27parse nick and avatar only from available presences to avoid potential error ...Daniel Gultsch1-47/+26