summaryrefslogtreecommitdiff
path: root/poezio/core
AgeCommit message (Expand)Author
2020-05-24Add a check for terminals not supporting 256 colorsmathieui
2020-05-24Checks whether the gaming payload is empty or notEmmanuel Gil Peyrot
2020-05-24Rename bookmark_on_join to synchronise_open_roomsEmmanuel Gil Peyrot
2020-05-23Core: dedup some codemathieui
2020-05-17Fix highlight navigationmathieui
2020-05-12Fix a bug when the value of show_composing_chat_state is not lowercasemathieui
2020-05-12Add keyboard action to go to room by unique prefixJonas Schäfer
2020-05-12Add /wup commandJonas Schäfer
2020-05-12Add function to find a tab by unique prefixJonas Schäfer
2020-05-12poezio.core.handlers: Treat MUC Barejid message as infoMaxime “pep” Buquet
2020-05-10Move /deny and /remove to global scope as wellmathieui
2020-05-10Fix completion and function names for /accept and /addmathieui
2020-05-09Add back the deny_anonymous decorator to /add and /acceptmathieui
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-05-09Rewrite part of the message handling/renderingmathieui
2020-04-22[ci skip] Add TODOs re #3314Maxime “pep” Buquet
2020-04-11plugins: Add dependencies supportMaxime “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-31Merge branch 'skip-whitespace-ping-log' into 'master'Maxime Buquet
2020-03-31Skip whitespace ping loggingMaxime “pep” Buquet
2020-03-29cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
2020-03-29Fix 'disconnected' event handler order for /quitGeorg Lukas
2020-03-29display a delayed reconnect info, needs slixmpp!35Georg Lukas
2020-02-04load, unload: prevent Traceback when not enough parameters are specifiedMaxime “pep” Buquet
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-31Tabs: add by_jid search method for tabs who have a jid attrMaxime “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
2019-11-21core/commands: Move import order to please linterMaxime “pep” Buquet
2019-11-21Remove safeJID call in destroy_roomMaxime “pep” Buquet
2019-10-27Fix syntax warnings (thanks python 3.8)mathieui
2019-10-10MUC-PMs: correctly loop through bookmarksMaxime “pep” Buquet
2019-10-10core/handlers: Add typing annotationsMaxime “pep” Buquet
2019-10-10MUC-PM: centralize and improve PM detection in all code pathsGeorg Lukas
2019-09-05Reorganize MAMroot
2019-09-04core/commands: remove more safeJID callsMaxime “pep” Buquet
2019-09-02Eradicate more safeJID callsMaxime “pep” Buquet
2019-08-27Disabled the history on /reconnect, if the tab is still present and has messa...root
2019-08-26Do not run a /part command when disconnecting from poeziomathieui