summaryrefslogtreecommitdiff
path: root/poezio/core/commands.py
AgeCommit message (Expand)Author
2022-08-21mypy: Type some more thingsEmmanuel Gil Peyrot
2022-03-23internal: make command_say asyncmathieui
2022-02-25clean: remove unused importsmathieui
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
2021-12-24impromptu: add room jid in invite info messageMaxime “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-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-15fix: /join with passwordsmathieui
2021-04-11feature: add a /debug command to change logging level dynamicallymathieui
2021-04-11refactor: move argument parsing away from config.pymathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2021-03-13fix: do not crash on /invitationsmathieui
2021-03-13fix: fix global /last_activitymathieui
2021-02-09Remove activity/mood/gaming/tune from poezio coremathieui
2021-02-07/join: Fix autobookmarkingmathieui
2021-02-07core commands: make /last_activity asyncEmmanuel Gil Peyrot
2021-02-07core commands: remove all remaining usage of safeJID()Emmanuel Gil Peyrot
2021-02-03invite: remove callback and force impromptu rooms to use mediatedmathieui
2021-02-03core commands: remove uses of callback=mathieui
2021-02-03bookmarks: get rid of callbacksmathieui
2021-01-28Fix /destroy error casesmathieui
2021-01-28core: move initial commands in a separate filesmathieui
2020-12-28Add (back?) reason and altroom arguments for /destroy_room.Emmanuel Gil Peyrot
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
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-05-31Revert "Bookmarks: type bookmark method (local/remote)"Maxime “pep” Buquet
2020-05-31Bookmarks: type bookmark method (local/remote)Maxime “pep” Buquet
2020-05-28Only add autojoin to a bookmark on creation if the room is not bookmarkedmathieui
2020-05-24Rename bookmark_on_join to synchronise_open_roomsEmmanuel Gil Peyrot
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-09Add back the deny_anonymous decorator to /add and /acceptmathieui
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-02-04load, unload: prevent Traceback when not enough parameters are specifiedMaxime “pep” Buquet
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-09-04core/commands: remove more safeJID callsMaxime “pep” Buquet
2019-08-26Use the right settings when reconnecting from poeziomathieui