summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
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
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-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
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
2021-04-11fix: make the jid optional when parsing a log linemathieui
2021-04-11fix: when disconnected, do not send a new ping eventmathieui
2021-04-08fix: beep_on was broken with config changesmathieui
2021-04-03fix: logger: improve typing, globals and testsmathieui
2021-04-02logging: Remove the "typ" passing when adding or logging messagesmathieui
2021-04-02fix: plugin configmathieui
2021-04-02fix: add a type ignore to curses vlinemathieui
2021-04-02fix: forgotten tab names setmathieui
2021-04-02fix: restore toggle & get previous behaviormathieui
2021-04-02fix: ignore type for xmltab inputmathieui
2021-04-02fix: typing issues in pluginsmathieui
2021-04-02fix; make python 3.7 happymathieui
2021-04-02fix: add back the remove_section() for Configmathieui
2021-04-02fix: ignore type error for static kwargsmathieui
2021-04-02fix: incompatible type passed to loggermathieui
2021-04-02fix: make Tab.name always a propertymathieui
2021-04-02fix: last_sent_message for conversation tabmathieui
2021-04-02fix: unify signature of modify_messagemathieui