summaryrefslogtreecommitdiff
path: root/poezio/core
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-04-03fix: add missing awaits in carbons handlingmathieui
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
2022-02-25internal: make the other message handlers asyncmathieui
2022-02-25internal: move and split muc message handlingmathieui
2022-02-25bookmark: Add logging on InvalidJidMaxime “pep” Buquet
2022-02-25bookmark nick: Treat empty string as no nickMaxime “pep” Buquet
2022-02-25Ensure /bookmark{,_local} and /join use the proper tab objectMaxime “pep” Buquet
2022-02-10internal: use async events where possiblemathieui
2022-02-06internal: make most core.handlers asyncmathieui
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-24destroy_room: Allow empty altroom argumentMaxime “pep” Buquet
2021-12-11Replace asyncio.ensure_future() with asyncio.create_task()Emmanuel Gil Peyrot
2021-11-15Add xmpp: URI support to the /join commandEmmanuel Gil Peyrot
2021-07-02fix: improve typingmathieui
2021-06-22Fix the message doubling situationmathieui
2021-04-17fix: allow certificate confirm dialog resizemathieui
2021-04-16fix: regression on /setmathieui
2021-04-16fix: /set: do not priorize section printing if we detect an optionmathieui
2021-04-16fix: when detecting /set option = value, do the right thingmathieui
2021-04-16internal: remove the xep-0319 implementationmathieui
2021-04-16fix: correction time in one to one tabs (fix #3532)mathieui
2021-04-15fix: tell pylint I know the curses module bettermathieui
2021-04-15fix: make mypy happiermathieui
2021-04-15fix: /join with passwordsmathieui
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-14fix: corrections in 1to1 tabsmathieui
2021-04-12fix: remove all remaining safejids (fix #3457)mathieui
2021-04-11typing: fix a bunch of type errorsmathieui
2021-04-11internal: remove more global state from configmathieui
2021-04-11feature: add a /debug command to change logging level dynamicallymathieui
2021-04-11refactor: move argument parsing away from config.pymathieui
2021-04-11fix: typing imports for 3.9mathieui
2021-04-08fix: beep_on was broken with config changesmathieui
2021-04-02logging: Remove the "typ" passing when adding or logging messagesmathieui
2021-04-02fix: ignore typeerrors in tabs when we check beforehandmathieui
2021-04-02fix: type errors for GapTabmathieui
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-02fix: definition of commanddictmathieui