summaryrefslogtreecommitdiff
path: root/data/default_config.cfg
AgeCommit message (Collapse)Author
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-06-28Reintroduce the concept of resource, but named device_id and generated.Emmanuel Gil Peyrot
2018-01-25Fix typography in the default config.Emmanuel Gil Peyrot
2018-01-25Use full-blocks by default for images.Emmanuel Gil Peyrot
This prevents bugs in some terminals.
2017-12-20Set bookmark_on_join default value to falsemathieui
too many pitfalls
2017-11-24config: Switch the default for show_muc_jid from True to False.Emmanuel Gil Peyrot
2017-11-23Add an autojoined bookmark on /join.Emmanuel Gil Peyrot
2017-10-14Add an option to disable CSS parsing.Emmanuel Gil Peyrot
Fixes #3340.
2017-10-11Set enable_avatars to false until the colors issue is fixedmathieui
2017-10-09Fix #3322 (send a beep when we get disconnected)mathieui
2017-10-07Display contact avatar in the roster.Emmanuel Gil Peyrot
Implements XEP-0084 and XEP-0153.
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-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-05Comment most options by default in the config filemathieui
It’s a bit late for that, but we have to do this in order to ensure new setting values will be used after an update if the user didn’t willingly change them.
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-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-02-21Add missing options to default_config.cfg and fix some valuesmathieui
2015-02-21Add a force_remote_bookmarks optionmathieui
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
2014-12-20Add a deterministic_nick_colors option (default: true)mathieui
2014-12-11Fix #2847 (SASL External support)mathieui
- 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-05Fix the comment on auto_reconnect toomathieui
2014-12-04Set auto_reconnect to True by defaultFlorent Le Coz
2014-10-16Extract XHTML-IM inline imags by defaultmathieui
- Add two new options: tmp_image_dir and extract_inline_images - tmp_image_dir is $XDG_CACHE_HOME(usually ~/.cache)/poezio/images if unset - Name the images from a SHA-1 of their data and their mimetype - Output file:// links inside the message
2014-10-12Add an open_all_bookmarks optionmathieui
this option determines if the non-autojoin bookmarks will be opened on startup or not. It is false by default.
2014-09-17Fix the doc for remote_fifo_path (fixes #2584)mathieui
2014-04-27Fix #2106 (implement message delivery receipts)mathieui
- two options request/ack_message_receipts - two new theme parameters : CHAR_ACK_RECEIVED and COLOR_CHAR_ACK - if a message has a receipt, the character is displayed between the timestamp and the nick, using the color
2014-04-15Document the create_gaps optionmathieui
and sets the default value to false, to keep coherent with the code.
2014-04-15Fix #2440 (highlight composing tabs)mathieui
- add a show_composing_tabs option, default value: "direct" - todo: find a nice different color for this
2014-04-09Set display_user_color_in_join_part to true by defaultmathieui
2014-03-21Update setup.py (from what was changed for the pypi release)mathieui
also remove old stuff from the default config
2014-02-13Add a configurable way of setting cipher suitesMathieu Pasquet
And put reasonable defaults
2014-02-13Fix #2407 (unencrypted connections)mathieui
Add a force_encryption option set to true by default.
2013-08-09Move the most relevant options to the top of the default config filemathieui
(people may not want to read the whole file to setup their account)
2013-08-03Logs errors by default, in a dedicated filemathieui
- log_errors option, true by default - errors go in log_dir/errors.log (so $XDG_DATA_HOME/errors.log by default) This should help a lot for debugging, and provide a way for people to easily give debug traces without useless or personal infos.