aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/MessageArchiveService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by fil...Christian Schneppe1-0/+1
2018-07-09support mam:1Christian Schneppe1-9/+74
2018-05-17do not use end in catchup mam queriesChristian Schneppe1-7/+24
2018-04-13make receipt handling work with out of order receiptsChristian Schneppe1-1/+14
2018-04-02migrate to xmpp-addrChristian Schneppe1-8/+8
2018-03-08fixed concurrent modification when killing mam queriesChristian Schneppe1-40/+40
2018-02-24MAM: rework hasMessagesLeft to account for prosody’s missing countChristian Schneppe1-6/+12
2018-02-24kill mam query when archiving conversationChristian Schneppe1-0/+20
2018-02-24MAM: look at total count for completness. parse fin correctlyChristian Schneppe1-9/+20
2018-01-21sent message receipts after mam catchupChristian Schneppe1-1/+15
2018-01-21disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe1-0/+12
2017-12-10MAM: assume true counterpart is safe to extract when using mam:2Christian Schneppe1-0/+4
2017-05-31do not turn send button green unless history is caught upChristian Schneppe1-0/+16
2017-05-17use mam reference instead of timestampChristian Schneppe1-46/+44
2017-05-17synchronize around adding query to query mapChristian Schneppe1-1/+3
2017-05-10set catchup flag on mam only when doing thatChristian Schneppe1-9/+13
2017-03-09notify for muc messages after mam catchupChristian Schneppe1-1/+1
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-2/+2
2017-02-22Fix a typo in legacyChristian Schneppe1-1/+1
2017-02-22bump mam namespaceChristian Schneppe1-5/+23
2017-02-22rethink mam catchup strategiesChristian Schneppe1-15/+35
2017-01-29configurable local message retention period.Christian Schneppe1-4/+7
2017-01-15don't include 'before' reference in mam queries bound by timestampChristian Schneppe1-1/+3
2017-01-15finish of backlog only for one particular accountChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe1-382/+382
2016-09-17use history clear date as minimum date for mamChristian Schneppe1-4/+13
2016-07-29changed package id inside manifest and projectChristian Schneppe1-11/+11
2016-04-09use startdate as lower bound when querying archive with after=xDaniel Gultsch1-13/+3
2016-04-09use last received message id when querying archiveDaniel Gultsch1-7/+17
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch1-1/+0
2016-02-21show load more messages when auto loading is disabled and messages are still ...Daniel Gultsch1-0/+4
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-8/+9
2016-02-04add more fault tolerant checks for messages left on serverDaniel Gultsch1-6/+11
2016-02-03count all messages in a queryDaniel Gultsch1-4/+1
2016-02-03Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch1-2/+12
2016-02-02get rid of broken totalMessageCount for mam queriesDaniel Gultsch1-12/+2
2015-12-12notfiy after mam catchup only if message count > 0Daniel Gultsch1-1/+1
2015-12-12get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-21/+8
2015-12-12notify on mam catchup messagesDaniel Gultsch1-0/+3
2015-12-12properly clean up timed out mam queriesDaniel Gultsch1-2/+17
2015-12-11notfiy after mam catchup only if message count > 0Daniel Gultsch1-1/+1
2015-12-11get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-21/+8
2015-12-10notify on mam catchup messagesDaniel Gultsch1-0/+3
2015-12-10properly clean up timed out mam queriesDaniel Gultsch1-2/+17
2015-10-06Use MAM for MUC initial history retrievalsaqura1-0/+12
2015-08-30fixed bug that prevented newly opened conversations to load the entire histor...Daniel Gultsch1-1/+9
2015-08-23introduce special iq type for internal timeouts. always use != result to chec...Daniel Gultsch1-1/+1
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