summaryrefslogtreecommitdiff
path: root/poezio/mam.py
AgeCommit message (Expand)Author
2019-08-22Added a check for tabs (because there is a different way to query messages fo...Madhur Garg
2019-08-22Added await on the get_info call so that MAM support is checked first before ...Madhur Garg
2019-08-22Fixed issue with the start timestamp (removed it)Madhur Garg
2019-08-22Fixed repeated query for messages on pressing PageUpMadhur Garg
2019-08-22Fixed timestampMadhur Garg
2019-08-22Changed default start date of the query to be 360 days before current date.Madhur Garg
2019-08-22Added check for MAM support in disco#infoMadhur Garg
2019-08-22Fixed window refreshMadhur Garg
2019-08-22Fixed scroll upMadhur Garg
2019-08-22Added messages when the query is starting and ending.Madhur Garg
2019-08-22Changed the name of MAM function.Madhur Garg
2019-08-22Apply suggestion to poezio/mam.pyMadhur Garg
2019-08-22Apply suggestion to poezio/mam.pyMadhur Garg
2019-08-22Apply suggestion to poezio/mam.pyMadhur Garg
2019-08-22Added fuction for infinite scroll, limited number of messages per request to 10.Madhur Garg
2019-08-22Removed MAM class and changed it into function.Madhur Garg
2019-08-22Removed extra jid and password fieldsMadhur Garg
2019-08-22Removed extra connectionMadhur Garg
2019-08-22Client to fetch an archive of messages and add them in the current windowMadhur Garg