aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/parser/MessageParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * fixed more edge cases in muc message parserDaniel Gultsch2015-06-021-3/+3
| * improved compatibility with muc components that change the message idDaniel Gultsch2015-06-021-2/+3
| * deduplicate private muc messagesDaniel Gultsch2015-05-261-1/+3
| * proper error parsing. some clean upDaniel Gultsch2015-05-201-41/+49
| * fixed npe in new message parserDaniel Gultsch2015-05-201-1/+3
| * fixed muc mam. added a few security checksDaniel Gultsch2015-05-201-23/+25
| * fixed read/unread markersDaniel Gultsch2015-05-201-10/+9
| * added mam stuff to new message parserDaniel Gultsch2015-05-201-7/+26
| * rewrote parser code. mam id and possible other stuff still missing. also mass...Daniel Gultsch2015-05-201-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
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-02-091-1/+1
|\ \
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-01-131-4/+5
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-101-1/+1
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-021-4/+4
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-061-2/+3
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-10-231-1/+6
|\| |
* | | Merge trz/rename into trz/rebasesteckbrief2015-10-221-3/+3
|\| |
| * | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-653/+0
* | | Merge tag '1.5.2' into trz/rebaselookshe2015-08-111-509/+293
|/ /
* | changed received and read confirmation setting to one list and put it to sett...lookshe2015-04-141-1/+1
* | implementation for downloading only when enabled wlanlookshe2015-04-121-1/+5
* | added settings for accepting and downloading fileslookshe2015-04-121-1/+2
|/
* 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