Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-02 | fix: unify signature of modify_message | mathieui | |
2021-04-02 | fix: ignore last_sent_message type | mathieui | |
not sure why mypy ignores that everywhere | |||
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 | |
(wth) | |||
2021-04-02 | fix: type error after module import | mathieui | |
(despite hasattr()) | |||
2021-04-02 | fix: type errors for GapTab | mathieui | |
2021-04-02 | fix: windows: drop the DummyWi | mathieui | |
now TAB_WIN must be set for a Win to be instanciated | |||
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 | |
It is not possible to have a dynamic return type based on what would come out of a dict AND an optional parameter. | |||
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 | |
(for now) | |||
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 | |
poezio/plugin_manager imports pkg_resources | |||
2021-03-20 | muctab: await /invite | Emmanuel Gil Peyrot | |
2021-03-17 | fix: poezio_logs script was broken | mathieui | |
also add type hints and pep8ify | |||
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 | |
(but only if an invalid JID is in there, I guess) | |||
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 | |
Thanks pylint | |||
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 | |
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. | |||
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 | |
2021-02-17 | muctab: use more coroutines in affiliation/role code | mathieui | |
2021-02-16 | irc plugin: Fix the joining code | mathieui | |
Make things async | |||
2021-02-12 | Fix the quote plugin | mathieui | |
(broken when refactoring messages) | |||
2021-02-09 | plugins: add a user_extras plugin with PEP events | mathieui | |
2021-02-09 | Remove activity/mood/gaming/tune from poezio core | mathieui | |
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. | |||
2021-02-08 | Fix #3536: Only use JID in affiliation | mathieui | |
add nick if present. | |||
2021-02-08 | plugins: fix case of self-message | mathieui | |
due to the recent change in conversation_msg | |||
2021-02-07 | /join: Fix autobookmarking | mathieui | |
(broken when moving bookmarks to async) |