aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe4-1431/+0
2016-07-27add trillian to html otr parsing fixes #1963Daniel Gultsch1-1/+1
2016-07-13respond to XEP-0202: Entity TimeDaniel Gultsch1-2/+14
2016-06-30don't crash on broken base64 in omemo messages. fixes #1934Daniel Gultsch1-5/+11
2016-06-28parse §5.1.2 full jids from muc archives for OMEMO messagesDaniel Gultsch1-4/+12
2016-06-22refactor code that reads real jid from mucDaniel Gultsch1-15/+15
2016-06-22respond to block list pushDaniel Gultsch1-0/+6
2016-06-19don't handle chat states in muc or from archiveDaniel Gultsch1-1/+3
2016-06-19synchronize message body changes for message correctionDaniel Gultsch1-17/+19
2016-06-19replace corrected messages in decryption queueDaniel Gultsch1-0/+1
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-6/+8
2016-06-14refactored pgp decryptionDaniel Gultsch1-4/+2
2016-06-12parse real jid from muc mam messages. (disabled)Daniel Gultsch1-1/+15
parsing this is dangerous if server doesn't filter properly thus it is disabled in config
2016-06-05log all background stanzas when background logging is enabledDaniel Gultsch2-8/+0
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch3-23/+41
2016-06-02make grace period configurableDaniel Gultsch1-2/+12
2016-06-01log background msgs not foreground msgsDaniel Gultsch1-1/+1
2016-06-01only log inner stanza but display isCarbonDaniel Gultsch1-1/+1
2016-05-31optimize importsChristian Schneppe2-2/+0
2016-05-27don't push default muc conf twiceDaniel Gultsch1-1/+1
2016-05-26make newly created conferences private by defaultDaniel Gultsch1-0/+10
2016-05-25don't respond to otr messages in muc pmsDaniel Gultsch1-4/+5
2016-05-21update ui after affiliation changesDaniel Gultsch1-0/+3
2016-05-19resetting fetch status error when mutual subscription is reestablishedDaniel Gultsch2-1/+18
2016-05-17improved ordering of muc participantsDaniel Gultsch1-1/+1
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch3-5/+36
2016-05-16change affiliation for in memory users that are currently not joined in a ↵Daniel Gultsch1-1/+3
conference
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch2-11/+4
2016-05-15escape HTML in OTR messages if other client is PidginDaniel Gultsch1-3/+40
2016-05-15log incoming iq requestsDaniel Gultsch1-0/+5
2016-05-14revert changes to disable last-seen in UIChristian Schneppe3-4/+12
2016-05-13do not process self presenceDaniel Gultsch1-2/+2
we don't want our own resource show up in the self contact
2016-05-13do not show last-seen metric in UIDaniel Gultsch3-12/+4
2016-05-13do not process self presenceDaniel Gultsch1-2/+2
we don't want our own resource show up in the self contact
2016-05-10do not show last-seen metric in UIDaniel Gultsch3-12/+4
2016-04-28don't request disco from selfDaniel Gultsch1-1/+1
2016-04-22expert setting to manually change presenceDaniel Gultsch1-1/+2
2016-03-31save otr fingerprint in messageDaniel Gultsch1-4/+7
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-1/+5
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch2-4/+18
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-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 ↵Daniel Gultsch1-1/+1
options to settings
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-14/+47