summaryrefslogtreecommitdiffstats
path: root/deluge/config.py
Commit message (Expand)AuthorAge
* Modify log message from Error to Warning levelCalum Lind2011-11-29
* Fix #1967 : IndexError when trying to open a non-json conf fileCalum Lind2011-11-29
* Late import twisted's reactor, it allows the gtk reactor to be proper installed.Pedro Algarvio2011-04-22
* Keep consistency on `deluge.config`.Pedro Algarvio2011-04-22
* Implement `__delitem__` on `deluge.config.Config`.Pedro Algarvio2011-04-22
* Merge branch 'master' into improved-loggingPedro Algarvio2010-12-13
|\
| * fix a bug that can occur when upgrading 1.1 config filesDamien Churchill2010-12-01
* | Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
|/
* Fix #1373 use of cyrllic pathsAndrew Resch2010-10-16
* Make sure config value strings are utf8 encoded (fixes #1369)John Garland2010-10-03
* Fix issue where the save_timer is cancelled when it's not activeAndrew Resch2010-08-21
* Fix #1341 issue where Config would try to cancel the save_timer when it is None.Andrew Resch2010-08-18
* add a __contains__ method to the config classDamien Churchill2010-01-20
* Revert 5619Andrew Resch2009-08-03
* fix a bug in the Config class relating to the config directoryDamien Churchill2009-08-03
* fix for when there isn't a save timer yetDamien Churchill2009-08-03
* Config copies the defaults dict now since it is mutableAndrew Resch2009-08-03
* Add a test for saving the configAndrew Resch2009-08-03
* Change the config format Andrew Resch2009-08-01
* Fix loading old configs with version numbersAndrew Resch2009-07-06
* The default format version and file version should be 1Andrew Resch2009-07-05
* Fix calling set functionsAndrew Resch2009-06-10
* Fix the set functions so that you are able to register more than one per conf...Andrew Resch2009-06-10
* Fixed typo in seeking.John Garland2009-06-10
* Add ability to run individual set functionsAndrew Resch2009-06-02
* Catch exception when trying to open config fileAndrew Resch2009-05-30
* Modify the Config class to version the config files now.Andrew Resch2009-05-28
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* change the config class to return true or false on a save to show whether or ...Damien Churchill2009-05-07
* add config_file as a property to the Config classDamien Churchill2009-05-07
* Remove unused variableAndrew Resch2009-04-18
* Use binary mode on all config files for Windows compatAndrew Resch2009-03-12
* Fix loading config files on WindowsAndrew Resch2009-03-12
* Do not return when unable to make a backup of the config fileAndrew Resch2009-03-09
* Make a backup of config files before overwriting and make sure the file is fs...Andrew Resch2009-03-08
* do safe simplejson import in common and use this imported copy in the 2 Damien Churchill2009-02-19
* change config file format from pickle to jsonDamien Churchill2009-02-10
* Fix up config module to use twisted loop instead of gobjectAndrew Resch2009-02-04
* Remove OpenSSL exception from license headersAndrew Resch2008-11-23
* Fix doc testsAndrew Resch2008-11-06
* Fix typosAndrew Resch2008-11-06
* Re-write the Config classAndrew Resch2008-11-05
* Fix #187 set a 5 second timer to save the config file after a config Andrew Resch2008-09-25
* Fix the config value when changing from NoneType to something elseAndrew Resch2008-08-14
* Fix setting None for config valueAndrew Resch2008-08-14
* add type checking to config values (Closes: #353)Damien Churchill2008-08-12
* change copyright notices to gpl3Marcos Pinto2008-08-08
* Switch to libtorrent queueingAndrew Resch2008-06-12
* Add '-c, --config' options to set config directory.Andrew Resch2008-04-05
* Remove some debug prints.Andrew Resch2008-03-31