aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser/MessageParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-17small fixesChristian Schneppe1-0/+1
2020-01-24omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadChristian Schneppe1-0/+3
2019-12-08only show message deleted if LMC is activatedChristian Schneppe1-0/+5
2019-11-03mark silent notifications as local onlyChristian Schneppe1-0/+3
2019-10-26trigger omemo self healing for live msgs on server w/o MAMChristian Schneppe1-4/+3
2019-10-26update ui after bookmark changeChristian Schneppe1-0/+3
2019-10-26bookmarks2. introduce #compat namespaceChristian Schneppe1-3/+3
2019-10-26leave/join on bookmark modifactionsChristian Schneppe1-3/+2
2019-10-26support for purge and deleteChristian Schneppe1-4/+15
2019-10-26Bookmarks2: support retractionChristian Schneppe1-6/+22
2019-10-26WIP Bookmarks 2 supportChristian Schneppe1-1/+6
2019-09-24fix crash OTR crashChristian Schneppe1-1/+1
2019-09-23do not parse invites from type=groupchatChristian Schneppe1-24/+31
2019-09-20improved logging for messages waiting for joinChristian Schneppe1-2/+1
2019-09-19do not finish or repair sessions for untrusted sendersChristian Schneppe1-2/+7
2019-09-13keep track of previously edited idsChristian Schneppe1-1/+1
2019-09-12when parsing omemo messages ensure we only find one elementChristian Schneppe1-1/+1
2019-09-12show language in message bubble if multiple language variants were receivedChristian Schneppe1-14/+24
2019-07-17muc message corrections only compare bare jid true counterpartChristian Schneppe1-1/+2
2019-07-17handle blocking and unblocking of full jidsChristian Schneppe1-2/+3
2019-07-17use helper method to close socketChristian Schneppe1-1/+1
2019-07-01include remote server errors in errors that should trigger a self pingChristian Schneppe1-3/+3
2019-06-20ping muc after receiving not-acceptable errorChristian Schneppe1-0/+12
2019-06-18self ping (xep-0410) after receiving invite to mucChristian Schneppe1-2/+5
2019-05-18performance improvementsChristian Schneppe1-2/+4
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe1-3/+3
2019-03-31do sent/received correct based on true counterpart introduced in fec6d7a90c44...Christian Schneppe1-1/+1
2019-03-06double check that muc message is ours if true jid is knownChristian Schneppe1-2/+7
2019-01-25resend presence to muc avatar updateChristian Schneppe1-0/+1
2019-01-25synchronize around notification update from corrected messagesChristian Schneppe1-1/+1
2018-12-15synchronize join/leaves with bookmarksChristian Schneppe1-1/+1
2018-12-14bring back previews unread messages as read in groupsChristian Schneppe1-0/+15
2018-12-14do not process PEP bookmarks if conversion feature n/aChristian Schneppe1-3/+5
2018-12-04implement self healing omemoChristian Schneppe1-4/+16
2018-11-23added interface to edit nickChristian Schneppe1-22/+37
2018-10-04refresh ui after device list update only if list has changedChristian Schneppe1-1/+0
2018-08-26store bookmarks in pep if conversion xep is runningChristian Schneppe1-0/+7
2018-08-03also mark previews unread messages as readChristian Schneppe1-1/+11
2018-07-09support mam:1Christian Schneppe1-4/+3
2018-07-09persist muc avatar and show in bookmarksChristian Schneppe1-4/+6
2018-07-09save name instead of subject in bookmarkChristian Schneppe1-7/+0
2018-05-26add support for S3 file transfersChristian Schneppe1-1/+11
2018-05-17do not use end in catchup mam queriesChristian Schneppe1-1/+2
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe1-3/+3
2018-05-02check if jid was valid before parsing muc status or event msgsChristian Schneppe1-4/+4
2018-05-02do not crash when inner message contains invalid jidChristian Schneppe1-2/+2
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe1-8/+17
2018-04-30very much unoptimized search functionalityChristian Schneppe1-1/+2
2018-04-29fixed updating of server message id after dedupChristian Schneppe1-2/+6
2018-04-24fixed condition to accept lmc if user reference existsChristian Schneppe1-2/+2