Age | Commit message (Expand) | Author |
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 |
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 |