summaryrefslogtreecommitdiff
path: root/doc/source/configuration.rst
AgeCommit message (Collapse)Author
2014-04-23Documentation updatemathieui
- add some formatting and links (also, typos) - link the Theme class from the theming page
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-02-20Documentation updatemathieui
sort the configurations options by theme make the sidebar fixed
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-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.
2013-07-31Fix #2306 (none, to, and from subscriptions should be more visible)mathieui
Added a configuration option and some theme variables.
2013-06-18Let the user disable the auto-ping by setting connection_check_interval to 0Florent Le Coz
2013-06-11Fix #2315 (send pings to the server every minute to check the connection)mathieui
add two new options: connection_timeout_delay and connection_check_interval
2013-06-10Implement Message Carbons (XEP-280)mathieui
- Add an option enable_carbons (defaults to false) - Make a disco on non-roster entites to determine if the message commes from a muc private chat or not.
2013-05-06Fix #2286mathieui
Also fix the copy of the default config if -f is used
2013-04-10Add keysmathieui
2013-04-10Add the configuration sectionmathieui