summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-26Merge branch 'mam' into 'master'mathieui
2019-08-27Disabled the history on /reconnect, if the tab is still present and has messa...root
2019-08-26Do not run a /part command when disconnecting from poeziomathieui
2019-08-26Use the right settings when reconnecting from poeziomathieui
2019-08-26Merge branch 'mam_info' into 'master'mathieui
2019-08-26Added action parameter in mam_scroll, so that MAM query made on join (or any ...root
2019-08-25Remove code for loading logsmathieui
2019-08-25Fix private tabsmathieui
2019-08-24Always feed a JID to open_conversation_windowmathieui
2019-08-24Fix /selfmathieui
2019-08-23Merge branch 'remove-duplicated-display-code' into 'master'Maxime Buquet
2019-08-23Remove display code from command_saymathieui
2019-08-23Changed the value of the 'reverse' parameter back to boolean.Madhur Garg
2019-08-23Add missing top parameter to another build_new_message methodMaxime “pep” Buquet
2019-08-22Adapt the plugin safety metaclass for async funcsmathieui
2019-08-22Merge branch 'mam' into 'master'mathieui
2019-08-22Added 'top' attribute in the 'Message' object (The problem of the wrong order...Madhur Garg
2019-08-22Missed name change of start_date to start.Madhur Garg
2019-08-22Used named arguments instead of comments for 'add_message'.Madhur Garg
2019-08-22Removed repetitive code.Madhur Garg
2019-08-22Changed query_id from int to boolean type.Madhur Garg
2019-08-22Changed stanza_id attribute to last_stanza_id.Madhur Garg
2019-08-22Corrected indentation and coding style.Madhur Garg
2019-08-22Initialized stanza_id in the basetabs.Madhur Garg
2019-08-22Added a check on deterministic colorsMadhur Garg
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