summaryrefslogtreecommitdiff
path: root/poezio/tabs
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-26fix: fallback to server jid in conversationtabmathieui
2021-06-25fix: do not include the nick in affiliation changesmathieui
2021-06-22Fix the message doubling situationmathieui
2021-05-21muctab: Add a /request_voice for use in moderated roomsEmmanuel Gil Peyrot
2021-04-20fix: do not use get_by_tabname for muc colorsmathieui
2021-04-16fix: take newlines into account when completing stuffmathieui
2021-04-16fix: pasting text in data forms and bookmarkstabmathieui
2021-04-16fix: composing indicators not showing (fix #3527)mathieui
2021-04-16fix: split inactive chatstates from message in one to one tabsmathieui
2021-04-16fix: when sendingg a muc message, send the inactive chatstate apartmathieui
2021-04-16fix: available presences in tabsmathieui
2021-04-15fix: confirmtab not spawningmathieui
2021-04-15fix: display issue when changing show_timestamps valuemathieui
2021-04-14fix: ad-hoc commandsmathieui
2021-04-12fix: remove all remaining safejids (fix #3457)mathieui
2021-04-11typing: fix a bunch of type errorsmathieui
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-11fix: when disconnected, do not send a new ping eventmathieui
2021-04-08fix: beep_on was broken with config changesmathieui
2021-04-02logging: Remove the "typ" passing when adding or logging messagesmathieui
2021-04-02fix: forgotten tab names setmathieui
2021-04-02fix: ignore type for xmltab inputmathieui
2021-04-02fix: incompatible type passed to loggermathieui
2021-04-02fix: make Tab.name always a propertymathieui
2021-04-02fix: last_sent_message for conversation tabmathieui
2021-04-02fix: unify signature of modify_messagemathieui
2021-04-02fix: ignore last_sent_message typemathieui
2021-04-02fix: do not use raw TAB_WIN in bookmarks winsmathieui
2021-04-02fix: type errors for GapTabmathieui
2021-04-02fix: unify log_message signaturemathieui
2021-04-02fix: type-ignore last-sent message until mypy makes sensemathieui
2021-04-02fix: only call key_enter on commandinput in xmltabmathieui
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-20muctab: await /inviteEmmanuel Gil Peyrot
2021-03-13fix: do not crash on /recolormathieui
2021-03-13fix: Fix command_xhtmlmathieui
2021-03-13Add missing ensure_future to bookmarks.save() callsmathieui
2021-02-27muctab: remove unused importsEmmanuel Gil Peyrot
2021-02-27basetabs: remove unused importsEmmanuel Gil Peyrot
2021-02-27muc: use slixmpp 0045 plugin to set subjectEmmanuel Gil Peyrot