summaryrefslogtreecommitdiff
path: root/poezio/tabs/basetabs.py
AgeCommit message (Expand)Author
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-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-05Reorganize MAMroot
2019-09-05Moved scroll_up code back to basetabs, added amount parameter to change no. o...root
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-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-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-27Replace tab.name with tab.jidMaxime “pep” Buquet
2019-04-27OneToOneTab: Remove default value for jid parameterMaxime “pep” Buquet
2019-04-27ChatTab: Remove None checks on `ChatTab.jid`Maxime “pep” Buquet
2019-04-27ChatTab: Change ChatTab.name meaningMaxime “pep” Buquet
2019-04-27ChatTab: now accepts only Jids with a domainMaxime “pep” Buquet
2019-04-08ChatTab: Oops. prevent recursion when using settersMaxime “pep” Buquet
2019-04-08ChatTab: utilise self.jidMaxime “pep” Buquet
2019-04-08ChatTab: Introduce self.jid as a JID objectMaxime “pep” Buquet
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
2019-04-07Remove more safeJID callsMaxime “pep” Buquet
2019-04-07poezio/tabs: Fix jid types for base tabs contructorsMaxime “pep” Buquet
2019-04-07poezio/tabs/basetabs: remove safeJID callMaxime “pep” Buquet