summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
2019-09-10poezio/mam: style fixesMaxime “pep” Buquet
2019-09-10poezio/mam: remove unused imports, add missing md5 importMaxime “pep” Buquet
2019-09-10Merge remote-tracking branch 'origin/mr/46'Maxime “pep” Buquet
2019-09-10Revert "tabs/privatetab: Fixes #3491: Add MUC <x/> marker in MUC-PMs. Thanks ...Maxime “pep” Buquet
2019-09-07tabs/privatetab: Fixes #3491: Add MUC <x/> marker in MUC-PMs. Thanks Ge0rG.Maxime “pep” Buquet
2019-09-07tabs/privatetab: Remove unused safeJID importMaxime “pep” Buquet
2019-09-05Reorganize MAMroot
2019-09-05Removed error messages on startup.root
2019-09-05Moved scroll_up code back to basetabs, added amount parameter to change no. o...root
2019-09-04core/commands: remove more safeJID callsMaxime “pep” Buquet
2019-09-02Eradicate more safeJID callsMaxime “pep” Buquet
2019-09-02Only check for 110 to know if the presence is oursMaxime “pep” Buquet
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-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-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-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