summaryrefslogtreecommitdiff
path: root/poezio/core/commands.py
AgeCommit message (Expand)Author
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
2019-08-24Always feed a JID to open_conversation_windowmathieui
2019-08-24Fix /selfmathieui
2019-08-20Fix /join <muc name without domain> from an existing mucmathieui
2019-04-27core/commands: Use jid parameter instead of name where appropriateMaxime “pep” Buquet
2019-04-27CommandCore: remove None check on MucTab.jidMaxime “pep” Buquet
2019-04-17save_order, save: config option is not always a stringMaxime “pep” Buquet
2019-04-08core/commands: remove more safeJID calls; add type hintsMaxime “pep” Buquet
2019-04-08list command: default to domain jid if no argument specifiedMaxime “pep” Buquet
2019-04-08core/commands: remove safeJID call in list commandMaxime “pep” Buquet
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
2019-04-08Fix tab.name not being a string by calling the right propertyMaxime “pep” Buquet
2019-04-07Remove more safeJID callsMaxime “pep” Buquet
2019-04-07safeJID: Remove some safeJID callsMaxime “pep” Buquet
2019-03-30Corrects the functionality of /add and /accept commands in all the tabs. Fixe...Madhur Garg
2019-03-24Corrects the functionality of /add command in all tabs. Fixes #3395Madhur Garg
2019-03-23Corrects functionality of /reconnect in all type of tabs. Fixes #3471Madhur Garg
2019-03-19Change 'his/her' to 'their'Kim Alvefur
2019-03-18Fixes coding style; Corrected indentation and use of static length when displ...Madhur Garg
2019-03-18Fixes variable name #3426Madhur Garg
2019-03-18Hides the value of 'password' field being displayed in the InfoTab. Fixes #3426Madhur Garg
2019-02-24Only server-cycle on exact server matches (#3412)mathieui
2019-01-23Improve text of impromptu commandMaxime “pep” Buquet
2018-12-16Add /invite for ConversationTab to generate new room with all inviteesMaxime “pep” Buquet
2018-12-16Initial impromptu commandMaxime “pep” Buquet
2018-09-29Print the error given by the server when /bookmark fails.Emmanuel Gil Peyrot
2018-07-23Use the event handler to refresh when the tab changesmathieui
2018-07-22Fix /messagemathieui
2018-07-21Update poezio for the new tabs modulemathieui
2018-07-21yapf -ripmathieui
2018-07-08core.commands: Remove implicit conversion from Path to str in /set.Emmanuel Gil Peyrot
2018-06-28Replace the '%s' % var pattern with str(var).Emmanuel Gil Peyrot
2018-03-14Factorise the /version callback and make it handle errorsEmmanuel Gil Peyrot
2018-01-13yapf -irmathieui
2017-11-23Add an autojoined bookmark on /join.Emmanuel Gil Peyrot
2017-11-12yapf -irmathieui
2017-10-13Stop /win at the first tab foundmathieui
2017-10-13Change tab search behavior to select first matching tab, and cycle back the l...Maxime “pep” Buquet
2017-10-12Fix some excepts (bare, useless, unused)mathieui
2017-10-11Rename the self-command function to self_ and keep language semanticsmathieui
2017-10-11Fix #3338 (cycle tabs with /w foo instead of picking the first)mathieui
2017-10-08Fix #3336 (be clearer on "unbound" meaning)mathieui
2017-10-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot
2017-07-20Fix /server_cycle weirdnessmathieui
2017-03-26Fix #3299 (/message <muc> is buggy)mathieui