lbry-sdk/lbrynet/core
Jack a5362f3170 daemon settings
-set_settings accepts a dict of settings
    -adds upload_log field, defaulting on true, this uploads the lbry
log file to lbry.io to help figure out if and where things aren’t
working
    -default_download_directory is the key of the path where files are
saved

-gets publish working with sources

-adds check_first_run function, returns True/False

-previously only is_running would work during startup, check_first_run,
 get_time_behind_blockchain, and stop have been added

-requires six 1.9, 1.10.0 produced errors
2016-04-07 03:12:09 -04:00
..
client fix error that occurred when one connection's download was stopped due to another download finishing 2016-01-22 15:50:18 -05:00
server fix error that occurred when one connection's download was stopped due to another download finishing 2016-01-22 15:50:18 -05:00
__init__.py initial commit 2015-08-20 11:27:15 -04:00
BlobInfo.py initial commit 2015-08-20 11:27:15 -04:00
BlobManager.py shut down session last, actually save LBRY file metadata 2015-09-15 00:30:49 -04:00
cryptoutils.py initial commit 2015-08-20 11:27:15 -04:00
DownloadOption.py change the console ui to command based rather than option based 2015-10-15 14:12:22 -04:00
Error.py Fix how some errors are presented to the user 2015-09-16 16:27:46 -04:00
HashAnnouncer.py initial commit 2015-08-20 11:27:15 -04:00
HashBlob.py fix error that occurred when one connection's download was stopped due to another download finishing 2016-01-22 15:50:18 -05:00
LBRYcrdWallet.py daemon settings 2016-04-07 03:12:09 -04:00
PaymentRateManager.py initial commit 2015-08-20 11:27:15 -04:00
Peer.py initial commit 2015-08-20 11:27:15 -04:00
PeerFinder.py initial commit 2015-08-20 11:27:15 -04:00
PeerManager.py initial commit 2015-08-20 11:27:15 -04:00
PTCWallet.py fix error that occurred when one connection's download was stopped due to another download finishing 2016-01-22 15:50:18 -05:00
RateLimiter.py fix error that occurred when one connection's download was stopped due to another download finishing 2016-01-22 15:50:18 -05:00
Session.py fix error that occurred when one connection's download was stopped due to another download finishing 2016-01-22 15:50:18 -05:00
sqlite_helpers.py Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
StreamCreator.py Use named loggers, fix some pep8 formatting mistakes 2015-09-08 15:42:56 -04:00
StreamDescriptor.py make class to encompass stream metadata 2015-09-21 22:06:04 -04:00
utils.py initial commit 2015-08-20 11:27:15 -04:00