summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Collapse)Author
2021-04-17fix: allow certificate confirm dialog resizemathieui
fixes #3371
2021-04-16fix: take newlines into account when completing stuffmathieui
fixes #3385
2021-04-16fix: take newlines into account in input manipulationmathieui
fix #3411
2021-04-16fix: regression on /setmathieui
2021-04-16fix: handle /me message properly when loggingmathieui
tangentially fix #3432 (but it was not relevant for a while)
2021-04-16fix: pasting text in data forms and bookmarkstabmathieui
Fix #3519
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
Previously: this creates a section with the option name, with an option named "=" and the value specified. Then you are stuck because "/set option value" will not work due to the command detecting the section name and only printing the value of [option] value=. Fixes #3517, probably
2021-04-16fix: composing indicators not showing (fix #3527)mathieui
the fact this even worked in vertical mode was only due to a theming edge case.
2021-04-16internal: remove the xep-0319 implementationmathieui
It is not privacy-friendly and not performance-friendly to have more code called on each input when in "available" status
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
Fix #3509
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
conflict between the "tabs" module name and "tabs" Core attribute, mostly
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
add more annotations
2021-04-11internal: remove more global state from configmathieui
2021-04-11feature: add a /debug command to change logging level dynamicallymathieui
And changing the path too
2021-04-11refactor: move argument parsing away from config.pymathieui
global state--
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
and fetch logs in conversationtabs and privatetabs
2021-04-11internal: Remove now unused code from mam.pymathieui
2021-04-11feature: add a function to retrieve the last message from the logsmathieui
2021-04-11feature: Add a MAM history fillermathieui
2021-04-11feature: add a log loader classmathieui
2021-04-11fix: issue when converting local timezonesmathieui
2021-04-11refactor: rename poezio.asyncio modulemathieui
no clash with stdlib pls
2021-04-11fix: make parse_log_lines treat info differently from msgsmathieui
2021-04-11feature: add a mechanism to prevent the logger from writing temporarilymathieui
2021-04-11feature: add a function to iterate over all messages of a log filemathieui
in reverse order