aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/MessageArchiveService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix flagging no more messages on server for conversationsteckbrief2016-02-131-16/+18
* Imports organizedsteckbrief2016-02-121-2/+0
* Fixed NPE while loading messages via MAMsteckbrief2016-02-121-1/+1
* Merge tag '1.9.3' into trz/merge_1.9.3lookshe2016-02-111-25/+52
|\
| * notfiy after mam catchup only if message count > 0Daniel Gultsch2015-12-111-1/+1
| * get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch2015-12-111-21/+8
| * notify on mam catchup messagesDaniel Gultsch2015-12-101-0/+3
| * properly clean up timed out mam queriesDaniel Gultsch2015-12-101-2/+17
| * Use MAM for MUC initial history retrievalsaqura2015-10-061-0/+12
| * fixed bug that prevented newly opened conversations to load the entire histor...Daniel Gultsch2015-08-301-1/+9
| * introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch2015-08-231-1/+1
| * fixed muc mam. added a few security checksDaniel Gultsch2015-05-201-2/+10
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-101-2/+2
|\ \
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-061-1/+1
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-021-4/+4
|\| |
| * | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-371/+0
| |/
* / Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe2015-08-111-2/+10
|/
* fixed mam to work with muciNPUTmice2015-01-241-8/+13
* Make IqPacket type an enumSam Whited2015-01-041-1/+1
* code cleanupDaniel Gultsch2015-01-031-2/+7
* Add support for XEP-0191 (Blocking command)Sam Whited2014-12-221-1/+1
* inject ui callback into running mam queryiNPUTmice2014-12-201-1/+4
* made scroling smoother + bug fixes for history loadingiNPUTmice2014-12-171-3/+7
* properly count mam messagesiNPUTmice2014-12-171-2/+5
* go through mam history page by page. load mam dynamically on scrolliNPUTmice2014-12-151-13/+47
* run mam queries only when onlineiNPUTmice2014-12-141-4/+30
* reverse through mam history when loading larger chuncksiNPUTmice2014-12-131-11/+62
* various mam improvmentsiNPUTmice2014-12-131-31/+102
* changed lastMessageReceived into lastMessageTransmitted to account for sent m...iNPUTmice2014-12-101-2/+6
* added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice2014-12-101-10/+38
* very basic mam supportiNPUTmice2014-12-101-0/+137