aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/MessageParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed npe in new message parserMessageParserNextDaniel Gultsch2015-05-171-1/+3
* fixed muc mam. added a few security checksDaniel Gultsch2015-05-171-23/+25
* fixed read/unread markersDaniel Gultsch2015-05-171-10/+9
* added mam stuff to new message parserDaniel Gultsch2015-05-171-7/+26
* rewrote parser code. mam id and possible other stuff still missing. also mass...Daniel Gultsch2015-05-171-473/+192
* r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch2015-05-051-1/+1
* fixed direct invitesDaniel Gultsch2015-04-211-12/+28
* properly set chat states when receiving otr status messagesiNPUTmice2015-03-211-1/+1
* respond to unreadable OTR messages with error message. fixed #1021iNPUTmice2015-03-211-0/+2
* don't update presence for muc messagesiNPUTmice2015-03-191-5/+2
* # add delivery receipts for private muc msgsBrianBlade2015-03-181-7/+15
* fixed npe in message parseriNPUTmice2015-03-061-4/+4
* mark all sent messages up to a marker as displayedDaniel Gultsch2015-03-011-4/+9
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-0/+25
* muc tics for consistencyiNPUTmice2015-01-261-1/+1
* don't put ejabberds status code muc messages into an actual conversationiNPUTmice2015-01-261-0/+1
* otr: switch to the otr-state the partner alternate.Michael2015-01-251-0/+2
* MessageParser: fix the regex for otr query messages.Michael2015-01-241-1/+1
* fixed mam to work with muciNPUTmice2015-01-241-1/+1
* do not check image file size over http if accepted file size is 0Daniel Gultsch2015-01-111-3/+5
* more muc optionsDaniel Gultsch2015-01-071-7/+16
* fixed invitesDaniel Gultsch2015-01-071-37/+24
* deal with prosodys muc namespace tagging of messagesDaniel Gultsch2015-01-041-4/+5
* put Conversations into background mode earlierDaniel Gultsch2015-01-021-5/+3
* properly count mam messagesiNPUTmice2014-12-171-2/+8
* go through mam history page by page. load mam dynamically on scrolliNPUTmice2014-12-151-5/+2
* fixed crashing on unparsed jidsiNPUTmice2014-12-151-4/+4
* various mam improvmentsiNPUTmice2014-12-131-2/+4
* changed lastMessageReceived into lastMessageTransmitted to account for sent m...iNPUTmice2014-12-101-1/+1
* save server id from mam messages. check for dups before adding mamiNPUTmice2014-12-101-1/+8
* added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2014-12-101-2/+5
* very basic mam supportiNPUTmice2014-12-101-2/+64
* store last message received date in conversationiNPUTmice2014-12-101-1/+2
* removed unnecessary otr error responseiNPUTmice2014-12-101-4/+0
* fixed #651iNPUTmice2014-12-031-0/+8
* fixed potential npes in message parseriNPUTmice2014-12-031-2/+7
* use getAttributeAsJid methodiNPUTmice2014-11-271-6/+1
* fixed potential NPEsiNPUTmice2014-11-201-39/+43
* parse otr-fingerprint in qr codes and nfc. include otr fingerprint in shareab...iNPUTmice2014-11-161-4/+2
* Added check for empty from on group chat packetKevin Rauwolf2014-11-141-0/+3
* more refactoring for presence selection. removed getTo, getFrom and getJid fr...iNPUTmice2014-11-101-14/+19
* fixed private messagesiNPUTmice2014-11-091-2/+2
* s/getResourcepart().isEmpty()/isBareJid()/Sam Whited2014-11-091-1/+1
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-091-1/+1
* refactored code to always contain full jid for counterpartiNPUTmice2014-11-091-3/+3
* Update more files to use JID objectsSam Whited2014-11-091-44/+49
* check if socket was null before doing ssl connectiNPUTmice2014-11-081-1/+0
* fixed notifications for imagesiNPUTmice2014-11-051-15/+1
* clear avatar cache after nick name changeiNPUTmice2014-11-041-4/+8
* Merge branch 'gradle' into developmentSam Whited2014-10-301-2/+10