summaryrefslogtreecommitdiff
path: root/poezio/tabs/basetabs.py
AgeCommit message (Expand)Author
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
2019-04-07safeJID: Remove some safeJID callsMaxime “pep” Buquet
2019-03-19Fix various spelling mistakes throughout the codeKim Alvefur
2019-02-28Properly raise NotImplementedError, prevent errors being swallowed by safeJIDMaxime “pep” Buquet
2019-02-24Fix MUC self-PM hidden stacktrace (#3454)mathieui
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-08-09yapf -ripmathieui
2018-07-28basetabs: Remove remote_wants_chatstates stubs.Emmanuel Gil Peyrot
2018-07-23More typingmathieui
2018-07-22Replace list() with [] everywhere.Emmanuel Gil Peyrot
2018-07-21Update poezio for the new tabs modulemathieui
2018-07-21yapf -ripmathieui
2018-07-14Stop making classes inherit from object.Emmanuel Gil Peyrot
2018-05-22Fix traceback introduced in aa816640a8531889e5ee2dac14ccb8dad5cbc055.Emmanuel Gil Peyrot
2018-05-16Cancel a paused chatstate after 30s.Emmanuel Gil Peyrot
2018-02-11Remove the """smart""" command completionmathieui
2018-01-16Current tab input is refreshed on kick/ban even when it does not existmathieui
2018-01-13yapf -irmathieui
2017-12-27Fix #3354 (wrong formatting for /code messages)mathieui
2017-12-27Fix #3361 (/correct [tab][tab] breaks the line)mathieui
2017-11-24Remove bogus checks for resource features.Emmanuel Gil Peyrot
2017-11-23Remove all remote_wants_chatstates logic, keep the stubs.Emmanuel Gil Peyrot
2017-11-12yapf -irmathieui
2017-10-14Fix a traceback when creating a conversation tabmathieui
2017-10-14Remove unused is_muc propertymathieui
2017-10-14Split command declaration from init in muctabmathieui
2017-10-13Fix more pylint errorsmathieui
2017-10-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot
2017-05-16Remove extra colonmathieui
2017-05-15Send a <gone/> chatstate on /close.Emmanuel Gil Peyrot
2017-05-15Merge /unquery and /close into OneToOneTab.Emmanuel Gil Peyrot
2017-02-24Force xmlns when parsing self-generated xhtml-im (Fix #3274)mathieui