Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-28 | Doc: Fix display_user_color_in_join_part default value | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | Update version numbers | mathieui | |
2020-05-24 | Rename bookmark_on_join to synchronise_open_rooms | Emmanuel Gil Peyrot | |
Also add some more documentation about it. | |||
2020-05-24 | Add a /leave command | Emmanuel 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-12 | Add keyboard action to go to room by unique prefix | Jonas 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-12 | Add option to show only the unique prefix of tab names | Jonas 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-12 | Add /wup command | Jonas 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-07 | affiliation: fix usage string and add documentation | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-01 | Update Python version minimum requirement to 3.7 | Maxime “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-hoc | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-12 | doc: Add doc for BasePlugin dependencies and refs | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-02-17 | doc: typo in code snippet | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-02-17 | plugins: doc for external plugins/entry points | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-02-16 | doc: Add link to external OMEMO plugin | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-01-18 | doc: list additional required packages, add Debian two-liner | Georg Lukas | |
2020-01-15 | doc: explicitly use pip3 | Georg Lukas | |
2019-09-02 | doc: update Gentoo package availability info | Andrey Utkin | |
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org> | |||
2019-08-25 | Remove code for loading logs | mathieui | |
we MAM now | |||
2019-07-02 | e2ee-api: Some more changes to the documentation | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-07-01 | e2ee-api: Add documentation | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-07-01 | doc/dev/slix: Fix Slixmpp title | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-06-29 | Fix doc rendering | pitchum | |
2019-06-22 | Update documentation for scrollback with the alias | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-06-20 | Updated usage of /sb in documentation | Madhur Garg | |
2019-06-20 | Documentation for scrollback command. | Madhur Garg | |
2019-04-21 | doc: Rename keys into keyboard shortcuts, to be more easily discoverable | Emmanuel Gil Peyrot | |
2019-04-18 | doc/commands: fix `versionadded` block indentation | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-03-19 | Change '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-19 | Fix various spelling mistakes throughout the code | Kim Alvefur | |
2019-02-14 | Update urls to point to lab.louiz.org | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2019-01-04 | Fix several typos in the docs. | Emmanuel Gil Peyrot | |
Thanks Mopi! | |||
2018-12-16 | impromptu: add versionadded info in doc | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | impromptu: document default_muc_service | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-16 | impromptu: add or update documentation for commands | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-10-13 | Fix build warnings in the doc | mathieui | |
2018-10-13 | Reference the documentation for the upload plugin | mathieui | |
2018-10-12 | add documentation refs for the contact plugin | mathieui | |
2018-08-15 | doc: Describe the first Debian release to have poezio. | Emmanuel Gil Peyrot | |
2018-08-14 | Next version is 0.13 | mathieui | |
2018-08-13 | Enable the vertical tabs by default | Emmanuel Gil Peyrot | |
It looks *modern*! | |||
2018-08-13 | Update the required Python version in the docs | Emmanuel Gil Peyrot | |
2018-08-13 | Add myself as a maintainer | Emmanuel Gil Peyrot | |
2018-08-13 | Switch the default use_log value to true | Emmanuel Gil Peyrot | |
Since this is a privacy sensitive action, a short message is now displayed on first run. | |||
2018-08-13 | Revert "Set enable_avatars to false until the colors issue is fixed" | mathieui | |
This reverts commit bde9b31184de3138e649a662843b459fe3c3782a. | |||
2018-08-11 | Update documentation (fix #3410) | mathieui | |
2018-08-09 | Remove the GPG plugin | mathieui | |
It’s broken and nobody is using it as far as I know. | |||
2018-07-28 | doc: Mark 0066 as partly supported thanks to embed plugin. | Emmanuel Gil Peyrot | |
2018-07-22 | Fix close_all and change_title plugins | mathieui | |
2018-07-01 | Replace information_popup_type_filter occurences with correct naming | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> |