Age | Commit message (Expand) | Author |
2021-04-02 | tests: use named parameters for user test | mathieui |
2021-04-02 | fix; make python 3.7 happy | mathieui |
2021-04-02 | fix: forgotten gaptab constructor calls | 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-04-01 | Explicitly require setuptools, poezio/config.py and | Tomas Hrnciar |
2021-03-20 | muctab: await /invite | Emmanuel Gil Peyrot |
2021-03-17 | fix: poezio_logs script was broken | mathieui |
2021-03-14 | ci: remove allow_failure on pylint job | mathieui |
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 |
2021-03-13 | Fix a typo in core.structs.__all__ | mathieui |
2021-03-13 | Add missing ensure_future to bookmarks.save() calls | mathieui |
2021-02-27 | plugins: make set_bob async | mathieui |
2021-02-27 | muctab: remove unused imports | Emmanuel Gil Peyrot |
2021-02-27 | basetabs: remove unused imports | Emmanuel Gil Peyrot |
2021-02-27 | muc: use slixmpp 0045 plugin to set subject | Emmanuel Gil Peyrot |
2021-02-27 | misc: wrap some calls in ensure_future to prepare for slix API change | mathieui |
2021-02-23 | docs: update distributions | mathieui |
2021-02-17 | muc: remove non-deterministic nick colors | mathieui |
2021-02-17 | plugins: also update the admin plugin to reflect coroutine changes | mathieui |