aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-31save otr fingerprint in messageDaniel Gultsch1-4/+7
2016-03-07Fixes FS#151 - Missing button on image-linkslookshe1-2/+1
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-1/+5
2016-03-02Fixes FS#147: Disable OMEMOsteckbrief2-10/+8
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch2-4/+18
2016-02-28Fixes FS#48 and FS#136lookshe1-1/+2
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch1-4/+3
2016-02-23update notification after message correctionDaniel Gultsch1-0/+1
2016-02-23Removed stupid message correctionsteckbrief1-35/+0
2016-02-23Removed unnecessary dependencies to XmppConnectionService and added allowMess...steckbrief1-1/+1
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch1-9/+13
2016-02-20change uuid when replacing messagesDaniel Gultsch1-1/+4
2016-02-19decrypt pgp message correctionsDaniel Gultsch1-8/+9
2016-02-19never parse show in presences as offlineDaniel Gultsch1-1/+1
2016-02-17only offer message correction for the very last messageDaniel Gultsch1-1/+5
2016-02-16log reason why otr message won't be parsedDaniel Gultsch1-1/+2
2016-02-16added setting to opt-out of message correction. renamed preferences and optio...Daniel Gultsch1-1/+1
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-14/+47
2016-02-13Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief1-1/+1
2016-02-12Imports organizedsteckbrief4-7/+2
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-5/+7
2016-02-11catch all axolotl parse exception at once. fixes #1692Daniel Gultsch1-5/+4
2016-02-04prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch1-1/+5
2016-02-04removed unecessary logging when muc tiles updateDaniel Gultsch1-1/+0
2016-02-03count all messages in a queryDaniel Gultsch1-4/+2
2016-02-03Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch1-2/+4
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch1-26/+7
2016-02-02get rid of broken totalMessageCount for mam queriesDaniel Gultsch1-4/+2
2016-02-02catch a few NPE when parsing invalid pep nodesDaniel Gultsch1-3/+3
2016-02-01refactored user handling in conferences. show try again button when conferenc...Daniel Gultsch1-1/+8
2016-01-31fixed false set of subject in conference with empty body tagDaniel Gultsch1-1/+1
2016-01-24Do disco for caps hashes we have never seenStephen Paul Weber1-2/+23
2016-01-24Fetch cached caps result on new presenceStephen Paul Weber1-2/+10
2016-01-24Use a Presence class for presence informationStephen Paul Weber1-1/+2
2015-12-31use actual message timestamp instead of delay when updating last seen. fixes ...Daniel Gultsch2-7/+8
2015-12-17let message parser not artifically fail on messages with no to attributeDaniel Gultsch1-4/+4
2015-12-12more detailed loggingDaniel Gultsch1-2/+1
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-09always show conversations with pending subscription requestsDaniel Gultsch1-3/+5
2015-12-09when no avatar found show avatar of contact and not the muc user in conferencesDaniel Gultsch1-1/+4
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-04properly clear muc user avatar cachesDaniel Gultsch1-2/+4
2015-12-04use proposed nick as default nick in mucoptionsDaniel Gultsch1-4/+0
2015-12-03parse vcard avatars from muc presencesDaniel Gultsch2-7/+112
2015-12-02Show status message when contact requests presenceSam Whited1-2/+14
2015-12-01combine multiple message receipts into single messageDaniel Gultsch1-6/+7