summaryrefslogtreecommitdiff
path: root/poezio/config.py
AgeCommit message (Expand)Author
2019-10-27Fix syntax warnings (thanks python 3.8)mathieui
2019-10-27Make global objects not Optionalmathieui
2019-08-25Remove code for loading logsmathieui
2019-08-21Fix xml debug logsmathieui
2019-05-07config: ensure tabname is not a JID objectMaxime “pep” Buquet
2019-04-17save_order, save: config option is not always a stringMaxime “pep” Buquet
2019-03-18Fixes coding style; Corrected indentation and use of static length when displ...Madhur Garg
2019-03-18Hides the value of 'password' field being displayed in the InfoTab. Fixes #3426Madhur Garg
2018-12-16Add configuration for default_muc server to join if no muc available on domainMaxime “pep” Buquet
2018-08-15Fix an error introduced in the last commitmathieui
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-08-13Enable the vertical tabs by defaultEmmanuel Gil Peyrot
2018-08-13Switch the default use_log value to trueEmmanuel Gil Peyrot
2018-08-13Revert "Set enable_avatars to false until the colors issue is fixed"mathieui
2018-07-22config: Default LOG_DIR to the local Path.Emmanuel Gil Peyrot
2018-07-22Add type hints here and theremathieui
2018-07-21yapf -ripmathieui
2018-07-21config: Cast Path to str() before passing it to copy2.Emmanuel Gil Peyrot
2018-07-19config: Try to create the logs directory before setting up error logs.Emmanuel Gil Peyrot
2018-07-08config: Use pathlib.Path.open() instead of open().Emmanuel Gil Peyrot
2018-07-08config: Replace the config file with its new version, rather than copy2/remove.Emmanuel Gil Peyrot
2018-07-08Add some more str() on Paths…Emmanuel Gil Peyrot
2018-07-05Add a bunch of str() to convert pathlib.Path into str.Emmanuel Gil Peyrot
2018-07-05config: Pass a str rather than a Path to RawConfigParser, fixes Python 3.5 s...Emmanuel Gil Peyrot
2018-07-05config: Stop using os.path to split pathlib.Path objects.Emmanuel Gil Peyrot
2018-07-04config: remove check_create_log_dir().Emmanuel Gil Peyrot
2018-07-04Remove the data_dir option, and replace it with XDG_DATA_HOME.Emmanuel Gil Peyrot
2018-07-04Replace config.CACHE_DIR with xdg.CACHE_HOME.Emmanuel Gil Peyrot
2018-07-04Factorise retrieving tmp_image_dir.Emmanuel Gil Peyrot
2018-07-04Move XDG basedir functions to the poezio.xdg module.Emmanuel Gil Peyrot
2018-07-03Only create the config dir after parsing the CLI args.Emmanuel Gil Peyrot
2018-06-28Reintroduce the concept of resource, but named device_id and generated.Emmanuel Gil Peyrot
2018-05-14config: Add DATA_DIR global constantMaxime “pep” Buquet
2018-05-14config: Reject relative XDG basedir paths.Emmanuel Gil Peyrot
2018-05-14config: Use lowercase for local variables.Emmanuel Gil Peyrot
2018-03-31Use the new slixmpp filesystem cache to store caps.Emmanuel Gil Peyrot
2018-01-25Use full-blocks by default for images.Emmanuel Gil Peyrot
2018-01-13yapf -irmathieui
2018-01-13Open and write logs and config files in utf-8mathieui
2017-12-20Set bookmark_on_join default value to falsemathieui
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-11-14self-ping: add 'timeout' option for ping responseGeorg Lukas
2017-11-14self-ping: rename option from 'delay' to 'interval'Georg Lukas
2017-11-12yapf -irmathieui
2017-10-14Add an option to disable CSS parsing.Emmanuel Gil Peyrot
2017-10-13Improve some bare or redundant exceptsmathieui
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-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot