summaryrefslogtreecommitdiff
path: root/doc/source/commands.rst
AgeCommit message (Collapse)Author
2021-04-11feature: add a /debug command to change logging level dynamicallymathieui
And changing the path too
2021-02-17muc: remove non-deterministic nick colorsmathieui
2021-02-09Remove activity/mood/gaming/tune from poezio coremathieui
rationale: probably 0.1% of poezio users have ever used the commands, and a very small number of users are using the PEP events like that. It is better to unclutter the poezio source and add it as a plugin, with less tight coupling.
2020-12-28Add (back?) reason and altroom arguments for /destroy_room.Emmanuel Gil Peyrot
Also make use of slixmpp’s new destroy_room() function.
2020-05-24Add a /leave commandEmmanuel Gil Peyrot
This is the other side of /join when bookmark_on_join is set to true. It lets the user easily leave a bookmarked MUC from all of their clients at once.
2020-05-12Add /wup commandJonas Schäfer
The `/wup` command selects a tab by the prefix of its name only. The `/win` will do a substring match based on the first tab going from the current tab which matches the substring. This can be confusing, especially since `/win` matches on different types of tab "names" not only on the name which is shown in the info bar by default. The `/wup` command exclusively matches based on the prefix of the tab.name string. This has the advantage that it is consistent, deterministic and independent of the currently selected tab.
2020-05-07affiliation: fix usage string and add documentationMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-23[ci skip] doc/commands: add ad-hocMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-06-29Fix doc renderingpitchum
2019-06-22Update documentation for scrollback with the aliasMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-06-20Updated usage of /sb in documentationMadhur Garg
2019-06-20Documentation for scrollback command.Madhur Garg
2019-04-18doc/commands: fix `versionadded` block indentationMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-19Change 'his/her' to 'their'Kim Alvefur
It's shorter and reads better. Also removes 'its', which might be intented to refer to bots or the like.
2019-01-04Fix several typos in the docs.Emmanuel Gil Peyrot
Thanks Mopi!
2018-12-16impromptu: add versionadded info in docMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16impromptu: add or update documentation for commandsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-10-13Fix build warnings in the docmathieui
2016-11-21Reword the doc for /topic, and add the fact that it prints it with no argumentlouiz’
see #3263
2016-10-14Rename /reset to /filter_reset in XML tab, for consistencylouiz’
2016-10-13Fix the doc for the /w commandlouiz’
It has not been touched since approxymately poezio 0.5
2016-10-09Remove the resource option from the configuration.Emmanuel Gil Peyrot
It’s considered bad practice nowadays to force a specific resource, it can lead to presence leaks or reconnection loops so should be avoided. Moreover this was already possible in the jid option, by setting it to user@domain/resource, setting it would append it a second time in that case.
2016-10-04Rename "roster" to "contact list"mathieui
2016-10-04Replace "MUC" by "chatroom" in the documentationmathieui
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs.
2016-08-26Update docs for /groupaddmathieui
and changelog
2016-08-21Update /bookmarks helpmathieui
2016-03-09Document the affiliation and roles commandsFlorent Le Coz
2015-08-03Beginning, not beginingFlorent Le Coz
2015-02-03Add a random arg to /colorEijebong
2015-01-06Comment the /color commandFlorent Le Coz
2014-12-30Add a command to reload the config.Eijebong
2014-12-11Fix #2847 (SASL External support)mathieui
- Add two new options, keyfile and certfile, which must be both set for the auth to work. - if both are set, then poezio doesn’t force-prompt a password if there is none specified - add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs commands. - add a page of documentation on the process
2014-12-07Document the new filtering commandsmathieui
2014-12-05Add documentation for /set_defaultmathieui
and fix minor typing mistakes too
2014-10-11Add a /dump <filename> command to the XML tabmathieui
2014-04-26Fix #2514 (add a /toggle command)mathieui
2014-04-26Fix #2444 (implement room destroy)mathieui
- destroy the current room if no parameter - destroy the room given as a parameter if any - no reason or alt room because it would be ambiguous in a command (implementation ideas welcome)
2014-04-12Fix #2503/4 (use “.” as an alias for the current tab in /move_tab)mathieui
2014-04-11Fix #2421 (load and unload several plugins)mathieui
2014-03-28Also document manual plugin loadmathieui
(why wasn’t that already here?)
2013-11-14Add a /password command in the RosterTabMathieu Pasquet
Thanks to Florob for the initial input
2013-08-05Add a specific /invite command for the MucTabmathieui
2013-08-01Move /clear_infos to /clear for consistencymathieui
2013-06-20Add a documentation page for PEP (and update some commands)mathieui
2013-04-12Add the usage helpmathieui
2013-04-10Add keysmathieui
2013-04-10Add the configuration sectionmathieui
2013-04-10Add the separate accounts pagemathieui
2013-04-10Add the message correction notemathieui
2013-04-09Somehow finish the migration of the command listmathieui