summaryrefslogtreecommitdiffstats
path: root/deluge/configmanager.py
Commit message (Expand)AuthorAge
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* Ensure configmanager config dir path is unicodeCalum Lind2017-06-08
* [Core] Ensure absolute dirpath for config dirCalum Lind2017-03-29
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Fix files to pass Flake8 v3.2.0Calum Lind2016-11-17
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Refactor flake8 noqa's and add msg numbersCalum Lind2016-11-04
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [#2914] Fix: Specifying file version for default configbendikro2016-10-30
* Revert "[Py2to3] Clean-up the use of keys() on dictionary objects."Calum Lind2016-10-26
* [Py2to3] Clean-up the use of keys() on dictionary objects.Andrew Resch2016-10-26
* [Lint] Fix and remove old-style-class from ignore warningsbendikro2016-05-06
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* Added missing import.Pedro Algarvio2010-12-28
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Reset the config_files when the config directory changesAndrew Resch2009-08-03
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Improvements to the new UI class and improve how ConfigManager handles Andrew Resch2009-05-18
* Remove 5 minute config save timer as it's not really needed and it's Andrew Resch2009-05-12
* Remove gobject timer and replace with a twisted LoopingCallAndrew Resch2009-05-12
* move the config_directory attribute to a property that gets lazily setDamien Churchill2009-05-11
* Add basic authentication -- your connectionmanager config will be cleared and...Andrew Resch2008-12-10
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Remove trailing whitspace from *.pyAndrew Resch2008-11-17
* change copyright notices to gpl3Marcos Pinto2008-08-08
* Add '-c, --config' options to set config directory.Andrew Resch2008-04-05
* Inital import of SystemTrayAndrew Resch2007-09-22
* Fix saving config on exit of UI.Andrew Resch2007-09-22
* ConfigManager now tries to save configs every 5 minutes.Andrew Resch2007-09-22
* Properly shutdown ConfigManager.Andrew Resch2007-09-18
* Initial import of ConfigManager.Andrew Resch2007-09-17