aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-18# add delivery receipts for private muc msgsBrianBlade2-7/+20
2015-03-06fixed npe in message parseriNPUTmice1-4/+4
2015-03-01mark all sent messages up to a marker as displayedDaniel Gultsch1-4/+9
2015-02-22look at 5 muc users instead of 4 for tile cache clearingiNPUTmice1-2/+2
2015-02-21clear muc tiles cache only when necessaryiNPUTmice1-1/+7
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-0/+25
2015-02-16support for XEP-0092: Software VersioniNPUTmice1-3/+5
2015-02-10strip fractional seconds from timestamp before parsingiNPUTmice1-5/+3
2015-02-09made delay timestamp parser accept nano secondsiNPUTmice1-1/+1
2015-01-26muc tics for consistencyiNPUTmice1-1/+1
2015-01-26don't put ejabberds status code muc messages into an actual conversationiNPUTmice1-0/+1
2015-01-25otr: switch to the otr-state the partner alternate.Michael1-0/+2
2015-01-24MessageParser: fix the regex for otr query messages.Michael1-1/+1
2015-01-24fixed mam to work with muciNPUTmice1-1/+1
2015-01-11do not check image file size over http if accepted file size is 0Daniel Gultsch1-3/+5
2015-01-07more muc optionsDaniel Gultsch1-7/+16
2015-01-07fixed invitesDaniel Gultsch1-37/+24
2015-01-05avoid requesting blocklist after stream resumptionDaniel Gultsch1-0/+1
2015-01-04Verify IQ responsesSam Whited1-10/+3
2015-01-04Make IqPacket type an enumSam Whited1-7/+7
2015-01-04deal with prosodys muc namespace tagging of messagesDaniel Gultsch1-4/+5
2015-01-03update last presence only for messagesDaniel Gultsch2-6/+2
2015-01-02put Conversations into background mode earlierDaniel Gultsch1-5/+3
2014-12-30improved fromServer filterDaniel Gultsch1-1/+4
2014-12-30fixed #818Daniel Gultsch1-1/+1
2014-12-29Fix typo in method nameSam Whited1-2/+2
2014-12-23made method private that is no longer required to be publiciNPUTmice1-1/+1
2014-12-22Simplify roster handling codeSam Whited1-84/+69
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited2-24/+91
2014-12-20get rid of special self presence object and incorporate that into rosteriNPUTmice1-56/+44
2014-12-19fixed #755iNPUTmice1-1/+1
2014-12-17properly count mam messagesiNPUTmice1-2/+8
2014-12-15go through mam history page by page. load mam dynamically on scrolliNPUTmice1-5/+2
2014-12-15fixed crashing on unparsed jidsiNPUTmice1-4/+4
2014-12-15migrated more jid parsing to use getAttributeAsJid. added error loggingiNPUTmice1-6/+1
2014-12-13various mam improvmentsiNPUTmice1-2/+4
2014-12-10changed lastMessageReceived into lastMessageTransmitted to account for sent m...iNPUTmice1-1/+1
2014-12-10save server id from mam messages. check for dups before adding mamiNPUTmice1-1/+8
2014-12-10added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice1-2/+5
2014-12-10very basic mam supportiNPUTmice1-2/+64
2014-12-10store last message received date in conversationiNPUTmice2-34/+25
2014-12-10removed unnecessary otr error responseiNPUTmice1-4/+0
2014-12-03fixed #651iNPUTmice1-0/+8
2014-12-03fixed potential npes in message parseriNPUTmice1-2/+7
2014-12-01fixed npe if roster jid couldnt be parsediNPUTmice1-8/+5
2014-11-27use getAttributeAsJid methodiNPUTmice1-6/+1
2014-11-23add an listener for the muc roster update.Michael1-0/+2
2014-11-21update action bar with conversations updates as welliNPUTmice1-25/+10
2014-11-20changed listener timing and cache clearing after muc presencesiNPUTmice1-6/+9
2014-11-20fixed potential NPEsiNPUTmice1-39/+43