Age | Commit message (Expand) | Author |
2021-04-16 | fix: regression on /set | mathieui |
2021-04-16 | fix: handle /me message properly when logging | mathieui |
2021-04-16 | fix: pasting text in data forms and bookmarkstab | mathieui |
2021-04-16 | fix: /set: do not priorize section printing if we detect an option | mathieui |
2021-04-16 | fix: when detecting /set option = value, do the right thing | mathieui |
2021-04-16 | fix: composing indicators not showing (fix #3527) | mathieui |
2021-04-16 | internal: remove the xep-0319 implementation | mathieui |
2021-04-16 | fix: correction time in one to one tabs (fix #3532) | mathieui |
2021-04-16 | fix: split inactive chatstates from message in one to one tabs | mathieui |
2021-04-16 | fix: when sendingg a muc message, send the inactive chatstate apart | mathieui |
2021-04-16 | fix: available presences in tabs | mathieui |
2021-04-15 | fix: confirmtab not spawning | mathieui |
2021-04-15 | fix: tell pylint I know the curses module better | mathieui |
2021-04-15 | fix: handle single-line log files, and reentry into fd_busy | mathieui |
2021-04-15 | fix: make mypy happier | mathieui |
2021-04-15 | fix: /join with passwords | mathieui |
2021-04-15 | internal: add more annotation and remove unused attributes | mathieui |
2021-04-15 | internal: add a different class for UI messages | mathieui |
2021-04-15 | fix: display issue when changing show_timestamps value | mathieui |
2021-04-14 | internal: add some hints and docstrings to ui.types | mathieui |
2021-04-14 | fix: corrections in 1to1 tabs | mathieui |
2021-04-14 | fix: ad-hoc commands | mathieui |
2021-04-12 | fix: remove all remaining safejids (fix #3457) | mathieui |
2021-04-11 | fix: yield to the loop periodically when reading logs | mathieui |
2021-04-11 | fix: do not fetch ALL messages from logfiles when filling a gap | mathieui |
2021-04-11 | typing: fix a bunch of type errors | mathieui |
2021-04-11 | internal: remove more global state from config | mathieui |
2021-04-11 | feature: add a /debug command to change logging level dynamically | mathieui |
2021-04-11 | refactor: move argument parsing away from config.py | mathieui |
2021-04-11 | doc: explain module behavior | mathieui |
2021-04-11 | fix: do not use Literal | mathieui |
2021-04-11 | fix: typing imports for 3.9 | mathieui |
2021-04-11 | fix: logger: handle empty log files as well | mathieui |
2021-04-11 | feature: add a mam_sync_limit tab option | mathieui |
2021-04-11 | internal: make mam_sync and use_log use tab-specific options | mathieui |
2021-04-11 | feature: add a mam_sync option | mathieui |
2021-04-11 | internal: better typing & docstrings for logger/log loader | mathieui |
2021-04-11 | internal: make the MAMFiller an attribute of ChatTabs | mathieui |
2021-04-11 | internal: Remove now unused code from mam.py | mathieui |
2021-04-11 | feature: add a function to retrieve the last message from the logs | mathieui |
2021-04-11 | feature: Add a MAM history filler | mathieui |
2021-04-11 | feature: add a log loader class | mathieui |
2021-04-11 | fix: issue when converting local timezones | mathieui |
2021-04-11 | refactor: rename poezio.asyncio module | mathieui |
2021-04-11 | fix: make parse_log_lines treat info differently from msgs | mathieui |
2021-04-11 | feature: add a mechanism to prevent the logger from writing temporarily | mathieui |
2021-04-11 | feature: add a function to iterate over all messages of a log file | mathieui |
2021-04-11 | fix: make the jid optional when parsing a log line | mathieui |
2021-04-11 | fix: when disconnected, do not send a new ping event | mathieui |
2021-04-08 | fix: beep_on was broken with config changes | mathieui |