summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-26Merge branch 'mam' into 'master'mathieui
Fixes message duplication on /reconnect. See merge request poezio/poezio!43
2019-08-27Disabled the history on /reconnect, if the tab is still present and has ↵root
messages in it.
2019-08-26Do not run a /part command when disconnecting from poeziomathieui
Use the underlying function instead
2019-08-26Use the right settings when reconnecting from poeziomathieui
2019-08-26Merge branch 'mam_info' into 'master'mathieui
Removes error and info messages on startup. Fixes #3485 Closes #3485 See merge request poezio/poezio!44
2019-08-26Added action parameter in mam_scroll, so that MAM query made on join (or any ↵root
other query) is not considered as 'pageup'
2019-08-25Remove code for loading logsmathieui
we MAM now
2019-08-25Fix private tabsmathieui
- receipts - receiving messages - showing our sent messages
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
Remove display code from command_say See merge request poezio/poezio!42
2019-08-23Remove display code from command_saymathieui
Use instead the message handler as if we received the message as carbons
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
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-08-22Adapt the plugin safety metaclass for async funcsmathieui
2019-08-22Merge branch 'mam' into 'master'mathieui
MAM: Sudden change in the order of messages. See merge request poezio/poezio!40
2019-08-22Added 'top' attribute in the 'Message' object (The problem of the wrong ↵Madhur Garg
order of messages was because of this.)
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 ↵Madhur Garg
messages in it.
2019-08-22As per the current structure of slix, reverse parameter takes the value of ↵Madhur Garg
before tag, so changed it's value from 'true' to the stanza id.
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 ↵Madhur Garg
scroll.
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
empty body in XML representation.
2019-08-22Aligned the timestamp of MAM start/end messages, added info message if no ↵Madhur Garg
more messages are left.
2019-08-22Added a check for IqError and IqTimeout exceptions, while doing mam and ↵Madhur Garg
disco query.
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 ↵Madhur Garg
for MUC and any other type of tab)
2019-08-22Added await on the get_info call so that MAM support is checked first before ↵Madhur Garg
proceeding further.
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