summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
AgeCommit message (Expand)Author
2022-08-21mypy: Type some more thingsEmmanuel Gil Peyrot
2022-04-06core: Log InvalidCABundle error in info bufferMaxime “pep” Buquet
2022-03-23internal: make command_say asyncmathieui
2022-03-01impromptu: types, fstrings, namingMaxime “pep” Buquet
2022-03-01impromptu: wait for subject instead of self-presenceMaxime “pep” Buquet
2022-03-01impromptu: Ensure a room is empty before joiningMaxime “pep” Buquet
2022-02-25clean: remove unused importsmathieui
2021-12-25impromptu: pronounceable MUC namesMaxime “pep” Buquet
2021-12-24impromptu: add room jid in invite info messageMaxime “pep” Buquet
2021-12-24impromptu: Wait for the self-presence to configure and inviteMaxime “pep” Buquet
2021-12-11Replace asyncio.ensure_future() with asyncio.create_task()Emmanuel Gil Peyrot
2021-07-02fix: improve typingmathieui
2021-04-17fix: allow certificate confirm dialog resizemathieui
2021-04-16internal: remove the xep-0319 implementationmathieui
2021-04-15fix: tell pylint I know the curses module bettermathieui
2021-04-15fix: make mypy happiermathieui
2021-04-15internal: add more annotation and remove unused attributesmathieui
2021-04-15internal: add a different class for UI messagesmathieui
2021-04-15fix: display issue when changing show_timestamps valuemathieui
2021-04-11typing: fix a bunch of type errorsmathieui
2021-04-11internal: remove more global state from configmathieui
2021-04-11refactor: move argument parsing away from config.pymathieui
2021-04-02logging: Remove the "typ" passing when adding or logging messagesmathieui
2021-04-02refactor: only init core wins after the curses initmathieui
2021-04-02make pylint happymathieui
2021-04-02fix: tons of type errorsmathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2021-03-14fix: pylint bogus errorsmathieui
2021-03-14fix: bad error handling when checking bookmarks storagemathieui
2021-03-13Add missing ensure_future to bookmarks.save() callsmathieui
2021-02-27misc: wrap some calls in ensure_future to prepare for slix API changemathieui
2021-02-17muc: remove non-deterministic nick colorsmathieui
2021-02-09Remove activity/mood/gaming/tune from poezio coremathieui
2021-02-03invite: remove callback and force impromptu rooms to use mediatedmathieui
2021-02-03Use async properly on session startmathieui
2021-01-28core: move initial commands in a separate filesmathieui
2021-01-28Move get_error_message to commonmathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2020-05-24Add a check for terminals not supporting 256 colorsmathieui
2020-05-23Core: dedup some codemathieui
2020-05-12Add keyboard action to go to room by unique prefixJonas Schäfer
2020-05-12Add /wup commandJonas Schäfer
2020-05-10Move /deny and /remove to global scope as wellmathieui
2020-05-10Fix completion and function names for /accept and /addmathieui
2020-05-09Pass a message to add_message instead of messed up kwargs everywheremathieui
2020-05-09Rewrite part of the message handling/renderingmathieui
2020-04-11plugins: Add dependencies supportMaxime “pep” Buquet
2020-03-29cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
2020-03-29display a delayed reconnect info, needs slixmpp!35Georg Lukas