Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
not sure why mypy ignores that everywhere
|
|
|
|
(wth)
|
|
(despite hasattr())
|
|
|
|
now TAB_WIN must be set for a Win to be instanciated
|
|
|
|
|
|
It is not possible to have a dynamic return type based on what would
come out of a dict AND an optional parameter.
|
|
|
|
|
|
|
|
|
|
|
|
(for now)
|
|
|
|
|
|
|
|
|
|
poezio/plugin_manager imports pkg_resources
|
|
|
|
also add type hints and pep8ify
|
|
|
|
|
|
|
|
|
|
(but only if an invalid JID is in there, I guess)
|
|
|
|
|
|
|
|
Thanks pylint
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some things need to be rewritten in a cleaner way, and other need to be
directly deleted, but that will need to wait for the slix api change
merge.
|
|
|
|
|
|
|
|
|
|
Make things async
|
|
(broken when refactoring messages)
|
|
|
|
rationale: probably 0.1% of poezio users have ever used the commands,
and a very small number of users are using the PEP events like that.
It is better to unclutter the poezio source and add it as a plugin,
with less tight coupling.
|
|
add nick if present.
|