aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/MessageArchiveService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-20fixed muc mam. added a few security checksDaniel Gultsch1-2/+10
2015-01-24fixed mam to work with muciNPUTmice1-8/+13
2015-01-04Make IqPacket type an enumSam Whited1-1/+1
2015-01-03code cleanupDaniel Gultsch1-2/+7
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-1/+1
2014-12-20inject ui callback into running mam queryiNPUTmice1-1/+4
2014-12-17made scroling smoother + bug fixes for history loadingiNPUTmice1-3/+7
2014-12-17properly count mam messagesiNPUTmice1-2/+5
2014-12-15go through mam history page by page. load mam dynamically on scrolliNPUTmice1-13/+47
2014-12-14run mam queries only when onlineiNPUTmice1-4/+30
2014-12-13reverse through mam history when loading larger chuncksiNPUTmice1-11/+62
2014-12-13various mam improvmentsiNPUTmice1-31/+102
2014-12-10changed lastMessageReceived into lastMessageTransmitted to account for sent m...iNPUTmice1-2/+6
2014-12-10added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice1-10/+38
2014-12-10very basic mam supportiNPUTmice1-0/+137