summaryrefslogtreecommitdiff
path: root/poezio/tabs/basetabs.py
AgeCommit message (Expand)Author
2021-07-02fix: improve typingmathieui
2021-06-26fix: do not silently traceback on mucs without mammathieui
2021-06-26fix: race condition in history loadmathieui
2021-06-22Fix the message doubling situationmathieui
2021-04-16fix: composing indicators not showing (fix #3527)mathieui
2021-04-16fix: available presences in tabsmathieui
2021-04-15fix: display issue when changing show_timestamps valuemathieui
2021-04-11feature: add a mam_sync_limit tab optionmathieui
2021-04-11internal: make mam_sync and use_log use tab-specific optionsmathieui
2021-04-11internal: make the MAMFiller an attribute of ChatTabsmathieui
2021-04-11feature: Add a MAM history fillermathieui
2021-04-11feature: add a log loader classmathieui
2021-04-02logging: Remove the "typ" passing when adding or logging messagesmathieui
2021-04-02fix: incompatible type passed to loggermathieui
2021-04-02fix: make Tab.name always a propertymathieui
2021-04-02fix: unify signature of modify_messagemathieui
2021-04-02fix: type errors for GapTabmathieui
2021-04-02fix: unify log_message signaturemathieui
2021-04-02fix: uniformize command_say signaturemathieui
2021-04-02make pylint happymathieui
2021-04-02fix: tons of type errorsmathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2021-03-13fix: Fix command_xhtmlmathieui
2021-02-27basetabs: remove unused importsEmmanuel Gil Peyrot
2021-02-03basetabs: remove useless check_featuresmathieui
2021-02-03basetabs: wrap coroutine commands in ensure_futuremathieui
2020-12-26Stop displaying the traceback when /xhtml fails.Emmanuel Gil Peyrot
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-12-12Use the new xep_0045 elements from slixmpp 1.6.0Emmanuel Gil Peyrot
2020-08-14move date and time SHORT_FORMAT and LONG_FORMAT to the themeMaxime “pep” Buquet
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2020-05-24Import Message in basetabsmathieui
2020-05-24Fix a type collision between Messagesmathieui
2020-05-23Remove remaining occurences of tab.last_stanza_idmathieui
2020-05-23ChatTab: make set text_win in constructor (typing)mathieui
2020-05-23MAM: many changesmathieui
2020-05-09Pass a message to add_message instead of messed up kwargs everywheremathieui
2020-05-09Rewrite part of the message handling/renderingmathieui
2020-05-09Move message rendering code to Message.render()mathieui
2020-05-08Chatstates: add <x/> in MUC-PMsMaxime “pep” Buquet
2020-05-01Fix #3518: Add no-store hint to CSNMaxime “pep” Buquet
2020-04-05/correct: send new-style LMCMaxime “pep” Buquet
2020-04-05Read newer LMC rulesMaxime “pep” Buquet
2020-03-29cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
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