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
ee8a3c1121
muc: remove non-deterministic nick colors
2021-02-17 22:04:20 +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
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
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
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
mathieui
0556b3d7a3
Remove code for loading logs
...
we MAM now
2019-08-25 23:05:06 +02:00
Kim Alvefur
a6e66cd50e
Fix various spelling mistakes throughout the code
2019-03-19 17:50:58 +00:00
Emmanuel Gil Peyrot
7d6cd69511
Fix several typos in the docs.
...
Thanks Mopi!
2019-01-04 13:54:28 +01:00
91ee121195
impromptu: document default_muc_service
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16 16:57:48 +00:00
mathieui
b4417b27a1
Fix build warnings in the doc
2018-10-13 13:44:54 +02:00
Emmanuel Gil Peyrot
fe7d68cad1
Enable the vertical tabs by default
...
It looks *modern*!
2018-08-13 22:50:36 +02:00
Emmanuel Gil Peyrot
661fab8df0
Switch the default use_log value to true
...
Since this is a privacy sensitive action, a short message is now
displayed on first run.
2018-08-13 22:04:42 +02:00
mathieui
40fc9246e5
Revert "Set enable_avatars to false until the colors issue is fixed"
...
This reverts commit bde9b31184
.
2018-08-13 21:39:08 +02:00
b072c1390b
Replace information_popup_type_filter occurences with correct naming
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-07-01 01:09:45 +01:00
mathieui
dd33ce58dc
Set bookmark_on_join default value to false
...
too many pitfalls
2017-12-20 19:04:48 +01:00
mathieui
57692e5fc4
Update documentation
2017-11-27 22:19:50 +01:00
mathieui
bde9b31184
Set enable_avatars to false until the colors issue is fixed
2017-10-11 00:14:45 +02:00
mathieui
fb68132e8a
Add documentation on enable_avatar
2017-10-10 13:07:17 +02:00
mathieui
ef84a109e8
Fix #3190 (TOFU the SPKI hash and not the whole cert)
...
Makes letsencrypt renewals more pleasant.
Thanks jonasw and aioxmpp for the ASN.1 wizardry
2017-10-10 00:52:44 +02:00
mathieui
3b5ea1a961
Fix #3322 (send a beep when we get disconnected)
2017-10-09 01:06:53 +02:00
mathieui
474966c5f7
Merge branch 'popup_filters' of https://github.com/LukeMarlin/poezio
2016-11-06 18:54:45 +01:00
Luke Marlin
62a04803f0
Made doc more clear on how to configure information_popup_type_filter
2016-11-06 17:42:25 +01:00
mathieui
d529b13729
Fix typo
2016-10-23 21:15:12 +02:00
Luke Marlin
3c894ea558
Added information_popup_type_filter that allow to
...
filter an entire type of messages such as 'roster'
'error' 'information' or 'debug'
2016-10-23 16:25:44 +02:00
Emmanuel Gil Peyrot
f8d5fa9b1c
Remove the resource option from the configuration.
...
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-09 17:06:33 +02:00
mathieui
9dd5f0b4de
"information" is already plural, fix wording
2016-10-04 00:54:57 +02:00
mathieui
f1bfec332f
Rename "roster" to "contact list"
2016-10-04 00:40:56 +02:00
mathieui
5a6ba4dda8
Replace "MUC" by "chatroom" in the documentation
...
And fix some linewrapping, obsolete references to poezio.eu, and
obsolete docs.
2016-10-04 00:29:19 +02:00
mathieui
ce915a86c1
Increase ping timeout delays (now that the ping actually works)
2016-06-12 21:46:46 +02:00
mathieui
aa79acb7d9
Disable smacks by default
2016-06-12 21:45:04 +02:00
mathieui
acf22faecf
Set "show_useless_separator" to true by default
...
For consistency
2016-06-05 13:50:54 +02:00
mathieui
c00cfecdf8
Enable message carbons by default
2016-06-05 13:35:03 +02:00
mathieui
11d41625e2
Get rid of the muc_history_length option
...
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-10-05 21:44:33 +02:00
mathieui
ad10738981
Fix the plugins_dir documentation
2015-09-30 01:03:12 +02:00
mathieui
37774bc352
Add an 'eval_password' option
...
to read the password from a secrets store
2015-08-16 12:22:10 +02:00
Florent Le Coz
4c63b264a4
Fix a section title in the configuration doc
2015-08-07 18:11:52 +02:00
Florent Le Coz
4d70c44a7d
Document self_ping_delay
2015-08-07 18:11:43 +02:00
mathieui
d9050e9565
Add a show_jid_in_conversations option
...
To hide or show the JID of the contact in conversation tabs.
2015-06-18 21:11:58 +02:00
mathieui
927822cb46
Document the vertical_tab_list_size option better
...
say it’s for horizontal size
2015-05-21 10:36:48 +02:00
Eijebong
c59ece0cbf
Fix the doc. use_log is not true by default.
2015-05-20 15:30:30 +02:00
mathieui
2583b6a934
Add a force_remote_bookmarks option
2015-02-21 22:04:03 +01:00
mathieui
25382977c4
Fix typos in the documentation
2015-01-03 23:14:37 +01:00
Célestin Matte
0ae1ee2fbf
Add nick_color_aliases (default: true), to look for color of aliases
2014-12-24 00:29:41 +01:00
Célestin Matte
251a10ab0d
Add a muc_color section in the config file to permanently fix a color to a nick
2014-12-24 00:28:22 +01:00
mathieui
2452706b90
Add a deterministic_nick_colors option (default: true)
2014-12-20 23:13:26 +01:00
mathieui
00396c158a
Fix #2847 (SASL External support)
...
- Add two new options, keyfile and certfile, which must be both set for
the auth to work.
- if both are set, then poezio doesn’t force-prompt a password if there
is none specified
- add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs
commands.
- add a page of documentation on the process
2014-12-11 22:28:44 +01:00
Florent Le Coz
2e25595aec
Introduce the go_to_previous_tab_on_alt_number option
...
fix #2841
2014-12-09 16:43:23 +01:00