summaryrefslogtreecommitdiffstats
path: root/deluge/ui/client.py
Commit message (Expand)AuthorAge
...
* Sorry for the noise. Email change.Pedro Algarvio2011-05-02
* More changes related to automatic connections.Pedro Algarvio2011-04-30
* GTK UI connection manager fixes.Pedro Algarvio2011-04-28
* Fix some clean config dir issues.Pedro Algarvio2011-04-27
* Test fixes and #1814 fix.Pedro Algarvio2011-04-27
* Account Management Implemented.Pedro Algarvio2011-04-24
* Add method to return the current authenticated username.Pedro Algarvio2011-04-22
* Remove unused method, duplicate log messages and add a method to get the logg...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 a specific response code for authentication requests. Recreate authentica...Pedro Algarvio2011-04-22
* Move deluge errors to the errors module, they will be reused later on other p...Pedro Algarvio2011-04-22
* The GtkUi's connection manager now has the ability to edit existing host entr...Pedro Algarvio2011-04-22
* Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handl...Andrew Resch2011-02-23
* Merge branch 'master' into improved-loggingPedro Algarvio2010-12-13
|\
| * Implemented passing a copy of an event instead of it's arguments to event han...Pedro Algarvio2010-12-11
| * Revert e52018bfcd660251d94af2878b58ebacf6d82424. Simply fail. It's documented...Pedro Algarvio2010-12-10
| * Dont make code that still uses the old "TorrentAddedEvent" fail, instead log ...Pedro Algarvio2010-12-10
* | Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
|/
* Try to import system rencode before deluge.rencode to allow the use of the ne...Andrew Resch2010-07-08
* Fix typoJohn Garland2010-07-02
* Fixed typo.John Garland2010-02-21
* Add some rpc stats to the gtkui debug loggingAndrew Resch2010-01-24
* Remove debug printAndrew Resch2010-01-23
* Fix #1128 Show an error dialog when unable to start a 'deluged' processAndrew Resch2010-01-18
* Rewrote call to use maybeDeferred (this handles methods that return deferreds).John Garland2010-01-07
* Fix previous commit to recursively copy the argsAndrew Resch2009-09-19
* Make a copy of the args and kwargs when making a daemon call in classic mode....Andrew Resch2009-09-19
* Better fix for last commit.. AuthManager will now raise a BadLoginError if t...Andrew Resch2009-07-06
* Fix client.connect() not firing the errback when a login attempt result is 0 ...Andrew Resch2009-07-06
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Fix calling 'set_event_interest' when registering a handler after connectingAndrew Resch2009-04-24
* Fix event handler de/registeringAndrew Resch2009-04-19
* Fix typoAndrew Resch2009-04-17
* Fix starting the daemon in OS XAndrew Resch2009-04-14
* Fix classic modeAndrew Resch2009-02-26
* Have the client module automatically try to get the localhost creds in connect()Andrew Resch2009-02-10
* Print out the data when a bad message is receivedAndrew Resch2009-02-09
* Rename RPC_SIGNAL to RPC_EVENT and fix receiving multiple eventsAndrew Resch2009-02-08
* Fix some issues with event handling on the client side and how arguments are ...Andrew Resch2009-02-04
* Implement Events (formerly Signals) which are emitted from the daemon to inte...Andrew Resch2009-02-03
* Get Classic mode working somewhat. There are still some issues to Andrew Resch2009-01-28
* Fix importAndrew Resch2009-01-27
* Implement new DelugeRPC method to replace XMLRPC.Andrew Resch2009-01-27
* Fix #673 do proper test to determine if remote method requires callbackAndrew Resch2008-12-28
* Re-org Core and start using RPCServerAndrew Resch2008-12-20
* Automatically attempt to get localclient auth when setting core uri to localhostAndrew Resch2008-12-18
* Fix detecting localhost connectionAndrew Resch2008-12-11
* Add basic authentication -- your connectionmanager config will be cleared and...Andrew Resch2008-12-10
* Add support for a basic auth transport and handler in rpcserverAndrew Resch2008-12-09