Commit graph

449 commits

Author SHA1 Message Date
Emmanuel Gil Peyrot
69f28e97f3 Documentation: Fix theming docs, the module is namespaced in poezio.
Thanks Hund for finding this issue!
2021-11-15 12:02:12 +01:00
90242b8243
doc: Increase emphasis on OMEMO location
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-07-14 10:55:47 +02:00
Raghav Gururajan
3035f4ed4d Update install.rst 2021-06-22 08:08:12 +02:00
mathieui
1640a90a63 feature: add a /debug command to change logging level dynamically
And changing the path too
2021-04-11 18:50:31 +02:00
mathieui
18b1d5ae72 feature: add a mam_sync_limit tab option 2021-04-11 16:33:53 +02:00
mathieui
6f36d6b507 feature: add a mam_sync option 2021-04-11 16:33:53 +02:00
mathieui
49820f1460 docs: update distributions 2021-02-23 20:36:41 +01:00
mathieui
ee8a3c1121 muc: remove non-deterministic nick colors 2021-02-17 22:04:20 +01:00
mathieui
5c6b2adeb2 plugins: add a user_extras plugin with PEP events 2021-02-09 19:16:03 +01:00
mathieui
2cfe56bbbe Remove activity/mood/gaming/tune from poezio core
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-02-09 19:16:03 +01:00
mathieui
9f1e80cd5c Remove force_remote_bookmarks option
It is 2021, servers ought to not be broken that much.
2021-01-29 11:23:31 +01:00
Emmanuel Gil Peyrot
85b1222222 Add (back?) reason and altroom arguments for /destroy_room.
Also make use of slixmpp’s new destroy_room() function.
2020-12-28 19:10:53 +01:00
Emmanuel Gil Peyrot
978d70f38e Update most references to dev.louiz.org to lab.louiz.org.
Redmine is dead.
2020-12-26 23:21:17 +01:00
4b01469a62 Migrate to 'main' branch
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-10 10:05:55 +02:00
Emmanuel Gil Peyrot
81b9f45bbb doc: Add a link to the package on Flathub. 2020-09-04 20:39:41 +02:00
mathieui
d8785ae0bd Update version to 0.13.1
And remove some annoying logic
2020-05-31 17:50:19 +02:00
ee6c70fd24
Doc: Fix display_user_color_in_join_part default value
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-28 01:02:27 +02:00
mathieui
5304a89e2f Update version numbers 2020-05-24 17:15:43 +02:00
Emmanuel Gil Peyrot
3d91223066 Rename bookmark_on_join to synchronise_open_rooms
Also add some more documentation about it.
2020-05-24 16:21:14 +02:00
Emmanuel Gil Peyrot
ee0caff6ca Add a /leave command
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-24 15:57:40 +02:00
Jonas Schäfer
1e7ce43789 Add keyboard action to go to room by unique prefix
This is especially useful in combination with the
newly introduced `unique_prefix_tab_names` config option. It has
no default binding.
2020-05-12 22:26:51 +02:00
Jonas Schäfer
a15e52dc39 Add option to show only the unique prefix of tab names
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 22:26:51 +02:00
Jonas Schäfer
eab4615fe0 Add /wup command
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-12 22:26:51 +02:00
880f024c68
affiliation: fix usage string and add documentation
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-07 23:11:35 +02:00
64ed37870e
Update Python version minimum requirement to 3.7
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-01 14:53:18 +02:00
b98f140c38
[ci skip] doc/usage: horizontal tab list isn't the default anymore, since 2014 (thanks FireFly)
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-23 14:33:21 +02:00
6d6a32a39f
[ci skip] doc/commands: add ad-hoc
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-23 13:48:45 +02:00
37ddf81fd4
doc: Add doc for BasePlugin dependencies and refs
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12 18:59:13 +02:00
f002cc9b1a
doc: typo in code snippet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-02-17 03:27:03 +01:00
66323e32f0
plugins: doc for external plugins/entry points
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-02-17 03:03:47 +01:00
2722a6ef5e
doc: Add link to external OMEMO plugin
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-02-16 16:27:50 +01:00
Georg Lukas
f7c4a13dda doc: list additional required packages, add Debian two-liner 2020-01-18 23:47:10 +01:00
Georg Lukas
3b0d602fc2 doc: explicitly use pip3 2020-01-15 17:40:06 +01:00
Andrey Utkin
04677b2116 doc: update Gentoo package availability info
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
2019-09-02 19:19:33 +02:00
mathieui
0556b3d7a3
Remove code for loading logs
we MAM now
2019-08-25 23:05:06 +02:00
8211f3d6f1
e2ee-api: Some more changes to the documentation
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-02 00:07:34 +02:00
a8bf37eb61
e2ee-api: Add documentation
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-01 23:54:10 +02:00
b9deb7e164
doc/dev/slix: Fix Slixmpp title
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-01 19:42:08 +02:00
pitchum
286f69912b Fix doc rendering 2019-06-29 09:31:56 +02:00
0628c97706
Update documentation for scrollback with the alias
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-06-22 04:17:39 +02:00
Madhur Garg
ca72ac8d26 Updated usage of /sb in documentation 2019-06-20 03:09:30 +05:30
Madhur Garg
20a6094331 Documentation for scrollback command. 2019-06-20 03:09:30 +05:30
Emmanuel Gil Peyrot
c737d2721f doc: Rename keys into keyboard shortcuts, to be more easily discoverable 2019-04-21 14:15:33 +02:00
e2981f3377
doc/commands: fix versionadded block indentation
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-18 20:36:42 +01:00
Kim Alvefur
5eb3e36b61 Change 'his/her' to 'their'
It's shorter and reads better.

Also removes 'its', which might be intented to refer to bots or the like.
2019-03-19 18:25:46 +00:00
Kim Alvefur
a6e66cd50e Fix various spelling mistakes throughout the code 2019-03-19 17:50:58 +00:00
fa2f6a62ed
Update urls to point to lab.louiz.org
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-14 15:19:11 +00:00
Emmanuel Gil Peyrot
7d6cd69511 Fix several typos in the docs.
Thanks Mopi!
2019-01-04 13:54:28 +01:00
9b25abf9fb impromptu: add versionadded info in doc
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16 16:57:48 +00:00
91ee121195 impromptu: document default_muc_service
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16 16:57:48 +00:00