summaryrefslogtreecommitdiff
path: root/poezio/log_loader.py
AgeCommit message (Collapse)Author
2021-06-26fix: hack around the time limit for topic messagesmathieui
we cannot have nice things
2021-06-26fix: load less messages on startup/gap fillmathieui
gap filler was called on MUC joins, therefore loading 999 messages instead of the 2 times the screen height
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