Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2021-04-11 | feature: add a mam_sync_limit tab option | mathieui | |
2021-04-11 | feature: add a mam_sync option | mathieui | |
2021-02-17 | muc: remove non-deterministic nick colors | 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-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 | Rename bookmark_on_join to synchronise_open_rooms | Emmanuel Gil Peyrot | |
Also add some more documentation about it. | |||
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`. | |||
2019-08-25 | Remove code for loading logs | mathieui | |
we MAM now | |||
2019-03-19 | Fix various spelling mistakes throughout the code | Kim Alvefur | |
2019-01-04 | Fix several typos in the docs. | Emmanuel Gil Peyrot | |
Thanks Mopi! | |||
2018-12-16 | impromptu: document default_muc_service | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-10-13 | Fix build warnings in the doc | mathieui | |
2018-08-13 | Enable the vertical tabs by default | Emmanuel Gil Peyrot | |
It looks *modern*! | |||
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-07-01 | Replace information_popup_type_filter occurences with correct naming | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2017-12-20 | Set bookmark_on_join default value to false | mathieui | |
too many pitfalls | |||
2017-11-27 | Update documentation | mathieui | |
2017-10-11 | Set enable_avatars to false until the colors issue is fixed | mathieui | |
2017-10-10 | Add documentation on enable_avatar | mathieui | |
2017-10-10 | Fix #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-09 | Fix #3322 (send a beep when we get disconnected) | mathieui | |
2016-11-06 | Merge branch 'popup_filters' of https://github.com/LukeMarlin/poezio | mathieui | |
2016-11-06 | Made doc more clear on how to configure information_popup_type_filter | Luke Marlin | |
2016-10-23 | Fix typo | mathieui | |
2016-10-23 | Added information_popup_type_filter that allow to | Luke Marlin | |
filter an entire type of messages such as 'roster' 'error' 'information' or 'debug' | |||
2016-10-09 | Remove 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 wording | mathieui | |
2016-10-04 | Rename "roster" to "contact list" | mathieui | |
2016-10-04 | Replace "MUC" by "chatroom" in the documentation | mathieui | |
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs. | |||
2016-06-12 | Increase ping timeout delays (now that the ping actually works) | mathieui | |
2016-06-12 | Disable smacks by default | mathieui | |
2016-06-05 | Set "show_useless_separator" to true by default | mathieui | |
For consistency | |||
2016-06-05 | Enable message carbons by default | mathieui | |
2015-10-05 | Get rid of the muc_history_length option | mathieui | |
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-30 | Fix the plugins_dir documentation | mathieui | |
2015-08-16 | Add an 'eval_password' option | mathieui | |
to read the password from a secrets store | |||
2015-08-07 | Fix a section title in the configuration doc | Florent Le Coz | |
2015-08-07 | Document self_ping_delay | Florent Le Coz | |
2015-06-18 | Add a show_jid_in_conversations option | mathieui | |
To hide or show the JID of the contact in conversation tabs. | |||
2015-05-21 | Document the vertical_tab_list_size option better | mathieui | |
say it’s for horizontal size | |||
2015-05-20 | Fix the doc. use_log is not true by default. | Eijebong | |
2015-02-21 | Add a force_remote_bookmarks option | mathieui | |
2015-01-03 | Fix typos in the documentation | mathieui | |
2014-12-24 | Add nick_color_aliases (default: true), to look for color of aliases | Célestin Matte | |
2014-12-24 | Add a muc_color section in the config file to permanently fix a color to a nick | Célestin Matte | |
2014-12-20 | Add a deterministic_nick_colors option (default: true) | mathieui | |