summaryrefslogtreecommitdiff
path: root/poezio/config.py
AgeCommit message (Expand)Author
2021-07-02fix: improve typingmathieui
2021-04-20fix: do not traceback on invalid jids in config.get_by_servnamemathieui
2021-04-11internal: remove more global state from configmathieui
2021-04-11feature: add a /debug command to change logging level dynamicallymathieui
2021-04-11refactor: move argument parsing away from config.pymathieui
2021-04-11feature: add a mam_sync_limit tab optionmathieui
2021-04-11feature: add a mam_sync optionmathieui
2021-04-02fix: restore toggle & get previous behaviormathieui
2021-04-02fix; make python 3.7 happymathieui
2021-04-02fix: add back the remove_section() for Configmathieui
2021-04-02fix: config, give up on typing Config.getmathieui
2021-04-02make pylint happymathieui
2021-04-02fix: tons of type errorsmathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2021-04-02refactor: Make the poezio config not inherit from configparsermathieui
2021-02-17muc: remove non-deterministic nick colorsmathieui
2021-01-29Remove force_remote_bookmarks optionmathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-05-24Rename bookmark_on_join to synchronise_open_roomsEmmanuel Gil Peyrot
2020-05-12Add option to show only the unique prefix of tab namesJonas Schäfer
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