mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-17 13:07:32 +02:00
* Add peer sync controller class * Got sync downloader with remote connection working * Got lookup hashes to download working in sync downloader * Add peer sync status class * Check stopped event flag before continuing with download * Got peer download running in a separate thread for each peer * Rename peer download class * Fix get current download in sync status * Add peer upload thread * Got peer upload working * Got peer download working * Display different message in frontend when squeak is locked * Change default quota for upload rate limit |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| block_info.py | ||
| hash.py | ||
| peer_download.py | ||
| peer_upload.py | ||
| squeak_block_periodic_worker.py | ||
| squeak_block_queue_worker.py | ||
| squeak_block_verifier.py | ||
| squeak_maker.py | ||
| squeak_node.py | ||
| squeak_peer_downloader.py | ||
| squeak_rate_limiter.py | ||
| squeak_store.py | ||
| squeak_sync_status.py | ||
| squeak_whitelist.py | ||