summaryrefslogtreecommitdiffstats
path: root/deluge/core/authmanager.py
Commit message (Expand)AuthorAge
* [Core] Fix typo in AUTH_LEVEL_MAPPINGN91992022-06-19
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Lint] Fix spelling mistakesCalum Lind2021-09-21
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [Python3] Fixes to make code backward compatibleCalum Lind2017-06-05
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* Revert "[Py2to3] Replace iteritems and itervalues"Calum Lind2016-10-26
* [Py2to3] Replace iteritems and itervaluesAndrew Resch2016-10-26
* [Core] Fix bug and add error testing to AuthManagerbendikro2016-04-09
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* Code cleanup for core filesCalum Lind2014-08-20
* Change logging of 'creating backup' to debug levelCalum Lind2014-07-16
* Flake8'd core filesCalum Lind2014-01-18
* Use a tmp file when saving state and resume filesCalum Lind2014-01-18
* Fix typo in authmanagerCalum Lind2013-05-22
* Fixup saving and loading state filesCalum Lind2013-05-22
* Fix #2201 : auth fails if auth file has extra newlinesCalum Lind2012-11-26
* Sorry for the noise. Email change.Pedro Algarvio2011-05-02
* Remove un-used import.Pedro Algarvio2011-05-01
* Don't run into loops when the auth file does not exist and we're trying to cr...Pedro Algarvio2011-05-01
* Fix some clean config dir issues.Pedro Algarvio2011-04-27
* When parsing the auth file, if an old format is found(with no auth levels), m...Pedro Algarvio2011-04-27
* Better file modification detection.Pedro Algarvio2011-04-25
* Automatically detect auth file changes and reloading those changes.Pedro Algarvio2011-04-25
* Upgrade old auth file, save it and reload it.Pedro Algarvio2011-04-25
* Some changes were left behind on last commit.Pedro Algarvio2011-04-25
* Account Management Implemented.Pedro Algarvio2011-04-24
* Some account management work. Not yet complete.Pedro Algarvio2011-04-22
* Allow changing ownership of torrents. In order to achieve this, added `deluge...Pedro Algarvio2011-04-22
* Since there's no default username for authentication, update hostlist to incl...Pedro Algarvio2011-04-22
* Now it is possible to not even store the username on the hosts entry in the c...Pedro Algarvio2011-04-22
* Use the exceptions from `deluge.errors`.Pedro Algarvio2011-04-22
* Add some docstrings.Pedro Algarvio2011-04-22
* The GtkUi's connection manager now has the ability to edit existing host entr...Pedro Algarvio2011-04-22
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Likewise in trunk..Andrew Resch2009-10-09
* Better fix for last commit.. AuthManager will now raise a BadLoginError if t...Andrew Resch2009-07-06
* Write out the new auth file right away and do not re-read the file if doing soAndrew Resch2009-07-02
* If a 'localclient' entry is not in the auth file, then have the daemon add one.Andrew Resch2009-06-10
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Have authmanager return ints instead of strings for the auth levelAndrew Resch2009-05-15
* Append a new line when initially creating auth fileAndrew Resch2009-02-10
* Implement new DelugeRPC method to replace XMLRPC.Andrew Resch2009-01-27
* Append a new line to the localclient entryAndrew Resch2009-01-12