Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-10 | Add myself to more authors stuff | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-04-06 | Add autocolor_tab_names to config and changelog | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-04-01 | doc: Move default_muc_service out of security category | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-02-10 | Add a /sticker plugin | Emmanuel Gil Peyrot | |
This plugin currently uploads the selected sticker every time, to the HTTP File Upload service of the server (see XEP-0363), a future optimisation would be to use XEP-0231 instead, for better caching on the recipient side. It relies on a helper tool to select the wanted sticker inside the pack, a sample one is provided in tools/sticker-picker/, but it is not built by default. | |||
2021-11-15 | Documentation: Fix theming docs, the module is namespaced in poezio. | Emmanuel Gil Peyrot | |
Thanks Hund for finding this issue! | |||
2021-07-14 | doc: Increase emphasis on OMEMO location | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2021-06-22 | Update install.rst | Raghav Gururajan | |
2021-04-11 | feature: add a /debug command to change logging level dynamically | mathieui | |
And changing the path too | |||
2021-04-11 | feature: add a mam_sync_limit tab option | mathieui | |
2021-04-11 | feature: add a mam_sync option | mathieui | |
2021-02-23 | docs: update distributions | mathieui | |
2021-02-17 | muc: remove non-deterministic nick colors | mathieui | |
2021-02-09 | plugins: add a user_extras plugin with PEP events | mathieui | |
2021-02-09 | Remove activity/mood/gaming/tune from poezio core | mathieui | |
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-29 | Remove force_remote_bookmarks option | mathieui | |
It is 2021, servers ought to not be broken that much. | |||
2020-12-28 | Add (back?) reason and altroom arguments for /destroy_room. | Emmanuel Gil Peyrot | |
Also make use of slixmpp’s new destroy_room() function. | |||
2020-12-26 | Update most references to dev.louiz.org to lab.louiz.org. | Emmanuel Gil Peyrot | |
Redmine is dead. | |||
2020-09-10 | Migrate to 'main' branch | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-04 | doc: Add a link to the package on Flathub. | Emmanuel Gil Peyrot | |
2020-05-31 | Update version to 0.13.1v0.13.1 | mathieui | |
And remove some annoying logic | |||
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 | |