Age | Commit message (Expand) | Author |
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 |
2021-04-03 | fix: logger: improve typing, globals and tests | mathieui |
2021-04-02 | logging: Remove the "typ" passing when adding or logging messages | mathieui |
2021-04-02 | fix: plugin config | mathieui |
2021-04-02 | fix: add a type ignore to curses vline | mathieui |
2021-04-02 | fix: forgotten tab names set | mathieui |
2021-04-02 | fix: restore toggle & get previous behavior | mathieui |
2021-04-02 | fix: ignore type for xmltab input | mathieui |
2021-04-02 | fix: typing issues in plugins | mathieui |
2021-04-02 | fix; make python 3.7 happy | mathieui |
2021-04-02 | fix: add back the remove_section() for Config | mathieui |
2021-04-02 | fix: ignore type error for static kwargs | mathieui |
2021-04-02 | fix: incompatible type passed to logger | mathieui |
2021-04-02 | fix: make Tab.name always a property | mathieui |
2021-04-02 | fix: last_sent_message for conversation tab | mathieui |
2021-04-02 | fix: unify signature of modify_message | mathieui |
2021-04-02 | fix: ignore last_sent_message type | mathieui |
2021-04-02 | fix: ignore typeerrors in tabs when we check beforehand | mathieui |
2021-04-02 | fix: do not use raw TAB_WIN in bookmarks wins | mathieui |
2021-04-02 | fix: type error after module import | mathieui |
2021-04-02 | fix: type errors for GapTab | mathieui |
2021-04-02 | fix: windows: drop the DummyWi | mathieui |
2021-04-02 | refactor: only init core wins after the curses init | mathieui |
2021-04-02 | fix: add missing Typevar binding in decorators | mathieui |
2021-04-02 | fix: config, give up on typing Config.get | mathieui |
2021-04-02 | fix: unify log_message signature | mathieui |
2021-04-02 | fix: type-ignore last-sent message until mypy makes sense | mathieui |
2021-04-02 | fix: only call key_enter on commandinput in xmltab | mathieui |
2021-04-02 | fix: uniformize command_say signature | mathieui |
2021-04-02 | fix: sax contenthandler import path | mathieui |
2021-04-02 | make pylint happy | mathieui |
2021-04-02 | fix: tons of type errors | mathieui |
2021-04-02 | fix: definition of commanddict | mathieui |
2021-04-02 | refactor: rewrite config.get() to getbool, getstr, getint… | mathieui |
2021-04-02 | refactor: Make the poezio config not inherit from configparser | mathieui |
2021-03-20 | muctab: await /invite | Emmanuel Gil Peyrot |
2021-03-14 | fix: pylint bogus errors | mathieui |
2021-03-14 | fix: bad error handling when checking bookmarks storage | mathieui |
2021-03-13 | fix: typing import in multiuserchat | mathieui |
2021-03-13 | fix: do not crash on /invitations | mathieui |
2021-03-13 | fix: fix global /last_activity | mathieui |
2021-03-13 | fix: do not crash on /recolor | mathieui |
2021-03-13 | style: do not override the loaded time module | mathieui |
2021-03-13 | fix: Fix command_xhtml | mathieui |