summaryrefslogtreecommitdiffstats
path: root/deluge/core/rpcserver.py
Commit message (Expand)AuthorAge
* [Core] Refactor prefetch_metadata for more clarityChase Sterling2022-05-17
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Servers] Moved check_ssl_keys and generate_ssl_keys to crypto_utils.pyDjLegolas2021-12-20
* [Docs] Fix formatting of exported docstringsCalum Lind2018-11-16
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Py2to3] Fix log.warn deprecation warningCalum Lind2018-09-14
* [WebUI][Daemon] Enhance TLS SecurityDjLegolas2018-09-06
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [Flake8] Fix import and docstrings issuesCalum Lind2018-05-20
* [Python3] Fixes to make code backward compatibleCalum Lind2017-06-05
* Replace/remove usage of dict.keys()Calum Lind2017-03-16
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* Fix 1d1bb2a2a issue by defining init in DelugeRPCProtocolCalum Lind2017-03-14
* [#2964] Fix RPC TypeError using namedtupleCalum Lind2017-03-14
* [Daemon] Improve logging when another process is using listen portCalum Lind2017-02-23
* [Core] Markup byte-strings to fix httpdownloader and core testsCalum Lind2017-02-22
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Refactor flake8 noqa's and add msg numbersCalum Lind2016-11-04
* [Lint] Add flake8-quotes to tox and fix bad quotesCalum Lind2016-11-04
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* 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
* [#2889] Fixes for 'Too many files open' errorCalum Lind2016-10-18
* [Lint] Fix pylint signature-differs warningbendikro2016-05-06
* [Tests] Improved common.start_corebendikro2016-04-10
* [Tests] Fixes to improve terminal output from unit testsbendikro2016-04-08
* [Core] Raise AttributeError on RPC call to invalid functionbendikro2015-12-14
* [Core] Add ClientDisconnectedEventbendikro2015-12-04
* [Core] [WebUI] Increase RSA key size and improve hashingAnton Oussik2015-12-04
* [Lint] Autopep8 aggressive runCalum Lind2015-11-04
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* [#2555] [Core] Disable use of SSLv3 for DelugeRPCCalum Lind2014-11-20
* Workaround for the isort Travis issue by using order-by-typeCalum Lind2014-09-26
* Flake8 codebaseCalum Lind2014-09-22
* Update with new license headerCalum Lind2014-09-19
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* Add workarounds for isortCalum Lind2014-09-19
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] Replace im_self with __self__Calum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* Flake8 core filesCalum Lind2014-08-19
* Flake8'd core filesCalum Lind2014-01-18
* Added some tests for rpcserverbendikro2013-05-26
* Fix 2247: AttributeError in deluge.error.DaemonRunningErrorbendikro2013-05-26
* Fix #2258 : Potential runtimeError when emiting eventCalum Lind2013-02-05
* Added a protocol for the network traffic between client and daemon.bendikro2012-07-02
* Fix #1943 - invalid session id when calling a rpc exported function from a pl...Andrew Resch2012-06-10