summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
AgeCommit message (Expand)Author
2022-08-21mypy: Type some more thingsEmmanuel Gil Peyrot
2022-04-03fix: add missing awaits in carbons handlingmathieui
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-10internal: use async events where possiblemathieui
2022-02-06internal: make most core.handlers asyncmathieui
2021-12-11Replace asyncio.ensure_future() with asyncio.create_task()Emmanuel Gil Peyrot
2021-06-22Fix the message doubling situationmathieui
2021-04-17fix: allow certificate confirm dialog resizemathieui
2021-04-16fix: correction time in one to one tabs (fix #3532)mathieui
2021-04-14fix: corrections in 1to1 tabsmathieui
2021-04-12fix: remove all remaining safejids (fix #3457)mathieui
2021-04-08fix: beep_on was broken with config changesmathieui
2021-04-02logging: Remove the "typ" passing when adding or logging messagesmathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2021-02-09Remove activity/mood/gaming/tune from poezio coremathieui
2021-02-03Use async properly on session startmathieui
2021-01-28Move get_error_message to commonmathieui
2021-01-24Also receive self-message events in pluginsmathieui
2020-12-17plugins: do not fire private_msg event on own messagesmathieui
2020-12-17plugins: do not fire conversation_msg event on own messagesmathieui
2020-12-12Use the new xep_0045 elements from slixmpp 1.6.0Emmanuel Gil Peyrot
2020-09-15Disco#info barejid instead of domain on sent carbonsGeorg Lukas
2020-07-16core/handlers: revert change in normal_message handlerMaxime “pep” Buquet
2020-07-08MucTab: highlight on delayed and not historyMaxime “pep” Buquet
2020-05-29Fix a traceback after a received MUC messagemathieui
2020-05-24Checks whether the gaming payload is empty or notEmmanuel Gil Peyrot
2020-05-17Fix highlight navigationmathieui
2020-05-12Fix a bug when the value of show_composing_chat_state is not lowercasemathieui
2020-05-12poezio.core.handlers: Treat MUC Barejid message as infoMaxime “pep” Buquet
2020-05-09Ensure muc history messages are considered historyMaxime “pep” Buquet
2020-05-09Fix highlights by introducing a delayed property on ui.types.MessageMaxime “pep” Buquet
2020-05-09Pass a message to add_message instead of messed up kwargs everywheremathieui
2020-05-09Fix attention handlermathieui
2020-04-22[ci skip] Add TODOs re #3314Maxime “pep” Buquet
2020-04-06xep_0196: Use correct tag local name (thanks ivucica)Maxime “pep” Buquet
2020-04-05/correct: send new-style LMCMaxime “pep” Buquet
2020-04-04Merge branch 'sync-fixes' into 'master'Maxime Buquet
2020-04-04Actually skip whitespace ping logging (thanks Ge0rG)Maxime “pep” Buquet
2020-04-04only auto-reconnect if not already reconnecting, needs slixmpp!37Georg Lukas
2020-04-03Show textual presence error if availableKim Alvefur
2020-03-31Skip whitespace ping loggingMaxime “pep” Buquet
2020-03-29display a delayed reconnect info, needs slixmpp!35Georg Lukas
2020-01-12Disco#info barejid instead of domain only on carbonsMaxime “pep” Buquet
2020-01-12is_known_muc_pm: search into more than MucTabMaxime “pep” Buquet
2020-01-12Some more typing for is_known_muc_pmMaxime “pep” Buquet
2020-01-12Prevent Traceback when receiving MUC-PM carbons under some conditionsMaxime “pep” Buquet
2019-12-27Expand the status command, make decryption work, put a hack into the core so ...lumi
2019-12-22WIP: Allow blocking commands in ConversationTabMaxime “pep” Buquet