summaryrefslogtreecommitdiffstats
path: root/deluge/configmanager.py
Commit message (Expand)AuthorAge
* 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