summaryrefslogtreecommitdiff
path: root/poezio/core
AgeCommit message (Expand)Author
2021-01-24Also receive self-message events in pluginsmathieui
2020-12-28Add (back?) reason and altroom arguments for /destroy_room.Emmanuel Gil Peyrot
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-12from __future__ import annotationsEmmanuel Gil Peyrot
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-06-24core/commands: code style fixesMaxime “pep” Buquet
2020-06-24core/commands: use named parameters in _add_bookmarks to make things explicitMaxime “pep” Buquet
2020-06-24bookmarks: ensure nick is added when to bookmark when specifiedMaxime “pep” Buquet
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2020-05-31Revert "Bookmarks: type bookmark method (local/remote)"Maxime “pep” Buquet
2020-05-31Merge branch 'type-bookmarks' into 'master'Maxime Buquet
2020-05-31Bookmarks: type bookmark method (local/remote)Maxime “pep” Buquet
2020-05-29Fix a traceback after a received MUC messagemathieui
2020-05-28Only add autojoin to a bookmark on creation if the room is not bookmarkedmathieui
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