summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-04-11feature: add a /debug command to change logging level dynamicallymathieui
And changing the path too
2021-04-11feature: add a mam_sync_limit tab optionmathieui
2021-04-11feature: add a mam_sync optionmathieui
2021-02-23docs: update distributionsmathieui
2021-02-17muc: remove non-deterministic nick colorsmathieui
2021-02-09plugins: add a user_extras plugin with PEP eventsmathieui
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.
2021-01-29Remove force_remote_bookmarks optionmathieui
It is 2021, servers ought to not be broken that much.
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-12-26Update most references to dev.louiz.org to lab.louiz.org.Emmanuel Gil Peyrot
Redmine is dead.
2020-09-10Migrate to 'main' branchMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-04doc: Add a link to the package on Flathub.Emmanuel Gil Peyrot
2020-05-31Update version to 0.13.1v0.13.1mathieui
And remove some annoying logic
2020-05-28Doc: Fix display_user_color_in_join_part default valueMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-24Update version numbersmathieui
2020-05-24Rename bookmark_on_join to synchronise_open_roomsEmmanuel Gil Peyrot
Also add some more documentation about it.
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 keyboard action to go to room by unique prefixJonas Schäfer
This is especially useful in combination with the newly introduced `unique_prefix_tab_names` config option. It has no default binding.
2020-05-12Add option to show only the unique prefix of tab namesJonas Schäfer
When the set of tabs used fluctuate, the memory of which number belongs to which chat becomes difficult to work with. Non-numbers can be used to navigate tabs with `/win`, however, it is difficult to know which letters are required to select a certain tab. This option introduces a display mode for tab names where only the unique prefix of the tab name is shown, saving space and providing with a minimal string which can be used with `/win`.
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-05-01Update Python version minimum requirement to 3.7Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-23[ci skip] doc/usage: horizontal tab list isn't the default anymore, since ↵Maxime “pep” Buquet
2014 (thanks FireFly) 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>
2020-04-12doc: Add doc for BasePlugin dependencies and refsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-02-17doc: typo in code snippetMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-02-17plugins: doc for external plugins/entry pointsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-02-16doc: Add link to external OMEMO pluginMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-01-18doc: list additional required packages, add Debian two-linerGeorg Lukas
2020-01-15doc: explicitly use pip3Georg Lukas
2019-09-02doc: update Gentoo package availability infoAndrey Utkin
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
2019-08-25Remove code for loading logsmathieui
we MAM now
2019-07-02e2ee-api: Some more changes to the documentationMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-01e2ee-api: Add documentationMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-01doc/dev/slix: Fix Slixmpp titleMaxime “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-21doc: Rename keys into keyboard shortcuts, to be more easily discoverableEmmanuel Gil Peyrot
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-03-19Fix various spelling mistakes throughout the codeKim Alvefur
2019-02-14Update urls to point to lab.louiz.orgMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
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: document default_muc_serviceMaxime “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
2018-10-13Reference the documentation for the upload pluginmathieui