summaryrefslogtreecommitdiff
path: root/poezio/log_loader.py
AgeCommit message (Collapse)Author
2021-06-22Fix the message doubling situationmathieui
Add an "initial" parameter for onetoonetabs, and delay the reception of the message until the sync is done (and possibly ignore the message if it is fetched by the sync). Fixes #3542
2021-04-19fix: do not log the whole stacktrace when a tab has no mam supportmathieui
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-11doc: explain module behaviormathieui
2021-04-11feature: add a mam_sync_limit tab optionmathieui
2021-04-11internal: better typing & docstrings for logger/log loadermathieui
2021-04-11feature: Add a MAM history fillermathieui
2021-04-11feature: add a log loader classmathieui