summaryrefslogtreecommitdiff
path: root/doc/source/configuration.rst
AgeCommit message (Collapse)Author
2022-09-21doc: improve documentation of the configuration fileHEADmainFlorian Schmaus
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
2022-04-06Add autocolor_tab_names to config and changelogMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-04-01doc: Move default_muc_service out of security categoryMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-04-11feature: add a mam_sync_limit tab optionmathieui
2021-04-11feature: add a mam_sync optionmathieui
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.
2021-01-29Remove force_remote_bookmarks optionmathieui
It is 2021, servers ought to not be broken that much.
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-24Rename bookmark_on_join to synchronise_open_roomsEmmanuel Gil Peyrot
Also add some more documentation about it.
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`.
2019-08-25Remove code for loading logsmathieui
we MAM now
2019-03-19Fix various spelling mistakes throughout the codeKim Alvefur
2019-01-04Fix several typos in the docs.Emmanuel Gil Peyrot
Thanks Mopi!
2018-12-16impromptu: document default_muc_serviceMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-10-13Fix build warnings in the docmathieui
2018-08-13Enable the vertical tabs by defaultEmmanuel Gil Peyrot
It looks *modern*!
2018-08-13Switch the default use_log value to trueEmmanuel Gil Peyrot
Since this is a privacy sensitive action, a short message is now displayed on first run.
2018-08-13Revert "Set enable_avatars to false until the colors issue is fixed"mathieui
This reverts commit bde9b31184de3138e649a662843b459fe3c3782a.
2018-07-01Replace information_popup_type_filter occurences with correct namingMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2017-12-20Set bookmark_on_join default value to falsemathieui
too many pitfalls
2017-11-27Update documentationmathieui
2017-10-11Set enable_avatars to false until the colors issue is fixedmathieui
2017-10-10Add documentation on enable_avatarmathieui
2017-10-10Fix #3190 (TOFU the SPKI hash and not the whole cert)mathieui
Makes letsencrypt renewals more pleasant. Thanks jonasw and aioxmpp for the ASN.1 wizardry
2017-10-09Fix #3322 (send a beep when we get disconnected)mathieui
2016-11-06Merge branch 'popup_filters' of https://github.com/LukeMarlin/poeziomathieui
2016-11-06Made doc more clear on how to configure information_popup_type_filterLuke Marlin
2016-10-23Fix typomathieui
2016-10-23Added information_popup_type_filter that allow toLuke Marlin
filter an entire type of messages such as 'roster' 'error' 'information' or 'debug'
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-04"information" is already plural, fix wordingmathieui
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-06-12Increase ping timeout delays (now that the ping actually works)mathieui
2016-06-12Disable smacks by defaultmathieui
2016-06-05Set "show_useless_separator" to true by defaultmathieui
For consistency
2016-06-05Enable message carbons by defaultmathieui
2015-10-05Get rid of the muc_history_length optionmathieui
It hasn’t worked for more than two years and no one complained. Furthermore, poezio tries to be smart and request messages based on previous activity, and not raw numbers.
2015-09-30Fix the plugins_dir documentationmathieui
2015-08-16Add an 'eval_password' optionmathieui
to read the password from a secrets store
2015-08-07Fix a section title in the configuration docFlorent Le Coz
2015-08-07Document self_ping_delayFlorent Le Coz
2015-06-18Add a show_jid_in_conversations optionmathieui
To hide or show the JID of the contact in conversation tabs.
2015-05-21Document the vertical_tab_list_size option bettermathieui
say it’s for horizontal size
2015-05-20Fix the doc. use_log is not true by default.Eijebong
2015-02-21Add a force_remote_bookmarks optionmathieui
2015-01-03Fix typos in the documentationmathieui
2014-12-24Add nick_color_aliases (default: true), to look for color of aliasesCélestin Matte
2014-12-24Add a muc_color section in the config file to permanently fix a color to a nickCélestin Matte