aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/services/MessageArchiveService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-10-201-1/+3
|\
* \ Merge tag '1.11.7' into trz/merge_1.11.7lookshe2016-04-171-8/+8
|\ \
| * | use startdate as lower bound when querying archive with after=xDaniel Gultsch2016-04-091-13/+3
| * | use last received message id when querying archiveDaniel Gultsch2016-04-091-7/+17
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-03-101-16/+23
|\ \ \ | | |/ | |/|
* | | Merge tag '1.10.1' into trz/merge_1.10.1steckbrief2016-02-281-1/+0
|\ \ \ | | |/ | |/|
| * | turned muc errors into enum. added error codes for service shutdownDaniel Gultsch2016-02-221-1/+0
* | | Merge tag '1.10.0' into trz/merge_1.10.0lookshe2016-02-221-0/+4
|\| |
| * | show load more messages when auto loading is disabled and messages are still ...Daniel Gultsch2016-02-211-0/+4
* | | Merge tag '1.9.4' into trz/merge_1.9.4trz/merge_1.9.4lookshe2016-02-161-29/+33
|\| |
| * | prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch2016-02-041-8/+9
| * | add more fault tolerant checks for messages left on serverDaniel Gultsch2016-02-041-6/+11
| * | count all messages in a queryDaniel Gultsch2016-02-031-4/+1
| * | Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch2016-02-031-2/+12
| * | get rid of broken totalMessageCount for mam queriesDaniel Gultsch2016-02-021-12/+2
* | | 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