summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
2021-07-03fix: do not use raw xml access for slix elementsmathieui
2021-07-02fix: improve typingmathieui
2021-06-26fix: do not silently traceback on mucs without mammathieui
2021-06-26fix: hack around the time limit for topic messagesmathieui
2021-06-26fix: load less messages on startup/gap fillmathieui
2021-06-26fix: do not use re.match() on existing Pattern objectsmathieui
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-25Fix: do not scroll right by default in dataforms/bookmark textmathieui
2021-05-21muctab: Add a /request_voice for use in moderated roomsEmmanuel Gil Peyrot
2021-04-20fix: do not traceback on invalid jids in config.get_by_servnamemathieui
2021-04-20fix: do not use get_by_tabname for muc colorsmathieui
2021-04-19fix: do not log the whole stacktrace when a tab has no mam supportmathieui
2021-04-17fix: allow certificate confirm dialog resizemathieui
2021-04-16fix: take newlines into account when completing stuffmathieui
2021-04-16fix: take newlines into account in input manipulationmathieui
2021-04-16fix: regression on /setmathieui
2021-04-16fix: handle /me message properly when loggingmathieui
2021-04-16fix: pasting text in data forms and bookmarkstabmathieui
2021-04-16fix: /set: do not priorize section printing if we detect an optionmathieui
2021-04-16fix: when detecting /set option = value, do the right thingmathieui
2021-04-16fix: composing indicators not showing (fix #3527)mathieui
2021-04-16internal: remove the xep-0319 implementationmathieui
2021-04-16fix: correction time in one to one tabs (fix #3532)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: tell pylint I know the curses module bettermathieui
2021-04-15fix: handle single-line log files, and reentry into fd_busymathieui
2021-04-15fix: make mypy happiermathieui
2021-04-15fix: /join with passwordsmathieui
2021-04-15internal: add more annotation and remove unused attributesmathieui
2021-04-15internal: add a different class for UI messagesmathieui
2021-04-15fix: display issue when changing show_timestamps valuemathieui
2021-04-14internal: add some hints and docstrings to ui.typesmathieui
2021-04-14fix: corrections in 1to1 tabsmathieui
2021-04-14fix: ad-hoc commandsmathieui
2021-04-12fix: remove all remaining safejids (fix #3457)mathieui
2021-04-11fix: yield to the loop periodically when reading logsmathieui
2021-04-11fix: do not fetch ALL messages from logfiles when filling a gapmathieui
2021-04-11typing: fix a bunch of type errorsmathieui
2021-04-11internal: remove more global state from configmathieui
2021-04-11feature: add a /debug command to change logging level dynamicallymathieui
2021-04-11refactor: move argument parsing away from config.pymathieui
2021-04-11doc: explain module behaviormathieui
2021-04-11fix: do not use Literalmathieui
2021-04-11fix: typing imports for 3.9mathieui