summaryrefslogtreecommitdiff
path: root/poezio/config.py
AgeCommit message (Expand)Author
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
2017-10-08Add a cache for vCard avatars.Emmanuel Gil Peyrot
2017-10-07Display contact avatar in the roster.Emmanuel Gil Peyrot
2016-10-23Added information_popup_type_filter that allow toLuke Marlin
2016-10-09Remove the resource option from the configuration.Emmanuel Gil Peyrot
2016-08-29Remove an except block targetting Python 3.1.Emmanuel Gil Peyrot
2016-07-30Disable unused logging levels, makes logging.debug about 25 times faster.Emmanuel Gil Peyrot
2016-06-30Absolute imports everywheremathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-12Increase ping timeout delays (now that the ping actually works)mathieui
2016-06-12Disable smacks by defaultmathieui
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot