aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * properly clear muc user avatar cachesDaniel Gultsch2015-12-041-2/+4
| * use proposed nick as default nick in mucoptionsDaniel Gultsch2015-12-041-4/+0
| * parse vcard avatars from muc presencesDaniel Gultsch2015-12-032-7/+112
| * Show status message when contact requests presenceSam Whited2015-12-021-2/+14
| * 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
| |\
| | * 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
| * introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch2015-10-161-0/+29
| * 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
| * catch invalid base64 on omemo key decodingDaniel Gultsch2015-08-301-3/+8
| * Revert "improved compatibility with muc components that change the message id"Daniel Gultsch2015-08-261-3/+2
| * catch invalid base64 in axolotl key parsingDaniel Gultsch2015-08-241-1/+1
| * introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch2015-08-231-1/+1
| * modified clearIqCallbacks into 2-step processDaniel Gultsch2015-08-231-6/+6
| * Merge branch 'development'Daniel Gultsch2015-08-153-16/+221
| |\
| | * Provide process function for key transport messageAndreas Straub2015-07-311-1/+1
| | * Refactor axolotl message processing workflowAndreas Straub2015-07-311-2/+2
| | * Change to new wire protocol versionAndreas Straub2015-07-311-1/+1
| | * improved 'next encryption' selectionDaniel Gultsch2015-07-311-2/+0
| | * Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-1/+4
| | * log reason for message failureDaniel Gultsch2015-07-281-0/+7
| | * use type=chat more often to go along with new, simple carbon and mam rulesDaniel Gultsch2015-07-221-6/+10
| | * fixed npe in error message handlingDaniel Gultsch2015-07-211-1/+1
| | * end otr session when receiving failed otr message warningsDaniel Gultsch2015-07-211-1/+7
| | * bugfix: changed condition of onOtrSessionEstablished being calledDaniel Gultsch2015-07-211-6/+6
| | * Optimize importsAndreas Straub2015-07-202-2/+0
| | * Overhauled Message taggingAndreas Straub2015-07-191-1/+2
| | * Clean up loggingAndreas Straub2015-07-192-8/+9
| | * Fix devicelist update handlingAndreas Straub2015-07-191-0/+1
| | * Return empty set on invalid PEP devicelistAndreas Straub2015-07-191-18/+18
| | * Properly track message senderAndreas Straub2015-07-191-4/+4
| | * Fetch bundles on-demand, encrypt in backgroundAndreas Straub2015-07-191-8/+4
| | * Migrate to new PEP layoutAndreas Straub2015-07-191-7/+13
| | * Reformat code to use tabsAndreas Straub2015-07-192-66/+66
| | * Added PEP and message protocol layersAndreas Straub2015-07-192-7/+197
| * | fixed npe in error message handlingDaniel Gultsch2015-07-211-1/+1
| * | end otr session when receiving failed otr message warningsDaniel Gultsch2015-07-211-1/+7
| * | bugfix: changed condition of onOtrSessionEstablished being calledDaniel Gultsch2015-07-211-6/+6
| |/
| * renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-101-1/+1
| * moved null check for to and from in message parserDaniel Gultsch2015-07-021-5/+6
| * changed mime type handlingDaniel Gultsch2015-07-011-1/+1
| * refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch2015-06-301-1/+1
| * don't parse body from muc status messagesDaniel Gultsch2015-06-281-6/+7
| * fixed parsing of muc status messages in new message parserDaniel Gultsch2015-06-281-6/+18
| * send_received muc messages will mark a conversation a readDaniel Gultsch2015-06-041-1/+1
| * avoid unnessary muc mam queries when message count is 0 after subjectDaniel Gultsch2015-06-021-1/+1
| * fixed more edge cases in muc message parserDaniel Gultsch2015-06-021-3/+3