summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
2019-08-22Added MAM query on join of MUC, earlier it was only there for auto-join groupsMadhur Garg
2019-08-22Update end date with buffer, useful for any tab which supports MAM and has me...Madhur Garg
2019-08-22As per the current structure of slix, reverse parameter takes the value of be...Madhur Garg
2019-08-22Changed message for MUC's which doesn't support MAMMadhur Garg
2019-08-22Added user colors for messages retrieved using MAMMadhur Garg
2019-08-22Removed MAM start/end messages, because they are not important for infinite s...Madhur Garg
2019-08-22Changed the querry from timestamp to stanza-id based.Madhur Garg
2019-08-22Removed some extra repetitive code.Madhur Garg
2019-08-22Added <before> tag to query messages based on stanza-idMadhur Garg
2019-08-22Added a call to scroll for 10 messages on initially joining the room.Madhur Garg
2019-08-22Disabled the history of MUC(from 0045) if the MUC supports MAM.Madhur Garg
2019-08-22Changed the parameter from 'self' to 'tab' where the function is not a method.Madhur Garg
2019-08-22Removed unnecessary 'self' argument from the add_line function.Madhur Garg
2019-08-22Moved the splitting of nick to the function before the call of add_line is made.Madhur Garg
2019-08-22Added a check on the category of the chat groupMadhur Garg
2019-08-22Changed the check on an empty message because the earlier one might leave an ...Madhur Garg
2019-08-22Aligned the timestamp of MAM start/end messages, added info message if no mor...Madhur Garg
2019-08-22Added a check for IqError and IqTimeout exceptions, while doing mam and disco...Madhur Garg
2019-08-22Added a check on empty messages and not displaying them in MAM queryMadhur Garg
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-22Removed /mam command as it is implemented in mam_tab (WIP:37)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 type of history to 'booleanMadhur Garg
2019-08-22Corrected description of /mam commandMadhur 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-22Added argument to add messages at the bottom for mam commandMadhur Garg
2019-08-22Added function to build messages and add them on the topMadhur Garg
2019-08-22Added 'top' parameter in add_message function to add messages on the top.Madhur Garg
2019-08-22Added call to mam_scroll function when page_up is pressed while on the top.Madhur Garg
2019-08-22Removed repetitive code and added Error message for wrong timestampMadhur Garg
2019-08-22Removed MAM class and changed it into function.Madhur Garg
2019-08-22Removed /mam as a plugin, added it as a command in basetabs.Madhur Garg
2019-08-22Removed extra jid and password fieldsMadhur Garg
2019-08-22Removed extra connectionMadhur Garg
2019-08-22Registers xep-0313 pluginMadhur Garg
2019-08-22Client to fetch an archive of messages and add them in the current windowMadhur Garg
2019-08-21Fix xml debug logsmathieui
2019-08-20Fix /join <muc name without domain> from an existing mucmathieui