summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: improve readme aesthetics and contentsmathieui
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-11tests: Fix testsmathieui
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
2021-04-11fix: logger: handle empty log files as wellmathieui
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-11feature: add a mam_sync optionmathieui
2021-04-11internal: better typing & docstrings for logger/log loadermathieui
2021-04-11internal: make the MAMFiller an attribute of ChatTabsmathieui
2021-04-11internal: Remove now unused code from mam.pymathieui
2021-04-11tests: update logger testmathieui
2021-04-11feature: add a function to retrieve the last message from the logsmathieui
2021-04-11feature: Add a MAM history fillermathieui