summaryrefslogtreecommitdiff
path: root/poezio/tabs
AgeCommit message (Expand)Author
2019-12-22WIP: Allow blocking commands in ConversationTabMaxime “pep” Buquet
2019-10-27Fix syntax warnings (thanks python 3.8)mathieui
2019-10-27Disable pylint on lines dedicated to mypymathieui
2019-10-27Type curses windowsmathieui
2019-10-26BookmarksTab: Remove safeJID callMaxime “pep” Buquet
2019-10-18Fix pylint errorsmathieui
2019-10-14basetabs: return a copy of ChatTab.jid to prevent nasty (mutability) side-eff...Maxime “pep” Buquet
2019-10-14basetabs: reorganise importsMaxime “pep” Buquet
2019-09-10tabs/basetabs: Document self.query_statusMaxime “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-05Moved scroll_up code back to basetabs, added amount parameter to change no. o...root
2019-09-02Only check for 110 to know if the presence is oursMaxime “pep” Buquet
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-23Remove display code from command_saymathieui
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-22Initialized stanza_id in the basetabs.Madhur Garg
2019-08-22Added MAM query on join of MUC, earlier it was only there for auto-join groupsMadhur Garg
2019-08-22Changed the querry from timestamp to stanza-id based.Madhur Garg
2019-08-22Changed the parameter from 'self' to 'tab' where the function is not a method.Madhur Garg
2019-08-22Removed /mam command as it is implemented in mam_tab (WIP:37)Madhur Garg
2019-08-22Fixed repeated query for messages on pressing PageUpMadhur Garg
2019-08-22Fixed scroll upMadhur Garg
2019-08-22Corrected description of /mam commandMadhur Garg
2019-08-22Changed the name of MAM function.Madhur Garg
2019-08-22Added argument to add messages at the bottom for mam commandMadhur 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 as a plugin, added it as a command in basetabs.Madhur Garg
2019-07-13tabs/basetabs: Move config.get out of for loopMaxime “pep” Buquet
2019-06-22Rename sb command 'scrollback' and make 'sb' an aliasMaxime “pep” Buquet
2019-06-22Make function name clearerMaxime “pep” Buquet
2019-06-20Added few comments in the code and splitted a part of code into different fun...Madhur Garg
2019-06-20Fixed some mistakes in coding styleMadhur Garg
2019-06-20Corrects the repeated refresh of the windowMadhur Garg
2019-06-20Updated usage of /sb in documentationMadhur Garg
2019-06-20Getting the line number of the message in the tab based on the searched times...Madhur Garg
2019-06-20Code work for /sb goto <+|-linecount>|<linenum>|<timestamp>Madhur Garg
2019-06-20Corrected code duplicationMadhur Garg
2019-06-20Corrected description of the scrollback commandMadhur Garg
2019-06-20Few imports for scrollback commandMadhur Garg
2019-06-20Initial version of scrollbackMadhur Garg
2019-04-29ConversationTab: fix undefined reference, missing selfMaxime “pep” Buquet