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